Skip to content

Commit 7cf71de

Browse files
Bump version (#798)
- Bump version to 7.0.5 for next release. - Enable NuGet package validation for JumpCloud.
1 parent 2fac680 commit 7cf71de

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<MajorVersion>7</MajorVersion>
55
<MinorVersion>0</MinorVersion>
6-
<PatchVersion>4</PatchVersion>
6+
<PatchVersion>5</PatchVersion>
77
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
88
<PackageValidationBaselineVersion Condition="'$(PackageValidationBaselineVersion)' == ''">7.0.0</PackageValidationBaselineVersion>
99
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>

src/AspNet.Security.OAuth.JumpCloud/AspNet.Security.OAuth.JumpCloud.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
66
</PropertyGroup>
77

8-
<!-- This property group is required until the new provider is first published to NuGet.org -->
9-
<PropertyGroup>
10-
<DisablePackageBaselineValidation>true</DisablePackageBaselineValidation>
11-
</PropertyGroup>
12-
138
<PropertyGroup>
149
<Description>ASP.NET Core security middleware enabling JumpCloud authentication.</Description>
1510
<Authors>AaronSadlerUK</Authors>

0 commit comments

Comments
 (0)