We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ff1cc commit 7cc68cdCopy full SHA for 7cc68cd
ProjectCommon.targets
@@ -1,7 +1,7 @@
1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
<PropertyGroup>
3
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
4
- <Version>0.0.0.9</Version>
+ <Version>0.0.0.10</Version>
5
<AssemblyVersion>$(Version)</AssemblyVersion>
6
<FileVersion>$(Version)</FileVersion>
7
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)$(VersionSuffix)</Version>
0 commit comments