Skip to content

Commit

Permalink
[SE-203] Release update
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-barz-brickmakers committed Aug 29, 2024
1 parent cc9bf16 commit 0aea875
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 26 deletions.
4 changes: 2 additions & 2 deletions AspSecurityHeaders.Generators.Test/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"Brickmakers.AspSecurityHeaders.Generators": {
"type": "Project",
"dependencies": {
"Brickmakers.AspSecurityHeaders": "[2.5.1, )"
"Brickmakers.AspSecurityHeaders": "[2.5.2, )"
}
}
},
Expand Down Expand Up @@ -525,7 +525,7 @@
"Brickmakers.AspSecurityHeaders.Generators": {
"type": "Project",
"dependencies": {
"Brickmakers.AspSecurityHeaders": "[2.5.1, )"
"Brickmakers.AspSecurityHeaders": "[2.5.2, )"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
</PropertyGroup>

<PropertyGroup Label="Assembly Information">
<Company>BRICKMAKERS GmbH</Company>
<Company>BRICKMAKERS AG</Company>
<Product>Brickmakers.AspSecurityHeaders.Generators</Product>
<AssemblyName>Brickmakers.AspSecurityHeaders.Generators</AssemblyName>
<AssemblyVersion>2.5.1</AssemblyVersion>
<FileVersion>2.5.1</FileVersion>
<AssemblyVersion>2.5.2</AssemblyVersion>
<FileVersion>2.5.2</FileVersion>
</PropertyGroup>

<PropertyGroup Label="NuGet-Packaging">
<PackageId>Brickmakers.AspSecurityHeaders.Generators</PackageId>
<PackageVersion>2.5.1</PackageVersion>
<PackageVersion>2.5.2</PackageVersion>
<Description>A small package for ASP.Net (Core) to automatically configure secure HTTP-Headers.</Description>
<Authors>BRICKMAKERS Security Engineering Team</Authors>
<PackageProjectUrl>https://github.com/BrickmakersGmbH/AspSecurityHeaders</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>AspSecurityHeaders.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Copyright>2022 BRICKMAKERS GmbH</Copyright>
<Copyright>2024 BRICKMAKERS AG</Copyright>
<PackageTags>Brickmakers ASP.NET dotnetcore dotnet HTTPS CSP HSTS Security HTTP-Headers Security-Headers</PackageTags>
<RepositoryType>GIT</RepositoryType>
<RepositoryUrl>https://github.com/BrickmakersGmbH/AspSecurityHeaders.git</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
"Brickmakers.AspSecurityHeaders.OrchardModule": {
"type": "Project",
"dependencies": {
"Brickmakers.AspSecurityHeaders": "[2.5.1, )",
"Brickmakers.AspSecurityHeaders": "[2.5.2, )",
"OrchardCore.Module.Targets": "[1.8.3, )"
}
}
Expand Down
8 changes: 4 additions & 4 deletions AspSecurityHeaders.OrchardModule.Test/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -825,28 +825,28 @@
"Brickmakers.AspSecurityHeaders.Example": {
"type": "Project",
"dependencies": {
"Brickmakers.AspSecurityHeaders": "[2.5.1, )",
"Brickmakers.AspSecurityHeaders": "[2.5.2, )",
"Swashbuckle.AspNetCore": "[6.7.3, )"
}
},
"Brickmakers.AspSecurityHeaders.OrchardModule": {
"type": "Project",
"dependencies": {
"Brickmakers.AspSecurityHeaders": "[2.5.1, )",
"Brickmakers.AspSecurityHeaders": "[2.5.2, )",
"OrchardCore.Module.Targets": "[1.8.3, )"
}
},
"Brickmakers.AspSecurityHeaders.OrchardModule.Example": {
"type": "Project",
"dependencies": {
"Brickmakers.AspSecurityHeaders.OrchardModule": "[2.5.1, )",
"Brickmakers.AspSecurityHeaders.OrchardModule": "[2.5.2, )",
"OrchardCore.Application.Mvc.Targets": "[1.8.3, )"
}
},
"Brickmakers.AspSecurityHeaders.Test": {
"type": "Project",
"dependencies": {
"Brickmakers.AspSecurityHeaders": "[2.5.1, )",
"Brickmakers.AspSecurityHeaders": "[2.5.2, )",
"Brickmakers.AspSecurityHeaders.Example": "[1.0.0, )",
"FluentAssertions": "[6.12.0, )",
"Microsoft.AspNetCore.Mvc.Testing": "[6.0.33, )",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
</PropertyGroup>

<PropertyGroup Label="Assembly Information">
<Company>BRICKMAKERS GmbH</Company>
<Company>BRICKMAKERS AG</Company>
<Product>Brickmakers.AspSecurityHeaders.OrchardModule</Product>
<AssemblyName>Brickmakers.AspSecurityHeaders.OrchardModule</AssemblyName>
<AssemblyVersion>2.5.1</AssemblyVersion>
<FileVersion>2.5.1</FileVersion>
<AssemblyVersion>2.5.2</AssemblyVersion>
<FileVersion>2.5.2</FileVersion>
</PropertyGroup>

<PropertyGroup Label="NuGet-Packaging">
<PackageId>Brickmakers.AspSecurityHeaders.OrchardModule</PackageId>
<PackageVersion>2.5.1</PackageVersion>
<PackageVersion>2.5.2</PackageVersion>
<Description>An Orchard Core MVC module to automatically configure secure HTTP-Headers.</Description>
<Authors>BRICKMAKERS Security Engineering Team</Authors>
<PackageProjectUrl>https://github.com/BrickmakersGmbH/AspSecurityHeaders</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>AspSecurityHeaders.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Copyright>2022 BRICKMAKERS GmbH</Copyright>
<Copyright>2024 BRICKMAKERS AG</Copyright>
<PackageTags>Brickmakers ASP.NET dotnetcore dotnet HTTPS CSP HSTS Security HTTP-Headers Security-Headers OrchardCore Module</PackageTags>
<RepositoryType>GIT</RepositoryType>
<RepositoryUrl>https://github.com/BrickmakersGmbH/AspSecurityHeaders.git</RepositoryUrl>
Expand Down
4 changes: 2 additions & 2 deletions AspSecurityHeaders.OrchardModule/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[assembly: Module(
Name = "Brickmakers.AspSecurityHeaders.OrchardModule",
Author = "BRICKMAKERS GmbH",
Author = "BRICKMAKERS AG",
Website = "https://www.brickmakers.de",
Version = "2.5.1",
Version = "2.5.2",
Description = "An Orchard Core MVC module to automatically configure secure HTTP-Headers.",
Category = "BRICKS",
Tags = new[] { "Security", "Headers", "CSP" }
Expand Down
4 changes: 2 additions & 2 deletions AspSecurityHeaders.Test/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@
"Brickmakers.AspSecurityHeaders.Example": {
"type": "Project",
"dependencies": {
"Brickmakers.AspSecurityHeaders": "[2.5.1, )",
"Brickmakers.AspSecurityHeaders": "[2.5.2, )",
"Swashbuckle.AspNetCore": "[6.7.3, )"
}
}
Expand Down Expand Up @@ -1204,7 +1204,7 @@
"Brickmakers.AspSecurityHeaders.Example": {
"type": "Project",
"dependencies": {
"Brickmakers.AspSecurityHeaders": "[2.5.1, )",
"Brickmakers.AspSecurityHeaders": "[2.5.2, )",
"Swashbuckle.AspNetCore": "[6.7.3, )"
}
}
Expand Down
10 changes: 5 additions & 5 deletions AspSecurityHeaders/AspSecurityHeaders.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
</PropertyGroup>

<PropertyGroup Label="Assembly Information">
<Company>BRICKMAKERS GmbH</Company>
<Company>BRICKMAKERS AG</Company>
<Product>Brickmakers.AspSecurityHeaders</Product>
<AssemblyName>Brickmakers.AspSecurityHeaders</AssemblyName>
<AssemblyVersion>2.5.1</AssemblyVersion>
<FileVersion>2.5.1</FileVersion>
<AssemblyVersion>2.5.2</AssemblyVersion>
<FileVersion>2.5.2</FileVersion>
</PropertyGroup>

<PropertyGroup Label="NuGet-Packaging">
<PackageId>Brickmakers.AspSecurityHeaders</PackageId>
<PackageVersion>2.5.1</PackageVersion>
<PackageVersion>2.5.2</PackageVersion>
<Description>A small package for ASP.Net (Core) to automatically configure secure HTTP-Headers.</Description>
<Authors>BRICKMAKERS Security Engineering Team</Authors>
<PackageProjectUrl>https://github.com/BrickmakersGmbH/AspSecurityHeaders</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>AspSecurityHeaders.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Copyright>2022 BRICKMAKERS GmbH</Copyright>
<Copyright>2024 BRICKMAKERS AG</Copyright>
<PackageTags>Brickmakers ASP.NET dotnetcore dotnet HTTPS CSP HSTS Security HTTP-Headers Security-Headers</PackageTags>
<RepositoryType>GIT</RepositoryType>
<RepositoryUrl>https://github.com/BrickmakersGmbH/AspSecurityHeaders.git</RepositoryUrl>
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.5.2 - 2024-08-29

### Added

- Added explicit support for .Net 8.0

### Removed

- Removed support for .Net 7.0

### Changed

- Updated dependencies
- Updated Security Headers to 0.23.0

### Fixed

- Fixed OrchardCore Module
- Only supports .Net 8.0, as OrchardCore 1.8 dropped support for older versions

## 2.5.1 - 2023-09-12

### Fixed
Expand Down

0 comments on commit 0aea875

Please sign in to comment.