Skip to content

Commit 40addb7

Browse files
committed
v3.0.0-beta6
1 parent bec164c commit 40addb7

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Directory.Build.props

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<Project>
22
<!-- Package Metadata -->
33
<PropertyGroup>
4-
<VersionPrefix>2.0.2</VersionPrefix>
5-
<VersionSuffix>
6-
</VersionSuffix>
4+
<VersionPrefix>3.0.0</VersionPrefix>
5+
<VersionSuffix>beta6</VersionSuffix>
76
<Description>FIDO2 .NET library (WebAuthn)</Description>
87
<RepositoryUrl>https://github.com/abergs/fido2-net-lib</RepositoryUrl>
98
<RepositoryType>git</RepositoryType>
@@ -12,23 +11,20 @@
1211
<PackageProjectUrl>https://github.com/abergs/fido2-net-lib</PackageProjectUrl>
1312
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1413
</PropertyGroup>
15-
1614
<!-- Global Variables -->
1715
<PropertyGroup>
1816
<SupportedTargetFrameworks>net6.0</SupportedTargetFrameworks>
1917
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2018
</PropertyGroup>
21-
2219
<!-- Language + Compiler Settings-->
2320
<PropertyGroup>
2421
<LangVersion>10</LangVersion>
2522
</PropertyGroup>
26-
2723
<!--MISC-->
2824
<PropertyGroup>
2925
<!-- Avoid annoying build warnings when packing using the solution file -->
3026
<IsPackable>false</IsPackable>
3127
<!-- Avoid annoying build warnings when packing using the solution file -->
3228
<IsTestProject>false</IsTestProject>
3329
</PropertyGroup>
34-
</Project>
30+
</Project>

0 commit comments

Comments
 (0)