File tree Expand file tree Collapse file tree 3 files changed +1
-11
lines changed
AspNet.Security.OAuth.DigitalOcean
AspNet.Security.OAuth.Xero Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<MajorVersion >6</MajorVersion >
5
5
<MinorVersion >0</MinorVersion >
6
- <PatchVersion >4 </PatchVersion >
6
+ <PatchVersion >5 </PatchVersion >
7
7
<VersionPrefix >$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix >
8
8
<PackageValidationBaselineVersion Condition =" '$(PackageValidationBaselineVersion)' == ''" >6.0.0</PackageValidationBaselineVersion >
9
9
<PreReleaseVersionLabel >preview</PreReleaseVersionLabel >
Original file line number Diff line number Diff line change 5
5
<TargetFrameworks >$(DefaultNetCoreTargetFramework)</TargetFrameworks >
6
6
</PropertyGroup >
7
7
8
- <!-- TODO Remove once published to NuGet.org -->
9
- <PropertyGroup >
10
- <DisablePackageBaselineValidation >true</DisablePackageBaselineValidation >
11
- </PropertyGroup >
12
-
13
8
<PropertyGroup >
14
9
<Description >ASP.NET Core security middleware enabling DigitalOcean authentication.</Description >
15
10
<Authors >Elan Hasson</Authors >
Original file line number Diff line number Diff line change 5
5
<TargetFrameworks >$(DefaultNetCoreTargetFramework)</TargetFrameworks >
6
6
</PropertyGroup >
7
7
8
- <!-- TODO Remove once published to NuGet.org -->
9
- <PropertyGroup >
10
- <DisablePackageBaselineValidation >true</DisablePackageBaselineValidation >
11
- </PropertyGroup >
12
-
13
8
<PropertyGroup >
14
9
<Description >ASP.NET Core security middleware enabling Xero authentication.</Description >
15
10
<Authors >Albert Zakiev</Authors >
You can’t perform that action at this time.
0 commit comments