Skip to content

Commit 6276263

Browse files
Bump version to 6.0.4
Bump version to 6.0.4 for next release.
1 parent 55c7c11 commit 6276263

File tree

3 files changed

+1
-11
lines changed

3 files changed

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

src/AspNet.Security.OAuth.Trovo/AspNet.Security.OAuth.Trovo.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
<PackageTags>aspnetcore;authentication;oauth;security;trovo</PackageTags>
1212
</PropertyGroup>
1313

14-
<!-- TODO Remove once published to NuGet.org -->
15-
<PropertyGroup>
16-
<DisablePackageBaselineValidation>true</DisablePackageBaselineValidation>
17-
</PropertyGroup>
18-
1914
<ItemGroup>
2015
<FrameworkReference Include="Microsoft.AspNetCore.App" />
2116
<PackageReference Include="JetBrains.Annotations" PrivateAssets="All" />

src/AspNet.Security.OAuth.Twitter/AspNet.Security.OAuth.Twitter.csproj

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

8-
<!-- TODO Remove once published to NuGet.org -->
9-
<PropertyGroup>
10-
<DisablePackageBaselineValidation>true</DisablePackageBaselineValidation>
11-
</PropertyGroup>
12-
138
<PropertyGroup>
149
<Description>ASP.NET Core security middleware enabling Twitter authentication.</Description>
1510
<Authors>Martin Costello</Authors>

0 commit comments

Comments
 (0)