Skip to content

Commit bd78def

Browse files
committed
Update version to 0.5.1, added release notes.
1 parent 2a0468b commit bd78def

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/IpfsHttpClient.csproj

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
@@ -9,7 +9,7 @@
99
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1010

1111
<!-- https://semver.org/spec/v2.0.0.html -->
12-
<Version>0.5.0</Version>
12+
<Version>0.5.1</Version>
1313
<AssemblyVersion>$(Version)</AssemblyVersion>
1414
<LangVersion>12.0</LangVersion>
1515

@@ -41,6 +41,13 @@
4141
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
4242
<AllowedOutputExtensionsInPackageBuildOutputFolder>.pdb;$(AllowedOutputExtensionsInPackageBuildOutputFolder)</AllowedOutputExtensionsInPackageBuildOutputFolder>
4343
<PackageReleaseNotes>
44+
--- 0.5.1 ---
45+
[New]
46+
Added support for MfsWriteOptions.Flush in MfsApi.WriteAsync.
47+
48+
[Improvements]
49+
Updated to IpfsShipyard.Ipfs.Core 0.6.1.
50+
4451
--- 0.5.0 ---
4552
[Breaking]
4653
Inherited breaking changes from IpfsShipyard.Ipfs.Core 0.6.0. See release notes for details.

0 commit comments

Comments
 (0)