Skip to content

Commit 6f78ac8

Browse files
committed
更新版本并发版。 🐶
1 parent 5b1017f commit 6f78ac8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Zongsoft.Core/src/Zongsoft.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>7.41.3</Version>
3+
<Version>7.42.0</Version>
44
<Product>Zongsoft Core Library</Product>
55
<Description>This is a core library about Zongsoft development framework.</Description>
66
<RootNamespace>Zongsoft</RootNamespace>

Zongsoft.Data/src/Zongsoft.Data.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>7.20.1</Version>
3+
<Version>7.21.0</Version>
44
<Product>Zongsoft Data Library</Product>
55
<Description>This is an Object/Relational Mapping(ORM) data engine.</Description>
66
<RootNamespace>Zongsoft.Data</RootNamespace>
@@ -29,7 +29,7 @@
2929
</When>
3030
<Otherwise>
3131
<ItemGroup>
32-
<PackageReference Include="Zongsoft.Core" VersionOverride="7.40.0" />
32+
<PackageReference Include="Zongsoft.Core" VersionOverride="7.42.0" />
3333
</ItemGroup>
3434
</Otherwise>
3535
</Choose>

0 commit comments

Comments
 (0)