Skip to content

Commit

Permalink
Update Platform.Data.Doublets.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Mar 24, 2023
1 parent 09bc605 commit 44ea172
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions csharp/Platform.Data.Doublets/Platform.Data.Doublets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Data.Doublets Class Library</Description>
<Copyright>konard, FreePhoenix888</Copyright>
<AssemblyTitle>Platform.Data.Doublets</AssemblyTitle>
<VersionPrefix>0.17.1</VersionPrefix>
<VersionPrefix>0.17.2</VersionPrefix>
<Authors>konard, FreePhoenix888</Authors>
<TargetFramework>net7</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -24,7 +24,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Garbage collection extension for ILinks interface are added.</PackageReleaseNotes>
<PackageReleaseNotes>Platform.Collections.Methods dependency is updated to 0.7.3.</PackageReleaseNotes>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand All @@ -37,7 +37,7 @@
<PackageReference Include="Platform.Data.Doublets.FFI" Version="0.9.0" />
<PackageReference Include="Platform.Random" Version="0.3.0" />
<PackageReference Include="Platform.Timestamps" Version="0.3.0" />
<PackageReference Include="Platform.Collections.Methods" Version="0.7.2" />
<PackageReference Include="Platform.Collections.Methods" Version="0.7.3" />
<PackageReference Include="Platform.Singletons" Version="0.3.0" />
<PackageReference Include="Platform.Memory" Version="0.4.1" />
</ItemGroup>
Expand Down

0 comments on commit 44ea172

Please sign in to comment.