File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 11<Project >
2- <PropertyGroup >
3- <VersionMajor >2</VersionMajor >
4- <VersionMinor >0</VersionMinor >
5- <VersionPatch >0</VersionPatch >
6- <VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
7- <VersionSuffix Condition =" '$(Configuration)'=='DEBUG'" >develop</VersionSuffix >
8- <InformationalVersion >$(PackageVersion)</InformationalVersion >
9- </PropertyGroup >
2+ <Import Project =" ./build/version.props" />
103 <PropertyGroup >
114 <LangVersion >latest</LangVersion >
125 <ImplicitUsings >enable</ImplicitUsings >
Original file line number Diff line number Diff line change 1+ <Project >
2+ <PropertyGroup >
3+ <VersionMajor >2</VersionMajor >
4+ <VersionMinor >0</VersionMinor >
5+ <VersionPatch >0</VersionPatch >
6+ <VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
7+ <VersionSuffix Condition =" '$(Configuration)'=='DEBUG'" >develop</VersionSuffix >
8+ <InformationalVersion >$(PackageVersion)</InformationalVersion >
9+ </PropertyGroup >
10+ </Project >
You can’t perform that action at this time.
0 commit comments