File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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 >
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' " >
Original file line number Diff line number Diff line change 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 >
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' " >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments