Skip to content

Commit

Permalink
Merge pull request #321 from Senparc/Develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
JeffreySu authored Jan 5, 2025
2 parents 29a2bc6 + ea9cbd4 commit 2c4676d
Show file tree
Hide file tree
Showing 121 changed files with 191 additions and 186 deletions.
2 changes: 1 addition & 1 deletion Sample/Senparc.CO2NET.Sample.Consoles/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and limitations under the License.
#endregion Apache License Version 2.0

/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2025 Senparc
文件名:Program.cs
文件功能描述:Console 示例(同样适用于 WinForm 和 WPF)
Expand Down
4 changes: 2 additions & 2 deletions src/Senparc.CO2NET.APM/DataOperation.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#region Apache License Version 2.0
/*----------------------------------------------------------------
Copyright 2024 Suzhou Senparc Network Technology Co.,Ltd.
Copyright 2025 Suzhou Senparc Network Technology Co.,Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of the License at
Expand All @@ -19,7 +19,7 @@ and limitations under the License.
#endregion Apache License Version 2.0

/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
FileName: DataOperation.cs
File Function Description: Object information for each tracking log
Expand Down
4 changes: 2 additions & 2 deletions src/Senparc.CO2NET.APM/Entities/DataItem.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#region Apache License Version 2.0
/*----------------------------------------------------------------
Copyright 2024 Suzhou Senparc Network Technology Co.,Ltd.
Copyright 2025 Suzhou Senparc Network Technology Co.,Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of the License at
Expand All @@ -19,7 +19,7 @@ and limitations under the License.
#endregion Apache License Version 2.0

/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
FileName: DataItem.cs
File Function Description: The smallest unit of log recording
Expand Down
4 changes: 2 additions & 2 deletions src/Senparc.CO2NET.APM/Entities/MinuteData.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#region Apache License Version 2.0
/*----------------------------------------------------------------
Copyright 2024 Suzhou Senparc Network Technology Co.,Ltd.
Copyright 2025 Suzhou Senparc Network Technology Co.,Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of the License at
Expand All @@ -19,7 +19,7 @@ and limitations under the License.
#endregion Apache License Version 2.0

/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
FileName:MinuteData.cs
File Function Description:Packaged statistical data per minute
Expand Down
4 changes: 2 additions & 2 deletions src/Senparc.CO2NET.APM/Helpers/DataHelper.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#region Apache License Version 2.0
/*----------------------------------------------------------------
Copyright 2024 Suzhou Senparc Network Technology Co.,Ltd.
Copyright 2025 Suzhou Senparc Network Technology Co.,Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of the License at
Expand All @@ -19,7 +19,7 @@ and limitations under the License.
#endregion Apache License Version 2.0

/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
FileName:DataHelper.cs
File Function Description:Data Helper Class
Expand Down
2 changes: 1 addition & 1 deletion src/Senparc.CO2NET.APM/Senparc.CO2NET.APM.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
<Version>2.1.0</Version>
<Version>2.1.0.1</Version>
<AssemblyName>Senparc.CO2NET.APM</AssemblyName>
<RootNamespace>Senparc.CO2NET.APM</RootNamespace>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion src/Senparc.CO2NET.AspNet/Extensions/HttpExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and limitations under the License.
#endregion Apache License Version 2.0

/*----------------------------------------------------------------
Copyright (C) 2020 Senparc COCONET
Copyright (C) 2025 Senparc COCONET
FileName:HttpExtensions.cs
File Function Description:A series of Http extensions in ASP.NET Core
Expand Down
2 changes: 1 addition & 1 deletion src/Senparc.CO2NET.AspNet/Register.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
FileName: Register.cs
File Function Description: Senparc.CO2NET.AspNet Basic Information Registration
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
FileName:RegisterService.cs
File Function Description: Senparc.CO2NET Quick Registration Process
Expand Down
2 changes: 1 addition & 1 deletion src/Senparc.CO2NET.AspNet/Senparc.CO2NET.AspNet.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0;netstandard2.1;net8.0</TargetFrameworks>
<Version>2.1.0</Version>
<Version>2.1.0.1</Version>
<AssemblyName>Senparc.CO2NET.AspNet</AssemblyName>
<RootNamespace>Senparc.CO2NET.AspNet</RootNamespace>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and limitations under the License.
#endregion Apache License Version 2.0

/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2025 Senparc
FileName:BrowserUtility.cs
File Function Description:Browser utility class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and limitations under the License.
#endregion Apache License Version 2.0

/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2025 Senparc
FileName: RequestUtility.cs
File Function Description: Get request result
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#endregion

/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2025 Senparc
FileName:Lock.cs
File Function Description:Redis Lock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#endregion

/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2025 Senparc
FileName:Redlock.cs
File Function Description:Redis Lock
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
<Version>2.1.0</Version>
<Version>2.1.0.1</Version>
<AssemblyName>Senparc.CO2NET.Cache.CsRedis.RedLock</AssemblyName>
<RootNamespace>Senparc.CO2NET.Cache.CsRedis.RedLock</RootNamespace>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2025 Senparc
FileName:BaseRedisObjectCacheStrategy.cs
File Function Description:Base class for all Redis basic cache strategies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#region Apache License Version 2.0
/*----------------------------------------------------------------
Copyright 2024 Suzhou Senparc Network Technology Co.,Ltd.
Copyright 2025 Suzhou Senparc Network Technology Co.,Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of the License at
Expand All @@ -19,7 +19,7 @@ and limitations under the License.
#endregion Apache License Version 2.0

/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2025 Senparc
FileName: RedisObjectCacheStrategy.cs
File Function Description: Redis Object type container cache (Key is of String type).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and limitations under the License.
#endregion Apache License Version 2.0

/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2025 Senparc
FileName:RedisObjectCacheStrategy.cs
File Function Description:Redis Object type container cache (Key is String type).
Expand Down
2 changes: 1 addition & 1 deletion src/Senparc.CO2NET.Cache.CsRedis/RedisCacheLock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and limitations under the License.
#endregion Apache License Version 2.0

/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2025 Senparc
FileName: RedisCacheLock.cs
File Function Description: Local lock
Expand Down
2 changes: 1 addition & 1 deletion src/Senparc.CO2NET.Cache.CsRedis/Register.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2025 Senparc
File Name: Register.cs
File Function Description: Senparc.CO2NET.Cache.Redis Quick Registration Process
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
<Version>2.2.0</Version>
<Version>2.2.0.1</Version>
<AssemblyName>Senparc.CO2NET.Cache.CsRedis</AssemblyName>
<RootNamespace>Senparc.CO2NET.Cache.CsRedis</RootNamespace>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>1.1.0</Version>
<Version>1.1.0.1</Version>
<AssemblyName>Senparc.CO2NET.Cache.Dapr</AssemblyName>
<RootNamespace>Senparc.CO2NET.Cache.Dapr</RootNamespace>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
文件名:MemcachedApplicationBuilderExtensions.cs
文件功能描述:Memcached 依赖注入设置。
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
文件名:MemcachedServiceCollectionExtensions.cs
文件功能描述:Memcached 依赖注入设置。
Expand Down
2 changes: 1 addition & 1 deletion src/Senparc.CO2NET.Cache.Memcached/MamcachedCacheLock.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
FileName: RedisCacheLock.cs
File Function Description: Local lock
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
FileName:MemcachedObjectCacheStrategy.cs
File Function Description:Local Lock
Expand Down
2 changes: 1 addition & 1 deletion src/Senparc.CO2NET.Cache.Memcached/Register.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
FileName: Register.cs
File Function Description: Senparc.CO2NET.Memcached.Redis quick registration process
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0;net8.0</TargetFrameworks>
<Version>5.1.0</Version>
<Version>5.1.0.1</Version>
<AssemblyName>Senparc.CO2NET.Cache.Memcached</AssemblyName>
<RootNamespace>Senparc.CO2NET.Cache.Memcached</RootNamespace>
<Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#endregion

/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
FileName:Lock.cs
File Function Description:Redis lock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#endregion

/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
FileName:Redlock.cs
File Function Description:Redis Lock
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
<Version>4.1.0</Version>
<Version>4.1.0.1</Version>
<AssemblyName>Senparc.CO2NET.Cache.Redis.RedLock</AssemblyName>
<RootNamespace>Senparc.CO2NET.Cache.Redis.RedLock</RootNamespace>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
FileName:BaseRedisObjectCacheStrategy.cs
File Function Description:Base class for all Redis basic cache strategies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and limitations under the License.
#endregion Apache License Version 2.0

/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
FileName:RedisObjectCacheStrategy.cs
File Function Description:Redis Object type container cache (Key is of String type).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#region Apache License Version 2.0
/*----------------------------------------------------------------
Copyright 2024 Suzhou Senparc Network Technology Co.,Ltd.
Copyright 2025 Suzhou Senparc Network Technology Co.,Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of the License at
Expand All @@ -19,7 +19,7 @@ and limitations under the License.
#endregion Apache License Version 2.0

/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
FileName:RedisObjectCacheStrategy.cs
File Function Description:Redis Object type container cache (Key is String type).
Expand Down
4 changes: 2 additions & 2 deletions src/Senparc.CO2NET.Cache.Redis/RedisCacheLock.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#region Apache License Version 2.0
/*----------------------------------------------------------------
Copyright 2024 Suzhou Senparc Network Technology Co.,Ltd.
Copyright 2025 Suzhou Senparc Network Technology Co.,Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of the License at
Expand All @@ -19,7 +19,7 @@ and limitations under the License.
#endregion Apache License Version 2.0

/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
File Name: RedisCacheLock.cs
File Function Description: Local lock
Expand Down
2 changes: 1 addition & 1 deletion src/Senparc.CO2NET.Cache.Redis/Register.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
FileName: Register.cs
File Function Description: Senparc.CO2NET.Cache.Redis Quick Registration Process
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
<Version>5.2.0</Version>
<Version>5.2.0.1</Version>
<AssemblyName>Senparc.CO2NET.Cache.Redis</AssemblyName>
<RootNamespace>Senparc.CO2NET.Cache.Redis</RootNamespace>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#region Apache License Version 2.0
/*----------------------------------------------------------------
Copyright 2024 Suzhou Senparc Network Technology Co.,Ltd.
Copyright 2025 Suzhou Senparc Network Technology Co.,Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of the License at
Expand All @@ -19,7 +19,7 @@ and limitations under the License.
#endregion Apache License Version 2.0

/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
FileName:RedisManager.cs
File Function Description:Redis connection and database management interface.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2024 Senparc
Copyright (C) 2025 Senparc
FileName:StackExchangeRedisExtensions.cs
File Function Description:StackExchange.Redis extension.
Expand Down
Loading

0 comments on commit 2c4676d

Please sign in to comment.