diff --git a/Directory.Build.props b/Directory.Build.props index 4407540..b89ff30 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 2.10.0 + 2.10.1 2.8.0 12.0 enable diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 3a1050d..9bad3b6 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -2,6 +2,10 @@ These are the NuGet package releases. See also [npm Release Notes](ReleaseNotesNpm.md). +## 2.10.1 + +* Fix TypeScript file name references when using `file-name-suffix` generator setting. + ## 2.10.0 * Add `file-name-suffix` generator setting.