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