Skip to content

Commit b60a56b

Browse files
authored
Merge pull request #36 from ipfs-shipyard/rel/0.4.0
Release 0.4.0, update core api
2 parents 01be61b + f414a80 commit b60a56b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/IpfsHttpClient.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1010

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

@@ -41,6 +41,11 @@
4141
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
4242
<AllowedOutputExtensionsInPackageBuildOutputFolder>.pdb;$(AllowedOutputExtensionsInPackageBuildOutputFolder)</AllowedOutputExtensionsInPackageBuildOutputFolder>
4343
<PackageReleaseNotes>
44+
--- 0.4.0 ---
45+
[Breaking]
46+
No breaking changes for code in this library.
47+
Inherited breaking changes from IpfsShipyard.Ipfs.Core 0.5.0. See release notes for details.
48+
4449
--- 0.3.0 ---
4550
[Breaking]
4651
No breaking changes for code in this library.
@@ -65,7 +70,7 @@ Added missing IFileSystemApi.ListAsync. Doesn't fully replace the removed IFileS
6570
</ItemGroup>
6671

6772
<ItemGroup>
68-
<PackageReference Include="IpfsShipyard.Ipfs.Core" Version="0.4.0" />
73+
<PackageReference Include="IpfsShipyard.Ipfs.Core" Version="0.5.0" />
6974
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
7075
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
7176
<PackageReference Include="Multiformats.Base" Version="2.0.2" />

0 commit comments

Comments
 (0)