Skip to content

Commit 44ea172

Browse files
Update Platform.Data.Doublets.csproj
1 parent 09bc605 commit 44ea172

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

csharp/Platform.Data.Doublets/Platform.Data.Doublets.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.Data.Doublets Class Library</Description>
55
<Copyright>konard, FreePhoenix888</Copyright>
66
<AssemblyTitle>Platform.Data.Doublets</AssemblyTitle>
7-
<VersionPrefix>0.17.1</VersionPrefix>
7+
<VersionPrefix>0.17.2</VersionPrefix>
88
<Authors>konard, FreePhoenix888</Authors>
99
<TargetFramework>net7</TargetFramework>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -24,7 +24,7 @@
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<LangVersion>latest</LangVersion>
27-
<PackageReleaseNotes>Garbage collection extension for ILinks interface are added.</PackageReleaseNotes>
27+
<PackageReleaseNotes>Platform.Collections.Methods dependency is updated to 0.7.3.</PackageReleaseNotes>
2828
<Nullable>enable</Nullable>
2929
</PropertyGroup>
3030

@@ -37,7 +37,7 @@
3737
<PackageReference Include="Platform.Data.Doublets.FFI" Version="0.9.0" />
3838
<PackageReference Include="Platform.Random" Version="0.3.0" />
3939
<PackageReference Include="Platform.Timestamps" Version="0.3.0" />
40-
<PackageReference Include="Platform.Collections.Methods" Version="0.7.2" />
40+
<PackageReference Include="Platform.Collections.Methods" Version="0.7.3" />
4141
<PackageReference Include="Platform.Singletons" Version="0.3.0" />
4242
<PackageReference Include="Platform.Memory" Version="0.4.1" />
4343
</ItemGroup>

0 commit comments

Comments
 (0)