Skip to content

Commit 6432658

Browse files
committed
🆙 10.0.1
1 parent 2e4d6e1 commit 6432658

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
1+
## 10.0.1 (2025-11-24)
2+
3+
## Features
4+
- AddCspDirective overloads for ControllerBase and HttpContext
5+
6+
## Bugfixes
7+
- Fix remaining discovered CSP related issues in sample pages
8+
19
## 10.0.0 (2025-11-24)
210

311
### Features
412

513
- First .NET 10 version. You'll need to install Visual Studio 2026 and .NET 10 SDK.
614
- Please stay at 9.2.x versions if you still need to use Visual Studio 2022 and .NET 8.
715

16+
## 9.2.1 (2025-11-24)
17+
18+
## Features
19+
- AddCspDirective overloads for ControllerBase and HttpContext
20+
21+
## Bugfixes
22+
- Fix remaining discovered CSP related issues in sample pages
23+
824
## 9.2.0 (2025-11-24)
925

1026
### Features

build/Package.Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>10.0.0</Version>
3+
<Version>10.0.1</Version>
44
</PropertyGroup>
55
</Project>

common-features/build/Package.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>10.0.0</Version>
3+
<Version>10.0.1</Version>
44
<Company>Serenity Software</Company>
55
<Copyright>Copyright © Serenity Software, Volkan Ceylan</Copyright>
66
<Product>Serenity Platform - Common Features</Product>

common-features/src/.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"sergen": {
6-
"version": "10.0.0",
6+
"version": "10.0.1",
77
"commands": [
88
"sergen"
99
],

common-features/src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="$(MSBuildThisFileDirectory)..\build\Feature.Build.props" />
44
<PropertyGroup>
55
<ArtifactsPath>$(MSBuildThisFileDirectory)..\..\artifacts</ArtifactsPath>
6-
<SerenityVersion Condition="'$(SerenityVersion)' == ''">10.0.0</SerenityVersion>
6+
<SerenityVersion Condition="'$(SerenityVersion)' == ''">10.0.1</SerenityVersion>
77
<SergenTransform>all</SergenTransform>
88
<TargetFramework>net10.0</TargetFramework>
99
<DotnetToolManifestFile>$(MSBuildProjectDirectory)\..\.config\dotnet-tools.json</DotnetToolManifestFile>

0 commit comments

Comments
 (0)