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 af88f6a commit d6920a9Copy full SHA for d6920a9
src/UTF-unknown.csproj
@@ -7,8 +7,7 @@
7
<PropertyGroup>
8
<AssemblyName>UtfUnknown</AssemblyName>
9
<PackageId>UTF.Unknown</PackageId>
10
- <Version>2.0.0</Version>
11
- <!-- patched in AppVeyor.yml -->
+ <Version>2.6.0</Version>
12
<DebugType Condition=" '$(Configuration)' == 'Debug' ">Full</DebugType>
13
</PropertyGroup>
14
@@ -78,8 +77,8 @@ Features:
78
77
79
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\UtfUnknown.xml</DocumentationFile>
80
<NoWarn>1701;1702;1705,1570,1591</NoWarn>
+ <!-- Only change AssemblyVersion for major versions -->
81
<AssemblyVersion>2.0.0.0</AssemblyVersion>
82
- <FileVersion>2.0.0.0</FileVersion>
83
84
85
-</Project>
+</Project>
0 commit comments