Skip to content

Commit 18be8cf

Browse files
committed
Rev to 3.0 because of renames
1 parent 3fae76e commit 18be8cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project2015To2017.Console/Project2015To2017.Console.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<RepositoryUrl>https://github.com/hvanbakel/CsprojToVs2017</RepositoryUrl>
1313
<Copyright>Copyright Hans van Bakel</Copyright>
1414
<PackageTags>dotnet csproj conversion vs2015 vs2017</PackageTags>
15-
<Version>2.0.0</Version>
15+
<Version>3.0.0</Version>
1616
<OutputType>Exe</OutputType>
17-
<AssemblyVersion>2.0.0.0</AssemblyVersion>
17+
<AssemblyVersion>3.0.0.0</AssemblyVersion>
1818
</PropertyGroup>
1919

2020
<PropertyGroup Condition="$(Pack) != 'true'">

Project2015To2017/Project2015To2017.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<PackageTags>dotnet csproj conversion vs2015 vs2017</PackageTags>
1414
<Description>Tool for converting a csproj file for VS2015 to VS2017 and beyond.</Description>
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
16-
<Version>2.0.0</Version>
17-
<AssemblyVersion>2.0.0.0</AssemblyVersion>
16+
<Version>3.0.0</Version>
17+
<AssemblyVersion>3.0.0.0</AssemblyVersion>
1818
<LangVersion>7.3</LangVersion>
1919
</PropertyGroup>
2020

0 commit comments

Comments
 (0)