Skip to content

Commit

Permalink
Rev to 3.0 because of renames
Browse files Browse the repository at this point in the history
  • Loading branch information
hvanbakel committed Aug 29, 2018
1 parent 3fae76e commit 18be8cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Project2015To2017.Console/Project2015To2017.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<RepositoryUrl>https://github.com/hvanbakel/CsprojToVs2017</RepositoryUrl>
<Copyright>Copyright Hans van Bakel</Copyright>
<PackageTags>dotnet csproj conversion vs2015 vs2017</PackageTags>
<Version>2.0.0</Version>
<Version>3.0.0</Version>
<OutputType>Exe</OutputType>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="$(Pack) != 'true'">
Expand Down
4 changes: 2 additions & 2 deletions Project2015To2017/Project2015To2017.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<PackageTags>dotnet csproj conversion vs2015 vs2017</PackageTags>
<Description>Tool for converting a csproj file for VS2015 to VS2017 and beyond.</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.0.0</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<Version>3.0.0</Version>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<LangVersion>7.3</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit 18be8cf

Please sign in to comment.