File tree Expand file tree Collapse file tree 5 files changed +20
-4
lines changed
Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <Version >10.0.0 </Version >
3+ <Version >10.0.1 </Version >
44 </PropertyGroup >
55</Project >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "sergen" : {
6- "version" : " 10.0.0 " ,
6+ "version" : " 10.0.1 " ,
77 "commands" : [
88 " sergen"
99 ],
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments