Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a282a commit 6a63fb0Copy full SHA for 6a63fb0
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<PropertyGroup>
4
- <VersionPrefix>2.10.0</VersionPrefix>
+ <VersionPrefix>2.10.1</VersionPrefix>
5
<PackageValidationBaselineVersion>2.8.0</PackageValidationBaselineVersion>
6
<LangVersion>12.0</LangVersion>
7
<Nullable>enable</Nullable>
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.
8
9
## 2.10.0
10
11
* Add `file-name-suffix` generator setting.
0 commit comments