Skip to content

Commit

Permalink
Merge pull request #36 from ipfs-shipyard/rel/0.4.0
Browse files Browse the repository at this point in the history
Release 0.4.0, update core api
  • Loading branch information
Arlodotexe authored Apr 10, 2024
2 parents 01be61b + f414a80 commit b60a56b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/IpfsHttpClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

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

Expand Down Expand Up @@ -41,6 +41,11 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<AllowedOutputExtensionsInPackageBuildOutputFolder>.pdb;$(AllowedOutputExtensionsInPackageBuildOutputFolder)</AllowedOutputExtensionsInPackageBuildOutputFolder>
<PackageReleaseNotes>
--- 0.4.0 ---
[Breaking]
No breaking changes for code in this library.
Inherited breaking changes from IpfsShipyard.Ipfs.Core 0.5.0. See release notes for details.

--- 0.3.0 ---
[Breaking]
No breaking changes for code in this library.
Expand All @@ -65,7 +70,7 @@ Added missing IFileSystemApi.ListAsync. Doesn't fully replace the removed IFileS
</ItemGroup>

<ItemGroup>
<PackageReference Include="IpfsShipyard.Ipfs.Core" Version="0.4.0" />
<PackageReference Include="IpfsShipyard.Ipfs.Core" Version="0.5.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Multiformats.Base" Version="2.0.2" />
Expand Down

0 comments on commit b60a56b

Please sign in to comment.