Skip to content

Commit cff3e53

Browse files
committed
update nuget package version
1 parent 405281b commit cff3e53

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/JfYu.Data/JfYu.Data.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
4-
<Version>8.3.0</Version>
4+
<Version>10.0.1</Version>
55
<Description>EF Core read-write separation with multi-database support (SqlServer, MySql, Sqlite, InMemory)</Description>
66
</PropertyGroup>
77

src/JfYu.Office/JfYu.Office.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;net8.0;net9.0;net10.0</TargetFrameworks>
4-
<Version>8.1.2</Version>
4+
<Version>10.0.1</Version>
55
<Description>A powerful .NET library for Excel and Word document manipulation, supporting comprehensive read/write operations, multiple data sources, and template-based generation.</Description>
66

77
</PropertyGroup>

src/JfYu.RabbitMQ/JfYu.RabbitMQ.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;net8.0;net9.0;net10.0</TargetFrameworks>
4-
<Version>8.1.1</Version>
4+
<Version>10.0.1</Version>
55
<Description>Lightweight RabbitMQ client wrapper with async publishing/consuming, retry with dead-letter support, and DI integration.</Description>
66
</PropertyGroup>
77

src/JfYu.Redis/JfYu.Redis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;net8.0;net9.0;net10.0</TargetFrameworks>
4-
<Version>8.1.5</Version>
4+
<Version>10.0.1</Version>
55
<Description>A high-performance Redis client library for .NET with support for multiple serialization formats, distributed locking, and comprehensive data structure operations.</Description>
66
</PropertyGroup>
77

src/JfYu.Request/JfYu.Request.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;net8.0;net9.0;net10.0</TargetFrameworks>
4-
<Version>8.3.2</Version>
4+
<Version>10.0.1</Version>
55
<Description>HTTP request abstraction with `HttpClient`, rich headers, logging filters, cookies, proxy, SSL, file download, and multipart upload. Supports multiple named HttpClients for multi-tenant or multi-configuration scenarios</Description>
66
</PropertyGroup>
77

src/JfYu.WeChat/JfYu.WeChat.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;net8.0;net9.0;net10.0</TargetFrameworks>
4-
<Version>8.0.1</Version>
4+
<Version>10.0.1</Version>
55
<Description>Multi-targeted .NET library for WeChat Mini Program integration. Provides typed APIs for authentication, access token management, phone number retrieval, and secure communication. Supports dependency injection, configuration binding, and extensible HTTP request handling. Designed for use in modern .NET applications and compatible with JfYu.Request.</Description>
66
</PropertyGroup>
77
<ItemGroup>

0 commit comments

Comments
 (0)