Skip to content

Commit

Permalink
Merge pull request #123 from linksplatform/csharp/feature/use_generic…
Browse files Browse the repository at this point in the history
…_math

Csharp/feature/use generic math
  • Loading branch information
FreePhoenix888 authored Dec 29, 2022
2 parents 699a67d + d3cff24 commit 685700d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions csharp/Platform.Data/Platform.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Data Class Library</Description>
<Copyright>konard, FreePhoenix888</Copyright>
<AssemblyTitle>Platform.Data</AssemblyTitle>
<VersionPrefix>0.13.0</VersionPrefix>
<VersionPrefix>0.14.1</VersionPrefix>
<Authors>konard, FreePhoenix888</Authors>
<TargetFramework>net7</TargetFramework>
<AssemblyName>Platform.Data</AssemblyName>
Expand All @@ -23,7 +23,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Generic constraints are added.</PackageReleaseNotes>
<PackageReleaseNotes>Platform.Numbers dependency is updated from 0.7.0 to 0.8.0.</PackageReleaseNotes>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand All @@ -33,7 +33,7 @@

<ItemGroup>
<PackageReference Include="Platform.Delegates" Version="0.1.1" />
<PackageReference Include="Platform.Numbers" Version="0.7.0" />
<PackageReference Include="Platform.Numbers" Version="0.8.0" />
<PackageReference Include="Platform.Threading" Version="0.4.0" />
<PackageReference Include="Platform.Setters" Version="0.5.0" />
</ItemGroup>
Expand Down

0 comments on commit 685700d

Please sign in to comment.