Skip to content

Commit 4413340

Browse files
committed
Translate for csproj files
1 parent 185547b commit 4413340

File tree

9 files changed

+187
-187
lines changed

9 files changed

+187
-187
lines changed

src/Senparc.CO2NET.APM.Tests/Senparc.CO2NET.APM.Tests.net8.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,69 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
3-
<PropertyGroup>
4-
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
5-
<Version>1.4.6</Version>
6-
<AssemblyName>Senparc.CO2NET.APM</AssemblyName>
7-
<RootNamespace>Senparc.CO2NET.APM</RootNamespace>
8-
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
9-
<Description>
10-
Senparc.CO2NET.APM 应用性能管理
3+
<PropertyGroup>
4+
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
5+
<Version>1.4.6</Version>
6+
<AssemblyName>Senparc.CO2NET.APM</AssemblyName>
7+
<RootNamespace>Senparc.CO2NET.APM</RootNamespace>
8+
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
9+
<Description>
10+
Senparc.CO2NET.APM Application Performance Management
1111
</Description>
12-
<Copyright>Senparc Copyright © 2004~2024</Copyright>
13-
<PackageTags>APM,.NET Core,.NET Framework,公共,基础库,CO2NET</PackageTags>
14-
<Authors>Senparc</Authors>
15-
<Owners>Senparc</Owners>
16-
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
17-
<ProjectUrl>https://github.com/Senparc/Senparc.CO2NET</ProjectUrl>
18-
<Title>Senparc.CO2NET.APM.dll</Title>
19-
<Summary>Senparc.CO2NET.APM</Summary>
20-
<PackageProjectUrl>https://github.com/Senparc/Senparc.CO2NET</PackageProjectUrl>
21-
<PackageIcon>icon.jpg</PackageIcon>
22-
<RepositoryUrl>https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl>
23-
<Configurations>Debug;Release;Test</Configurations>
24-
<PackageReleaseNotes>
25-
v0.1.1 支持基础监控数据的记录、调取和整理/清除操作
26-
v0.1.2 DataItem 提供 TempStorage 属性;DataOperation 支持不分域的全局模式
27-
v0.1.3 支持 Senparc.CO2NET v0.3.0
28-
v0.1.3.3 fibugDataOperation domain 参数设置过程有缺陷
29-
v0.2.0 使用 .NETStandard2.0 统一支持 .NET Core,放弃对 .NET Core 1.x 的单独适配
30-
v0.2.5 清空 Domain 数据方法添加 keepTodayData 参数,可以保留当天数据不被清除
31-
v0.3.0 提供 APM 开关设置
32-
v0.3.1 使用 .ConfigureAwait(false) 避免异步锁死的情况
33-
v0.4.0 停止对 .NET 3.5/4.0 的支持
34-
v0.4.3 支持新版本 CO2NET,提供带符号的 nuget 包(.snupkg)
35-
v0.5.0 支持 .NET Core 3.0
36-
v0.5.102 支持新版本 CO2NET
37-
v0.6.102 支持新版本 CO2NET
38-
v1.1.0 默认停用 APMEnableAPM = false
39-
[2024-09-11] v1.4.6 更新 Cache, remove InsertToCache(), add Count(prefix)
40-
</PackageReleaseNotes>
41-
</PropertyGroup>
42-
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
43-
<OutputPath>..\BuildOutPut</OutputPath>
44-
<DefineConstants>TRACE;RELEASE</DefineConstants>
45-
</PropertyGroup>
46-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
47-
<OutputPath>..\BuildOutPut</OutputPath>
48-
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
49-
<DocumentationFile>..\BuildOutPut\Senparc.CO2NET.APM.xml</DocumentationFile>
50-
<Optimize>true</Optimize>
51-
<DebugType>pdbonly</DebugType>
52-
<ErrorReport>prompt</ErrorReport>
53-
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
54-
</PropertyGroup>
55-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'">
56-
<OutputPath>..\BuildOutPut\</OutputPath>
57-
<DocumentationFile>..\BuildOutPut\net462\Senparc.CO2NET.APM.xml</DocumentationFile>
58-
</PropertyGroup>
59-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
60-
<OutputPath>..\BuildOutPut\</OutputPath>
61-
<DocumentationFile>..\BuildOutPut\netstandard2.0\Senparc.CO2NET.APM.xml</DocumentationFile>
62-
</PropertyGroup>
63-
<ItemGroup>
64-
<None Include="..\Senparc.CO2NET\icon.jpg" Pack="true" Visible="false" PackagePath="" />
65-
</ItemGroup>
66-
<ItemGroup>
67-
<ProjectReference Include="..\Senparc.CO2NET\Senparc.CO2NET.csproj" />
68-
</ItemGroup>
12+
<Copyright>Senparc Copyright © 2004~2024</Copyright>
13+
<PackageTags>APM,.NET Core,.NET Framework,Public,Base Library,CO2NET</PackageTags>
14+
<Authors>Senparc</Authors>
15+
<Owners>Senparc</Owners>
16+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
17+
<ProjectUrl>https://github.com/Senparc/Senparc.CO2NET</ProjectUrl>
18+
<Title>Senparc.CO2NET.APM.dll</Title>
19+
<Summary>Senparc.CO2NET.APM</Summary>
20+
<PackageProjectUrl>https://github.com/Senparc/Senparc.CO2NET</PackageProjectUrl>
21+
<PackageIcon>icon.jpg</PackageIcon>
22+
<RepositoryUrl>https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl>
23+
<Configurations>Debug;Release;Test</Configurations>
24+
<PackageReleaseNotes>
25+
v0.1.1 Supports basic monitoring data recording, retrieval, and organization/cleanup operations
26+
v0.1.2 DataItem provides TempStorage property; DataOperation supports global mode without domain distinction
27+
v0.1.3 Supports Senparc.CO2NET v0.3.0
28+
v0.1.3.3 fibug: DataOperation domain parameter setting process has defects
29+
v0.2.0 Uses .NETStandard2.0 to uniformly support .NET Core, abandons separate adaptation for .NET Core 1.x
30+
v0.2.5 Added keepTodayData parameter to the method of clearing Domain data, allowing retention of today's data
31+
v0.3.0 Provides APM switch settings
32+
v0.3.1 Uses .ConfigureAwait(false) to avoid asynchronous deadlock situations
33+
v0.4.0 Stops support for .NET 3.5/4.0
34+
v0.4.3 Supports new version of CO2NET, provides signed nuget package (.snupkg)
35+
v0.5.0 Supports .NET Core 3.0
36+
v0.5.102 Supports new version of CO2NET
37+
v0.6.102 Supports new version of CO2NET
38+
v1.1.0 APM is disabled by default (EnableAPM = false)
39+
[2024-09-11] v1.4.6 Update Cache, remove InsertToCache(), add Count(prefix)
40+
</PackageReleaseNotes>
41+
</PropertyGroup>
42+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
43+
<OutputPath>..\BuildOutPut</OutputPath>
44+
<DefineConstants>TRACE;RELEASE</DefineConstants>
45+
</PropertyGroup>
46+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
47+
<OutputPath>..\BuildOutPut</OutputPath>
48+
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
49+
<DocumentationFile>..\BuildOutPut\Senparc.CO2NET.APM.xml</DocumentationFile>
50+
<Optimize>true</Optimize>
51+
<DebugType>pdbonly</DebugType>
52+
<ErrorReport>prompt</ErrorReport>
53+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
54+
</PropertyGroup>
55+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'">
56+
<OutputPath>..\BuildOutPut\</OutputPath>
57+
<DocumentationFile>..\BuildOutPut\net462\Senparc.CO2NET.APM.xml</DocumentationFile>
58+
</PropertyGroup>
59+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
60+
<OutputPath>..\BuildOutPut\</OutputPath>
61+
<DocumentationFile>..\BuildOutPut\netstandard2.0\Senparc.CO2NET.APM.xml</DocumentationFile>
62+
</PropertyGroup>
63+
<ItemGroup>
64+
<None Include="..\Senparc.CO2NET\icon.jpg" Pack="true" Visible="false" PackagePath="" />
65+
</ItemGroup>
66+
<ItemGroup>
67+
<ProjectReference Include="..\Senparc.CO2NET\Senparc.CO2NET.csproj" />
68+
</ItemGroup>
6969
</Project>
Lines changed: 89 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,97 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
3-
<PropertyGroup>
4-
<TargetFrameworks>net462;netstandard2.0;netstandard2.1;net8.0</TargetFrameworks>
5-
<Version>1.5.0</Version>
6-
<AssemblyName>Senparc.CO2NET.AspNet</AssemblyName>
7-
<RootNamespace>Senparc.CO2NET.AspNet</RootNamespace>
8-
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
9-
<Description>
10-
Senparc.CO2NET.AspNet
3+
<PropertyGroup>
4+
<TargetFrameworks>net462;netstandard2.0;netstandard2.1;net8.0</TargetFrameworks>
5+
<Version>1.5.0</Version>
6+
<AssemblyName>Senparc.CO2NET.AspNet</AssemblyName>
7+
<RootNamespace>Senparc.CO2NET.AspNet</RootNamespace>
8+
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
9+
<Description>
10+
Senparc.CO2NET.AspNet library
1111

