Skip to content

Commit

Permalink
Merge pull request #99 from linksplatform/release/csharp
Browse files Browse the repository at this point in the history
[C#] 0.8.0
  • Loading branch information
FreePhoenix888 authored Jan 13, 2022
2 parents 3b047f5 + 74eb7a6 commit 729bafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.7.3</VersionPrefix>
<VersionPrefix>0.8.0</VersionPrefix>
<Authors>konard, FreePhoenix888</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5</TargetFrameworks>
<AssemblyName>Platform.Data</AssemblyName>
Expand All @@ -24,7 +24,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Delete extension with TLink is added.</PackageReleaseNotes>
<PackageReleaseNotes>Platform.Delegates 0.0.1 dependency is added. Update Platform.Setters dependency from 0.2.0 to 0.3.0. ReadHandlerState and WriteHandlerState structs are added.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
Expand Down

0 comments on commit 729bafd

Please sign in to comment.