Skip to content

Commit eb40cdd

Browse files
committed
Update Version for 1st English version
1 parent e6b8d6b commit eb40cdd

File tree

11 files changed

+633
-642
lines changed

11 files changed

+633
-642
lines changed
Lines changed: 49 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<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>
2+
<PropertyGroup>
3+
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
4+
<Version>2.0.0-beta1</Version>
5+
<AssemblyName>Senparc.CO2NET.APM</AssemblyName>
6+
<RootNamespace>Senparc.CO2NET.APM</RootNamespace>
7+
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
8+
<Description>
109
Senparc.CO2NET.APM Application Performance Management
1110
</Description>
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>
11+
<Copyright>Senparc Copyright © 2004~2024</Copyright>
12+
<PackageTags>APM,.NET Core,.NET Framework,Public,Base Library,CO2NET,盛派</PackageTags>
13+
<Authors>Senparc</Authors>
14+
<Owners>Senparc</Owners>
15+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
16+
<ProjectUrl>https://github.com/Senparc/Senparc.CO2NET</ProjectUrl>
17+
<Title>Senparc.CO2NET.APM.dll</Title>
18+
<Summary>Senparc.CO2NET.APM</Summary>
19+
<PackageProjectUrl>https://github.com/Senparc/Senparc.CO2NET</PackageProjectUrl>
20+
<PackageIcon>icon.jpg</PackageIcon>
21+
<RepositoryUrl>https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl>
22+
<Configurations>Debug;Release;Test</Configurations>
23+
<PackageReleaseNotes>
2524
v0.1.1 Supports basic monitoring data recording, retrieval, and organization/cleanup operations
2625
v0.1.2 DataItem provides TempStorage property; DataOperation supports global mode without domain distinction
2726
v0.1.3 Supports Senparc.CO2NET v0.3.0
@@ -37,33 +36,33 @@
3736
v0.6.102 Supports new version of CO2NET
3837
v1.1.0 APM is disabled by default (EnableAPM = false)
3938
[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>
39+
</PackageReleaseNotes>
40+
</PropertyGroup>
41+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
42+
<OutputPath>..\BuildOutPut</OutputPath>
43+
<DefineConstants>TRACE;RELEASE</DefineConstants>
44+
</PropertyGroup>
45+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
46+
<OutputPath>..\BuildOutPut</OutputPath>
47+
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
48+
<DocumentationFile>..\BuildOutPut\Senparc.CO2NET.APM.xml</DocumentationFile>
49+
<Optimize>true</Optimize>
50+
<DebugType>pdbonly</DebugType>
51+
<ErrorReport>prompt</ErrorReport>
52+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53+
</PropertyGroup>
54+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'">
55+
<OutputPath>..\BuildOutPut\</OutputPath>
56+
<DocumentationFile>..\BuildOutPut\net462\Senparc.CO2NET.APM.xml</DocumentationFile>
57+
</PropertyGroup>
58+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
59+
<OutputPath>..\BuildOutPut\</OutputPath>
60+
<DocumentationFile>..\BuildOutPut\netstandard2.0\Senparc.CO2NET.APM.xml</DocumentationFile>
61+
</PropertyGroup>
62+
<ItemGroup>
63+
<None Include="..\Senparc.CO2NET\icon.jpg" Pack="true" Visible="false" PackagePath="" />
64+
</ItemGroup>
65+
<ItemGroup>
66+
<ProjectReference Include="..\Senparc.CO2NET\Senparc.CO2NET.csproj" />
67+
</ItemGroup>
6968
</Project>
Lines changed: 77 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<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>
2+
<PropertyGroup>
3+
<TargetFrameworks>net462;netstandard2.0;netstandard2.1;net8.0</TargetFrameworks>
4+
<Version>2.0.0-beta1</Version>
5+
<AssemblyName>Senparc.CO2NET.AspNet</AssemblyName>
6+
<RootNamespace>Senparc.CO2NET.AspNet</RootNamespace>
7+
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
8+
<Description>
109
Senparc.CO2NET.AspNet library
1110

1211
Senparc.CO2NET open source project:
1312
https://github.com/Senparc/Senparc.CO2NET
1413
</Description>
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>
14+
<Copyright>Senparc Copyright © 2004~2024</Copyright>
15+
<PackageTags>.NET Core,.NET Framework,public,base library,CO2NET,ASP.NET</PackageTags>
16+
<Authors>Senparc</Authors>
17+
<Owners>Senparc</Owners>
18+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
19+
<ProjectUrl>https://github.com/Senparc/Senparc.CO2NET</ProjectUrl>
20+
<Title>Senparc.CO2NET.dll</Title>
21+
<Summary>Senparc.CO2NET.AspNet library</Summary>
22+
<PackageProjectUrl>https://github.com/Senparc/Senparc.CO2NET</PackageProjectUrl>
23+
<PackageIcon>icon.jpg</PackageIcon>
24+
<PackageReleaseNotes>
2625
v0.1.0 Build basic code, separate ASP.NET (and ASP.NET Core) code from Senparc.CO2NET
2726
v0.4.300.4 Provide GetRequestMemoryStreamAsync() async method
2827
v1.0.1 Update UseSenparcGlobal parameter input method
@@ -33,65 +32,65 @@
3332
v1.4.0 .NET 6.0 and .NET 8.0 assemblies no longer depend on Microsoft.AspNetCore.Hosting.Abstractions and Microsoft.AspNetCore.Http.Abstractions
3433
[2024-09-11] v1.4.3 Update Cache, remove InsertToCache(), add Count(prefix)
3534
[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' ">
35+
</PackageReleaseNotes>
36+
<RepositoryUrl>https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl>
37+
<Configurations>Debug;Release;Test</Configurations>
38+
</PropertyGroup>
39+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
40+
<OutputPath>..\BuildOutPut</OutputPath>
41+
<DefineConstants>TRACE;RELEASE</DefineConstants>
42+
</PropertyGroup>
43+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
44+
<OutputPath>..\BuildOutPut</OutputPath>
45+
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
46+
<DocumentationFile>..\BuildOutPut\Senparc.CO2NET.AspNet.xml</DocumentationFile>
47+
<Optimize>true</Optimize>
48+
<DebugType>pdbonly</DebugType>
49+
<ErrorReport>prompt</ErrorReport>
50+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51+
</PropertyGroup>
52+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'">
53+
<OutputPath>..\BuildOutPut\</OutputPath>
54+
<DocumentationFile>..\BuildOutPut\net462\Senparc.CO2NET.AspNet..xml</DocumentationFile>
55+
</PropertyGroup>
56+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
57+
<OutputPath>..\BuildOutPut\</OutputPath>
58+
<DocumentationFile>..\BuildOutPut\netstandard2.0\Senparc.CO2NET.AspNet.xml</DocumentationFile>
59+
</PropertyGroup>
60+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'">
61+
<OutputPath>..\BuildOutPut\</OutputPath>
62+
<DocumentationFile>..\BuildOutPut\netstandard2.1\Senparc.CO2NET.AspNet.xml</DocumentationFile>
63+
</PropertyGroup>
64+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|AnyCPU'">
65+
<OutputPath>..\BuildOutPut\</OutputPath>
66+
<DocumentationFile>..\BuildOutPut\net8.0\Senparc.CO2NET.AspNet.xml</DocumentationFile>
67+
</PropertyGroup>
68+
<ItemGroup>
69+
<None Include="..\Senparc.CO2NET\icon.jpg" Pack="true" Visible="false" PackagePath="" />
70+
</ItemGroup>
71+
<ItemGroup>
72+
<ProjectReference Include="..\Senparc.CO2NET\Senparc.CO2NET.csproj" />
73+
<PackageReference Include="Microsoft.Extensions.Hosting">
74+
<Version>8.0.0</Version>
75+
</PackageReference>
76+
</ItemGroup>
77+
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
78+
<Reference Include="System.Web" />
79+
<Reference Include="System.Web.Extensions" />
80+
</ItemGroup>
81+
<!--<ItemGroup Condition="'$(TargetFramework)' != 'net462' ">
8382
8483
</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>
84+
<!--<ItemGroup Condition="('$(TargetFramework)' == 'netstandard2.0') OR ('$(TargetFramework)' == 'netstandard2.1')">-->
85+
<ItemGroup Condition="'$(TargetFramework)' != 'net462' And '$(TargetFramework)' != 'net8.0'">
86+
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions">
87+
<Version>2.2.0</Version>
88+
</PackageReference>
89+
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions">
90+
<Version>2.2.0</Version>
91+
</PackageReference>
92+
</ItemGroup>
93+
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
94+
<PackageReference Include="Microsoft.AspNetCore.App" />
95+
</ItemGroup>
9796
</Project>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
4-
<Version>1.2.4</Version>
4+
<Version>2.0.0-beta1</Version>
55
<AssemblyName>Senparc.CO2NET.Cache.CsRedis.RedLock</AssemblyName>
66
<RootNamespace>Senparc.CO2NET.Cache.CsRedis.RedLock</RootNamespace>
77
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)