We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c087de commit 6e12cf2Copy full SHA for 6e12cf2
.nuspec
@@ -2,7 +2,7 @@
2
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3
<metadata>
4
<id>com.scottdoxey.netstandardclasslibrary</id>
5
- <version>1.0.0</version>
+ <version>2.0.0</version>
6
<title>NET Standard Class Library</title>
7
<description>Template for building a .NET Standard Class Library in Rider.</description>
8
<authors>neogeek</authors>
NETStandardClassLibrary/NETStandardClassLibrary.csproj
@@ -1,5 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
+ <VersionPrefix>2.0.0</VersionPrefix>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
</PropertyGroup>
</Project>
0 commit comments