Skip to content

Commit

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

## Dependencies
- BlockMountain.TradingView v1.0.0
- Solnet.Serum v5.0.4
- Solnet.Wallet v5.0.4
- Solnet.Rpc v5.0.4
- Solnet.Programs v5.0.4
- Solnet.Serum v5.0.5
- Solnet.Wallet v5.0.5
- Solnet.Rpc 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.Mango</Product>
<Version>5.0.4.4</Version>
<Version>5.0.5</Version>
<Copyright>Copyright 2022 &#169; blockmountain</Copyright>
<Authors>blockmountain</Authors>
<PublisherName>blockmountain</PublisherName>
Expand Down
12 changes: 6 additions & 6 deletions Solnet.Mango.Examples/Solnet.Mango.Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
</ItemGroup>

<ItemGroup>
<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.KeyStore" Version="5.0.4" />
<PackageReference Include="Solnet.Pyth" Version="5.0.4" />
<PackageReference Include="Solnet.Serum" 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" />
<PackageReference Include="Solnet.KeyStore" Version="5.0.5" />
<PackageReference Include="Solnet.Pyth" Version="5.0.5" />
<PackageReference Include="Solnet.Serum" Version="5.0.5" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Solnet.Mango.Test/Solnet.Mango.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Solnet.Rpc" Version="5.0.4" />
<PackageReference Include="Solnet.Wallet" Version="5.0.4" />
<PackageReference Include="Solnet.Serum" Version="5.0.4" />
<PackageReference Include="Solnet.Rpc" Version="5.0.5" />
<PackageReference Include="Solnet.Wallet" Version="5.0.5" />
<PackageReference Include="Solnet.Serum" Version="5.0.5" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions Solnet.Mango/Solnet.Mango.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.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.Serum" 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" />
<PackageReference Include="Solnet.Serum" Version="5.0.5" />
</ItemGroup>

<Import Project="..\SharedBuildProperties.props" />
Expand Down

0 comments on commit 77bfb97

Please sign in to comment.