Skip to content

Commit

Permalink
Version bump for v5.0.5 parity (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoakbuilds authored May 2, 2022
1 parent 1472a3a commit b17d05f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ separate repository so it is contained, as the goal for [Solnet](https://github.
- net 5.0

## Dependencies
- Solnet.Rpc v5.0.4
- Solnet.Wallet v5.0.4
- Solnet.Programs v5.0.4
- Solnet.Rpc v5.0.5
- Solnet.Wallet v5.0.5
- Solnet.Programs v5.0.5

## Examples

Expand Down
2 changes: 1 addition & 1 deletion SharedBuildProperties.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Product>Solnet.Serum</Product>
<Version>5.0.4</Version>
<Version>5.0.5</Version>
<Copyright>Copyright 2022 &#169; Solnet</Copyright>
<Authors>blockmountain</Authors>
<PublisherName>blockmountain</PublisherName>
Expand Down
6 changes: 3 additions & 3 deletions Solnet.Serum.Examples/Solnet.Serum.Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Solnet.Rpc" Version="5.0.4" />
<PackageReference Include="Solnet.Wallet" Version="5.0.4" />
<PackageReference Include="Solnet.KeyStore" Version="5.0.4" />
<PackageReference Include="Solnet.Rpc" Version="5.0.5" />
<PackageReference Include="Solnet.Wallet" Version="5.0.5" />
<PackageReference Include="Solnet.KeyStore" Version="5.0.5" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions Solnet.Serum/Solnet.Serum.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0.0" />
<PackageReference Include="Solnet.Programs" Version="5.0.4" />
<PackageReference Include="Solnet.Rpc" Version="5.0.4" />
<PackageReference Include="Solnet.Wallet" Version="5.0.4" />
<PackageReference Include="Solnet.Programs" Version="5.0.5" />
<PackageReference Include="Solnet.Rpc" Version="5.0.5" />
<PackageReference Include="Solnet.Wallet" Version="5.0.5" />
</ItemGroup>


Expand Down

0 comments on commit b17d05f

Please sign in to comment.