Skip to content

Commit

Permalink
Increases the version to 2.0.0
Browse files Browse the repository at this point in the history
Upgrading to .NET Core 2.1 is a breaking change,
so we increase the major version.
  • Loading branch information
ecampidoglio committed Feb 21, 2019
1 parent 1550f02 commit 83bc63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Linker/Linker.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<Version>1.0.0</Version>
<Version>2.0.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 83bc63d

Please sign in to comment.