Skip to content

Commit 50afb49

Browse files
Bump version
Bump version to 8.3.1 for the next release.
1 parent 6c65350 commit 50afb49

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
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>8</MajorVersion>
55
<MinorVersion>3</MinorVersion>
6-
<PatchVersion>0</PatchVersion>
6+
<PatchVersion>1</PatchVersion>
77
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
88
<PackageValidationBaselineVersion Condition="'$(PackageValidationBaselineVersion)' == ''">8.0.0</PackageValidationBaselineVersion>
99
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>

src/AspNet.Security.OAuth.VkId/AspNet.Security.OAuth.VkId.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,4 @@
1616
<PackageReference Include="JetBrains.Annotations" PrivateAssets="All" />
1717
</ItemGroup>
1818

19-
<!-- TODO Enable once this provider is published to NuGet.org -->
20-
<PropertyGroup>
21-
<DisablePackageBaselineValidation>true</DisablePackageBaselineValidation>
22-
</PropertyGroup>
2319
</Project>

0 commit comments

Comments
 (0)