Skip to content

Commit 555b1fd

Browse files
committed
version 1.3.0
1 parent 00d33b1 commit 555b1fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ArrayPoolCollection.MemoryPack/ArrayPoolCollection.MemoryPack.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>enable</Nullable>
77
<LangVersion>13</LangVersion>
88
<PackageId>AndanteSoft.ArrayPoolCollection.MemoryPack</PackageId>
9-
<PackageVersion>1.2.1</PackageVersion>
9+
<PackageVersion>1.3.0</PackageVersion>
1010
<Authors>Andante</Authors>
1111
<Description>A low-allocation collection library using pooled arrays (with MemoryPack)</Description>
1212
<Copyright>Copyright (c) Andante 2025</Copyright>

ArrayPoolCollection/ArrayPoolCollection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>enable</Nullable>
77
<LangVersion>13</LangVersion>
88
<PackageId>AndanteSoft.ArrayPoolCollection</PackageId>
9-
<PackageVersion>1.2.1</PackageVersion>
9+
<PackageVersion>1.3.0</PackageVersion>
1010
<Authors>Andante</Authors>
1111
<Description>A low-allocation collection library using pooled arrays</Description>
1212
<Copyright>Copyright (c) Andante 2025</Copyright>

0 commit comments

Comments
 (0)