Skip to content

Commit 9f245d0

Browse files
authored
Bump version to 3.0.0 (#313)
* v3.0.0-beta6 * Release 3.0.0
1 parent ef0501e commit 9f245d0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Directory.Build.props

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<!-- Package Metadata -->
33
<PropertyGroup>
4-
<VersionPrefix>2.0.2</VersionPrefix>
4+
<VersionPrefix>3.0.0</VersionPrefix>
55
<VersionSuffix>
66
</VersionSuffix>
77
<Description>FIDO2 .NET library (WebAuthn)</Description>
@@ -12,23 +12,20 @@
1212
<PackageProjectUrl>https://github.com/abergs/fido2-net-lib</PackageProjectUrl>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
</PropertyGroup>
15-
1615
<!-- Global Variables -->
1716
<PropertyGroup>
1817
<SupportedTargetFrameworks>net6.0</SupportedTargetFrameworks>
1918
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2019
</PropertyGroup>
21-
2220
<!-- Language + Compiler Settings-->
2321
<PropertyGroup>
2422
<LangVersion>10</LangVersion>
2523
</PropertyGroup>
26-
2724
<!--MISC-->
2825
<PropertyGroup>
2926
<!-- Avoid annoying build warnings when packing using the solution file -->
3027
<IsPackable>false</IsPackable>
3128
<!-- Avoid annoying build warnings when packing using the solution file -->
3229
<IsTestProject>false</IsTestProject>
3330
</PropertyGroup>
34-
</Project>
31+
</Project>

0 commit comments

Comments
 (0)