Skip to content

Commit

Permalink
Release 0.17.1. Version bump and release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Jul 23, 2024
1 parent 2a6532d commit c2d1b36
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/OwlCore.Kubo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>

<Author>Arlo Godfrey</Author>
<Version>0.17.0</Version>
<Version>0.17.1</Version>
<Product>OwlCore</Product>
<Description>
An essential toolkit for Kubo, IPFS and the distributed web.
</Description>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageReleaseNotes>
--- 0.17.1 ---
[Improvements]
Bumped OwlCore to 0.6.0.

--- 0.17.0 ---
[New]
Added PeerRoomExtensions.WaitForJoinAsync extension method
Expand Down Expand Up @@ -422,7 +426,7 @@ Added unit tests.
<PackageReference Include="CommunityToolkit.Common" Version="8.2.2" />
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.2.2" />
<PackageReference Include="IpfsShipyard.Ipfs.Http.Client" Version="0.5.0" />
<PackageReference Include="OwlCore" Version="0.5.0" />
<PackageReference Include="OwlCore" Version="0.6.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="OwlCore.ComponentModel" Version="0.8.1" />
Expand Down

0 comments on commit c2d1b36

Please sign in to comment.