Skip to content

Commit

Permalink
[C#] 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 authored Mar 17, 2022
1 parent 0955777 commit dd44229
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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.11.3</VersionPrefix>
<VersionPrefix>0.11.4</VersionPrefix>
<Authors>konard, FreePhoenix888</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5;net6</TargetFrameworks>
<AssemblyName>Platform.Data</AssemblyName>
Expand All @@ -24,8 +24,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Platform.Threading dependency is updated from 0.3.0 to 0.4.0.
Platform.Numbers dependency is updated from 0.5.1 to 0.5.2.</PackageReleaseNotes>
<PackageReleaseNotes>Platform.Setters dependency is updated from 0.3.3 to 0.4.0.</PackageReleaseNotes>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand All @@ -41,7 +40,7 @@ Platform.Numbers dependency is updated from 0.5.1 to 0.5.2.</PackageReleaseNotes
<PackageReference Include="Platform.Delegates" Version="0.0.1" />
<PackageReference Include="Platform.Numbers" Version="0.5.2" />
<PackageReference Include="Platform.Threading" Version="0.4.0" />
<PackageReference Include="Platform.Setters" Version="0.3.3" />
<PackageReference Include="Platform.Setters" Version="0.4.0" />
</ItemGroup>

</Project>

0 comments on commit dd44229

Please sign in to comment.