Skip to content

Commit 41b97d1

Browse files
committed
Translate .csproj files
1 parent 4413340 commit 41b97d1

File tree

9 files changed

+348
-346
lines changed

9 files changed

+348
-346
lines changed

src/Senparc.CO2NET.Cache.CsRedis.RedLock/redlock-cs/src/Senparc.CO2NET.Cache.CsRedis.RedLock.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
44
<Version>1.2.4</Version>
55
<AssemblyName>Senparc.CO2NET.Cache.CsRedis.RedLock</AssemblyName>
66
<RootNamespace>Senparc.CO2NET.Cache.CsRedis.RedLock</RootNamespace>
77
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
88
<Description>
9-
Senparc.CO2NET.Cache.CsRedis.RedLock 模块
9+
Senparc.CO2NET.Cache.CsRedis.RedLock module
1010

11-
redlock-cs 开源项目:https://github.com/JeffreySu/redlock-cs
11+
redlock-cs open source project: https://github.com/JeffreySu/redlock-cs
1212

13-
CO2NET 开源项目:
13+
CO2NET open source project:
1414
https://github.com/Senparc/Senparc.CO2NET
1515
</Description>
1616
<Copyright>Senparc Copyright © 2004~2024</Copyright>
@@ -25,7 +25,7 @@
2525
<PackageIcon>icon.jpg</PackageIcon>
2626
<PackageReleaseNotes>
2727
v0.1.0
28-
创世
28+
Genesis
2929
</PackageReleaseNotes>
3030
<RepositoryUrl>https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl>
3131
<Configurations>Debug;Release;Test</Configurations>

src/Senparc.CO2NET.Cache.CsRedis.Tests/Senparc.CO2NET.Cache.CsRedis.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.Dapr.Tests/Senparc.CO2NET.Cache.Dapr.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>
Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
3-
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
5-
<Version>0.1.3</Version>
6-
<AssemblyName>Senparc.CO2NET.Cache.Dapr</AssemblyName>
7-
<RootNamespace>Senparc.CO2NET.Cache.Dapr</RootNamespace>
8-
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
9-
<Description>
10-
CONET 缓存策略 - Dapr 模块
3+
<PropertyGroup>
4+
<TargetFramework>net8.0</TargetFramework>
5+
<Version>0.1.3</Version>
6+
<AssemblyName>Senparc.CO2NET.Cache.Dapr</AssemblyName>
7+
<RootNamespace>Senparc.CO2NET.Cache.Dapr</RootNamespace>
8+
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
9+
<Description>
10+
CONET Cache Strategy - Dapr Module
1111

12-
CO2NET 开源项目:
12+
CO2NET Open Source Project:
1313
https://github.com/Senparc/Senparc.CO2NET
1414
</Description>
15-
<Copyright>Senparc Copyright © 2004~2024</Copyright>
16-
<PackageTags>微信,weixin,公众号,WeChat,Senparc,盛派,SDK,C#,JSSDK,微信支付,分布式,小程序,Cache,Redis,CO2NET</PackageTags>
17-
<Authors>Jeffrey Su</Authors>
18-
<Owners>Senparc</Owners>
19-
<PackageLicenseUrl>https://github.com/JeffreySu/WeiXinMPSDK/blob/master/license.md</PackageLicenseUrl>
20-
<ProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</ProjectUrl>
21-
<Title>Senparc.CO2NET.Cache.Dapr.dll</Title>
22-
<Summary>Dapr Cache for CO2NET C#</Summary>
23-
<PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl>
24-
<PackageIcon>icon.jpg</PackageIcon>
25-
<PackageReleaseNotes>
26-
v0.1.0 创世
27-
[2024-09-11] v0.1.3 更新 Cache, remove InsertToCache(), add Count(prefix)
28-
</PackageReleaseNotes>
29-
<RepositoryUrl>https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl>
30-
<Configurations>Debug;Release;Test</Configurations>
31-
</PropertyGroup>
32-
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
33-
<OutputPath>..\BuildOutPut</OutputPath>
34-
<DefineConstants>TRACE</DefineConstants>
35-
</PropertyGroup>
36-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
37-
<OutputPath>..\..\BuildOutPut</OutputPath>
38-
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
39-
<DocumentationFile>..\BuildOutPut\Senparc.CO2NET.Cache.Dapr.XML</DocumentationFile>
40-
<Optimize>true</Optimize>
41-
<DebugType>pdbonly</DebugType>
42-
<ErrorReport>prompt</ErrorReport>
43-
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
44-
</PropertyGroup>
45-
<ItemGroup>
46-
<None Include="..\Senparc.CO2NET\icon.jpg" Pack="true" Visible="false" PackagePath="" />
47-
</ItemGroup>
48-
<ItemGroup>
49-
<PackageReference Include="Dapr.Client" Version="1.13.0" />
50-
</ItemGroup>
51-
<ItemGroup>
52-
<ProjectReference Include="..\Senparc.CO2NET\Senparc.CO2NET.csproj" />
53-
</ItemGroup>
15+
<Copyright>Senparc Copyright © 2004~2024</Copyright>
16+
<PackageTags>微信,weixin,公众号,WeChat,Senparc,盛派,SDK,C#,JSSDK,微信支付,分布式,小程序,Cache,Redis,CO2NET</PackageTags>
17+
<Authors>Jeffrey Su</Authors>
18+
<Owners>Senparc</Owners>
19+
<PackageLicenseUrl>https://github.com/JeffreySu/WeiXinMPSDK/blob/master/license.md</PackageLicenseUrl>
20+
<ProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</ProjectUrl>
21+
<Title>Senparc.CO2NET.Cache.Dapr.dll</Title>
22+
<Summary>Dapr Cache for CO2NET C#</Summary>
23+
<PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl>
24+
<PackageIcon>icon.jpg</PackageIcon>
25+
<PackageReleaseNotes>
26+
v0.1.0 Genesis
27+
[2024-09-11] v0.1.3 Update Cache, remove InsertToCache(), add Count(prefix)
28+
</PackageReleaseNotes>
29+
<RepositoryUrl>https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl>
30+
<Configurations>Debug;Release;Test</Configurations>
31+
</PropertyGroup>
32+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
33+
<OutputPath>..\BuildOutPut</OutputPath>
34+
<DefineConstants>TRACE</DefineConstants>
35+
</PropertyGroup>
36+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
37+
<OutputPath>..\..\BuildOutPut</OutputPath>
38+
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
39+
<DocumentationFile>..\BuildOutPut\Senparc.CO2NET.Cache.Dapr.XML</DocumentationFile>
40+
<Optimize>true</Optimize>
41+
<DebugType>pdbonly</DebugType>
42+
<ErrorReport>prompt</ErrorReport>
43+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
44+
</PropertyGroup>
45+
<ItemGroup>
46+
<None Include="..\Senparc.CO2NET\icon.jpg" Pack="true" Visible="false" PackagePath="" />
47+
</ItemGroup>
48+
<ItemGroup>
49+
<PackageReference Include="Dapr.Client" Version="1.13.0" />
50+
</ItemGroup>
51+
<ItemGroup>
52+
<ProjectReference Include="..\Senparc.CO2NET\Senparc.CO2NET.csproj" />
53+
</ItemGroup>
5454
</Project>

0 commit comments

Comments
 (0)