Skip to content

Commit

Permalink
[C#] 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 authored Feb 17, 2022
1 parent d7ede88 commit ac82977
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions csharp/Platform.Memory/Platform.Memory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Memory Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Memory</AssemblyTitle>
<VersionPrefix>0.3.1</VersionPrefix>
<VersionPrefix>0.3.2</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5;net6</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -25,7 +25,9 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Platform.IO dependency updated from 0.3.0 to 0.3.1.</PackageReleaseNotes>
<PackageReleaseNotes>.NET 6 support is added.
Platform.IO dependency is updated from 0.3.1 to 0.3.2.
Microsoft.SourceLink.GitHub dependency is updated from 1.0.0 to 1.1.1.</PackageReleaseNotes>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand All @@ -39,7 +41,7 @@

<ItemGroup>
<PackageReference Include="System.IO.MemoryMappedFiles" Version="4.3.0" />
<PackageReference Include="Platform.IO" Version="0.3.1" />
<PackageReference Include="Platform.IO" Version="0.3.2" />
</ItemGroup>

</Project>

0 comments on commit ac82977

Please sign in to comment.