Skip to content

Commit

Permalink
Merge pull request #35 from ipfs-shipyard/rel/0.3.0
Browse files Browse the repository at this point in the history
Release 0.3.0. Update dependencies.
  • Loading branch information
Arlodotexe authored Apr 10, 2024
2 parents a512e36 + ca1a054 commit 01be61b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
12 changes: 10 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.2.0</Version>
<Version>0.3.0</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<LangVersion>12.0</LangVersion>

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

[Improvements]
Updated all package dependencies to latest version.

--- 0.2.0 ---
[Breaking]
Inherited breaking changes from IpfsShipyard.Ipfs.Core 0.2.0 and 0.3.0.
Expand All @@ -57,7 +65,7 @@ Added missing IFileSystemApi.ListAsync. Doesn't fully replace the removed IFileS
</ItemGroup>

<ItemGroup>
<PackageReference Include="IpfsShipyard.Ipfs.Core" Version="0.3.0" />
<PackageReference Include="IpfsShipyard.Ipfs.Core" Version="0.4.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
6 changes: 3 additions & 3 deletions test/IpfsHttpClientTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.3.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 01be61b

Please sign in to comment.