Skip to content

Commit 6e12cf2

Browse files
committed
Version bump.
1 parent 9c087de commit 6e12cf2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>com.scottdoxey.netstandardclasslibrary</id>
5-
<version>1.0.0</version>
5+
<version>2.0.0</version>
66
<title>NET Standard Class Library</title>
77
<description>Template for building a .NET Standard Class Library in Rider.</description>
88
<authors>neogeek</authors>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<VersionPrefix>2.0.0</VersionPrefix>
34
<TargetFrameworks>netstandard2.0</TargetFrameworks>
45
</PropertyGroup>
56
</Project>

0 commit comments

Comments
 (0)