Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
CXuesong committed Feb 28, 2021
1 parent a81e1d7 commit 5d6fa05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WikiClientLibrary.Commons/WikiClientLibrary.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<!-- Here are the default targets. Projects may override on this value with higher requirements. -->
<TargetFrameworks>netstandard2.1;net5.0</TargetFrameworks>
<Version>0.8.0</Version>
<Version>0.8.0-int.0</Version>
<AssemblyVersion>0.8.0.0</AssemblyVersion>
<FileVersion>0.8.0.0</FileVersion>
<Copyright>Copyright (C) CXuesong 2021</Copyright>
Expand All @@ -27,7 +27,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19554-01" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit 5d6fa05

Please sign in to comment.