12-
Senparc.CO2NET 开源项目:
12+
Senparc.CO2NET open source project:
1313
https://github.com/Senparc/Senparc.CO2NET
1414
</Description>
15-
<Copyright>Senparc Copyright © 2004~2024</Copyright>
16-
<PackageTags>.NET Core,.NET Framework,公共,基础库,CO2NET,ASP.NET</PackageTags>
17-
<Authors>Senparc</Authors>
18-
<Owners>Senparc</Owners>
19-
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
20-
<ProjectUrl>https://github.com/Senparc/Senparc.CO2NET</ProjectUrl>
21-
<Title>Senparc.CO2NET.dll</Title>
22-
<Summary>Senparc.CO2NET.AspNet </Summary>
23-
<PackageProjectUrl>https://github.com/Senparc/Senparc.CO2NET</PackageProjectUrl>
24-
<PackageIcon>icon.jpg</PackageIcon>
25-
<PackageReleaseNotes>
26-
v0.1.0 构建基础代码,从 Senparc.CO2NET 分离 ASP.NET (以及 ASP.NET Core)代码
27-
v0.4.300.4 提供 GetRequestMemoryStreamAsync() 异步方法
28-
v1.0.1 更新 UseSenparcGlobal 参数输入方式
29-
v1.1.2
30-
1、优化 UseSenparcGlobal 方法
31-
2、添加 .NET 6.0 / 7.0 依赖
32-
v1.3.0 升级到 .NET 8.0
33-
v1.4.0 .NET 6.0 .NET 8.0 程序集不再依赖 Microsoft.AspNetCore.Hosting.Abstractions Microsoft.AspNetCore.Http.Abstractions
34-
[2024-09-11] v1.4.3 更新 Cache, remove InsertToCache(), add Count(prefix)
35-
[2024-10-07] v1.5.0 停止对 .NET 6.0 的支持
36-
</PackageReleaseNotes>
37-
<RepositoryUrl>https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl>
38-
<Configurations>Debug;Release;Test</Configurations>
39-
</PropertyGroup>
40-
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
41-
<OutputPath>..\BuildOutPut</OutputPath>
42-
<DefineConstants>TRACE;RELEASE</DefineConstants>
43-
</PropertyGroup>
44-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
45-
<OutputPath>..\BuildOutPut</OutputPath>
46-
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
47-
<DocumentationFile>..\BuildOutPut\Senparc.CO2NET.AspNet.xml</DocumentationFile>
48-
<Optimize>true</Optimize>
49-
<DebugType>pdbonly</DebugType>
50-
<ErrorReport>prompt</ErrorReport>
51-
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
52-
</PropertyGroup>
53-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'">
54-
<OutputPath>..\BuildOutPut\</OutputPath>
55-
<DocumentationFile>..\BuildOutPut\net462\Senparc.CO2NET.AspNet..xml</DocumentationFile>
56-
</PropertyGroup>
57-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
58-
<OutputPath>..\BuildOutPut\</OutputPath>
59-
<DocumentationFile>..\BuildOutPut\netstandard2.0\Senparc.CO2NET.AspNet.xml</DocumentationFile>
60-
</PropertyGroup>
61-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'">
62-
<OutputPath>..\BuildOutPut\</OutputPath>
63-
<DocumentationFile>..\BuildOutPut\netstandard2.1\Senparc.CO2NET.AspNet.xml</DocumentationFile>
64-
</PropertyGroup>
65-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|AnyCPU'">
66-
<OutputPath>..\BuildOutPut\</OutputPath>
67-
<DocumentationFile>..\BuildOutPut\net8.0\Senparc.CO2NET.AspNet.xml</DocumentationFile>
68-
</PropertyGroup>
69-
<ItemGroup>
70-
<None Include="..\Senparc.CO2NET\icon.jpg" Pack="true" Visible="false" PackagePath="" />
71-
</ItemGroup>
72-
<ItemGroup>
73-
<ProjectReference Include="..\Senparc.CO2NET\Senparc.CO2NET.csproj" />
74-
<PackageReference Include="Microsoft.Extensions.Hosting">
75-
<Version>8.0.0</Version>
76-
</PackageReference>
77-
</ItemGroup>
78-
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
79-
<Reference Include="System.Web" />
80-
<Reference Include="System.Web.Extensions" />
81-
</ItemGroup>
82-
<!--<ItemGroup Condition="'$(TargetFramework)' != 'net462' ">
15+
<Copyright>Senparc Copyright © 2004~2024</Copyright>
16+
<PackageTags>.NET Core,.NET Framework,public,base library,CO2NET,ASP.NET</PackageTags>
17+
<Authors>Senparc</Authors>
18+
<Owners>Senparc</Owners>
19+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
20+
<ProjectUrl>https://github.com/Senparc/Senparc.CO2NET</ProjectUrl>
21+
<Title>Senparc.CO2NET.dll</Title>
22+
<Summary>Senparc.CO2NET.AspNet library</Summary>
23+
<PackageProjectUrl>https://github.com/Senparc/Senparc.CO2NET</PackageProjectUrl>
24+
<PackageIcon>icon.jpg</PackageIcon>
25+
<PackageReleaseNotes>
26+
v0.1.0 Build basic code, separate ASP.NET (and ASP.NET Core) code from Senparc.CO2NET
27+
v0.4.300.4 Provide GetRequestMemoryStreamAsync() async method
28+
v1.0.1 Update UseSenparcGlobal parameter input method
29+
v1.1.2
30+
1. Optimize UseSenparcGlobal method
31+
2. Add .NET 6.0 / 7.0 dependencies
32+
v1.3.0 Upgrade to .NET 8.0
33+
v1.4.0 .NET 6.0 and .NET 8.0 assemblies no longer depend on Microsoft.AspNetCore.Hosting.Abstractions and Microsoft.AspNetCore.Http.Abstractions
34+
[2024-09-11] v1.4.3 Update Cache, remove InsertToCache(), add Count(prefix)
35+
[2024-10-07] v1.5.0 Stop supporting .NET 6.0
36+
</PackageReleaseNotes>
37+
<RepositoryUrl>https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl>
38+
<Configurations>Debug;Release;Test</Configurations>
39+
</PropertyGroup>
40+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
41+
<OutputPath>..\BuildOutPut</OutputPath>
42+
<DefineConstants>TRACE;RELEASE</DefineConstants>
43+
</PropertyGroup>
44+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
45+
<OutputPath>..\BuildOutPut</OutputPath>
46+
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
47+
<DocumentationFile>..\BuildOutPut\Senparc.CO2NET.AspNet.xml</DocumentationFile>
48+
<Optimize>true</Optimize>
49+
<DebugType>pdbonly</DebugType>
50+
<ErrorReport>prompt</ErrorReport>
51+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
52+
</PropertyGroup>
53+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'">
54+
<OutputPath>..\BuildOutPut\</OutputPath>
55+
<DocumentationFile>..\BuildOutPut\net462\Senparc.CO2NET.AspNet..xml</DocumentationFile>
56+
</PropertyGroup>
57+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
58+
<OutputPath>..\BuildOutPut\</OutputPath>
59+
<DocumentationFile>..\BuildOutPut\netstandard2.0\Senparc.CO2NET.AspNet.xml</DocumentationFile>
60+
</PropertyGroup>
61+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'">
62+
<OutputPath>..\BuildOutPut\</OutputPath>
63+
<DocumentationFile>..\BuildOutPut\netstandard2.1\Senparc.CO2NET.AspNet.xml</DocumentationFile>
64+
</PropertyGroup>
65+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|AnyCPU'">
66+
<OutputPath>..\BuildOutPut\</OutputPath>
67+
<DocumentationFile>..\BuildOutPut\net8.0\Senparc.CO2NET.AspNet.xml</DocumentationFile>
68+
</PropertyGroup>
69+
<ItemGroup>
70+
<None Include="..\Senparc.CO2NET\icon.jpg" Pack="true" Visible="false" PackagePath="" />
71+
</ItemGroup>
72+
<ItemGroup>
73+
<ProjectReference Include="..\Senparc.CO2NET\Senparc.CO2NET.csproj" />
74+
<PackageReference Include="Microsoft.Extensions.Hosting">
75+
<Version>8.0.0</Version>
76+
</PackageReference>
77+
</ItemGroup>
78+
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
79+
<Reference Include="System.Web" />
80+
<Reference Include="System.Web.Extensions" />
81+
</ItemGroup>
82+
<!--<ItemGroup Condition="'$(TargetFramework)' != 'net462' ">
8383
8484
</ItemGroup>-->
85-
<!--<ItemGroup Condition="('$(TargetFramework)' == 'netstandard2.0') OR ('$(TargetFramework)' == 'netstandard2.1')">-->
86-
<ItemGroup Condition="'$(TargetFramework)' != 'net462' And '$(TargetFramework)' != 'net8.0'">
87-
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions">
88-
<Version>2.2.0</Version>
89-
</PackageReference>
90-
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions">
91-
<Version>2.2.0</Version>
92-
</PackageReference>
93-
</ItemGroup>
94-
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
95-
<PackageReference Include="Microsoft.AspNetCore.App" />
96-
</ItemGroup>
85+
<!--<ItemGroup Condition="('$(TargetFramework)' == 'netstandard2.0') OR ('$(TargetFramework)' == 'netstandard2.1')">-->
86+
<ItemGroup Condition="'$(TargetFramework)' != 'net462' And '$(TargetFramework)' != 'net8.0'">
87+
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions">
88+
<Version>2.2.0</Version>
89+
</PackageReference>
90+
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions">
91+
<Version>2.2.0</Version>
92+
</PackageReference>
93+
</ItemGroup>
94+
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
95+
<PackageReference Include="Microsoft.AspNetCore.App" />
96+
</ItemGroup>
9797
</Project>

