Skip to content

Commit

Permalink
Update version to 0.5.1, added release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Sep 14, 2024
1 parent 2a0468b commit bd78def
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/IpfsHttpClient.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
Expand All @@ -9,7 +9,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

<!-- https://semver.org/spec/v2.0.0.html -->
<Version>0.5.0</Version>
<Version>0.5.1</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<LangVersion>12.0</LangVersion>

Expand Down Expand Up @@ -41,6 +41,13 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<AllowedOutputExtensionsInPackageBuildOutputFolder>.pdb;$(AllowedOutputExtensionsInPackageBuildOutputFolder)</AllowedOutputExtensionsInPackageBuildOutputFolder>
<PackageReleaseNotes>
--- 0.5.1 ---
[New]
Added support for MfsWriteOptions.Flush in MfsApi.WriteAsync.

[Improvements]
Updated to IpfsShipyard.Ipfs.Core 0.6.1.

--- 0.5.0 ---
[Breaking]
Inherited breaking changes from IpfsShipyard.Ipfs.Core 0.6.0. See release notes for details.
Expand Down

0 comments on commit bd78def

Please sign in to comment.