File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0</TargetFrameworks >
9
9
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
10
10
11
11
<!-- https://semver.org/spec/v2.0.0.html -->
12
- <Version >0.5.0 </Version >
12
+ <Version >0.5.1 </Version >
13
13
<AssemblyVersion >$(Version)</AssemblyVersion >
14
14
<LangVersion >12.0</LangVersion >
15
15
41
41
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
42
42
<AllowedOutputExtensionsInPackageBuildOutputFolder >.pdb;$(AllowedOutputExtensionsInPackageBuildOutputFolder)</AllowedOutputExtensionsInPackageBuildOutputFolder >
43
43
<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
+
44
51
--- 0.5.0 ---
45
52
[Breaking]
46
53
Inherited breaking changes from IpfsShipyard.Ipfs.Core 0.6.0. See release notes for details.
You can’t perform that action at this time.
0 commit comments