Skip to content

Commit

Permalink
Merge pull request #65 from GaProgMan/feature/fixing-4.5-version-number
Browse files Browse the repository at this point in the history
Updated version numbers to 4.5.1
  • Loading branch information
GaProgMan authored May 15, 2022
2 parents 8fba3b4 + f2637b4 commit e2b9631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OwaspHeaders.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>A .NET Core Middleware which adds the OWASP recommended HTTP headers for enhanced security.</Description>
<VersionPrefix>4.5.0</VersionPrefix>
<VersionPrefix>4.5.1</VersionPrefix>
<Authors>Jamie Taylor</Authors>
<AssemblyName>OwaspHeaders.Core</AssemblyName>
<TargetFramework>netstandard2.0</TargetFramework>
Expand Down
2 changes: 1 addition & 1 deletion src/OwaspHeadersCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>OwaspHeaders.Core</id>
<version>4.5.0</version>
<version>4.5.1</version>
<authors>GaProgMan</authors>
<owners>GaProgMan</owners>
<licenseUrl>https://github.com/GaProgMan/OwaspHeaders.Core/blob/master/LICENSE</licenseUrl>
Expand Down

0 comments on commit e2b9631

Please sign in to comment.