Skip to content

Commit 22e8016

Browse files
committed
[2025-09-06] v3.1.4 Update XML Serialization and Cache module
1 parent 29b7533 commit 22e8016

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/Senparc.CO2NET.APM/Senparc.CO2NET.APM.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
4-
<Version>2.1.0.1</Version>
4+
<Version>2.1.1</Version>
55
<AssemblyName>Senparc.CO2NET.APM</AssemblyName>
66
<RootNamespace>Senparc.CO2NET.APM</RootNamespace>
77
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
@@ -38,6 +38,7 @@
3838
[2024-09-11] v1.4.6 Update Cache, remove InsertToCache(), add Count(prefix)
3939
[2024-11-28] v2.0.1-beta1 Add UseLowerCaseApiName property for SenparcSetting
4040
[2024-12-04] v2.1.0-beta1 update Start() method, set SenparcSetting in Config when AddSenparcGlobalService() run
41+
[2025-09-06] v2.1.1 base module update
4142
</PackageReleaseNotes>
4243
</PropertyGroup>
4344
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">

src/Senparc.CO2NET.WebApi/Senparc.CO2NET.WebApi.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.1;net8.0</TargetFrameworks>
4-
<Version>2.1.2.1</Version>
4+
<Version>2.1.3</Version>
55
<LangVersion>latest</LangVersion>
66
<AssemblyName>Senparc.CO2NET.WebApi</AssemblyName>
77
<RootNamespace>Senparc.CO2NET.WebApi</RootNamespace>
@@ -50,6 +50,7 @@
5050
[2024-12-04] v2.1.0-beta3 update Start() method, set SenparcSetting in Config when AddSenparcGlobalService() run
5151
[2025-08-20] v2.1.2 feat: Add default value GET to DefaultRequestMethod proprety
5252
[2025-08-20] v2.1.2.1 Update async detection logic in DocMethodInfo and increment project version
53+
[2025-09-06] v2.1.3 base module update
5354
</PackageReleaseNotes>
5455
</PropertyGroup>
5556
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">

src/Senparc.CO2NET/Senparc.CO2NET.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
4-
<Version>3.1.3</Version>
4+
<Version>3.1.4</Version>
55
<LangVersion>10.0</LangVersion>
66
<AssemblyName>Senparc.CO2NET</AssemblyName>
77
<RootNamespace>Senparc.CO2NET</RootNamespace>
@@ -147,6 +147,7 @@
147147
[2025-01-05] v3.1.1 update Encoding.UTF-8 for SenparcTrace log store
148148
[2025-01-28] v3.1.2 add ValidationHelper.CheckNull
149149
[2025-04-24] v3.1.3 restore configuration for RegisterServices.Start(senparcSetting) parameter for .NET Framework
150+
[2025-09-06] v3.1.4 Update XML Serialization and Cache module
150151
</PackageReleaseNotes>
151152
<RepositoryUrl>https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl>
152153
<Configurations>Debug;Release;Test</Configurations>

0 commit comments

Comments
 (0)