Skip to content

Release 0.4.0, update core api #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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