src/Senparc.CO2NET.Cache.CsRedis/Senparc.CO2NET.Cache.CsRedis.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<RootNamespace>Senparc.CO2NET.Cache.CsRedis</RootNamespace>
88
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
99
<Description>
10-
CONET 缓存策略 - Redis 模块
10+
CONET cache strategy - Redis module
1111

12-
CO2NET 开源项目:
12+
CO2NET open source project:
1313
https://github.com/Senparc/Senparc.CO2NET
1414
</Description>
1515
<Copyright>Senparc Copyright © 2004~2024</Copyright>
@@ -23,11 +23,11 @@
2323
<PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl>
2424
<PackageIcon>icon.jpg</PackageIcon>
2525
<PackageReleaseNotes>
26-
v0.1.0 创世
27-
v0.5.2 BaseRedisObjectCacheStrategy 析构函数进行 null 值判断,并添加 "#{Cache_Redis_Configuration}#" 过滤判断
28-
v1.1.4 RedisObjectCacheStrategy RedisHashSetObjectCacheStrategy.Get() 方法添加纯字符串的判断
29-
v1.2.5 修复 GetAllByPrefixAsync(key) 方法会自动获取所有 Key 的 bug
30-
[2024-09-11] v1.2.6 更新 Cache, remove InsertToCache(), add Count(prefix)
26+
v0.1.0 Genesis
27+
v0.5.2 BaseRedisObjectCacheStrategy destructor performs null value check and adds "#{Cache_Redis_Configuration}#" filter check
28+
v1.1.4 RedisObjectCacheStrategy and RedisHashSetObjectCacheStrategy.Get() methods add pure string check
29+
v1.2.5 Fix bug where GetAllByPrefixAsync(key) method automatically retrieves all keys
30+
[2024-09-11] v1.2.6 Update Cache, remove InsertToCache(), add Count(prefix)
3131
</PackageReleaseNotes>
3232
<RepositoryUrl>https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl>
3333
<Configurations>Debug;Release;Test</Configurations>

src/Senparc.CO2NET.Cache.Memcached.Tests/Senparc.CO2NET.Cache.Memcached.Tests.net8.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>

src/Senparc.CO2NET.Cache.Redis.Tests/Senparc.CO2NET.Cache.Redis.Tests.net8.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>

src/Senparc.CO2NET.MagicObject.Tests/Senparc.CO2NET.MagicObject.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>

0 commit comments

Comments
 (0)