Skip to content

Commit

Permalink
Version bump for v5.0.6 parity (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoakbuilds authored Jun 18, 2022
1 parent 0362dd0 commit 2ae93d5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ separate repository so it is contained, as the goal for [Solnet](https://github.
- net 5.0

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

## API

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.Pyth</Product>
<Version>5.0.5</Version>
<Version>5.0.6</Version>
<Copyright>Copyright 2022 &#169; Solnet</Copyright>
<Authors>blockmountain</Authors>
<PublisherName>blockmountain</PublisherName>
Expand Down
6 changes: 3 additions & 3 deletions Solnet.Pyth.Examples/Solnet.Pyth.Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Solnet.Rpc" Version="5.0.5" />
<PackageReference Include="Solnet.Wallet" Version="5.0.5" />
<PackageReference Include="Solnet.Programs" Version="5.0.5" />
<PackageReference Include="Solnet.Rpc" Version="5.0.6" />
<PackageReference Include="Solnet.Wallet" Version="5.0.6" />
<PackageReference Include="Solnet.Programs" Version="5.0.6" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Solnet.Pyth.Test/Solnet.Pyth.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Solnet.Programs" Version="5.0.5" />
<PackageReference Include="Solnet.Rpc" Version="5.0.5" />
<PackageReference Include="Solnet.Programs" Version="5.0.6" />
<PackageReference Include="Solnet.Rpc" Version="5.0.6" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Solnet.Pyth/Solnet.Pyth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Solnet.Rpc" Version="5.0.5" />
<PackageReference Include="Solnet.Wallet" Version="5.0.5" />
<PackageReference Include="Solnet.Programs" Version="5.0.5" />
<PackageReference Include="Solnet.Rpc" Version="5.0.6" />
<PackageReference Include="Solnet.Wallet" Version="5.0.6" />
<PackageReference Include="Solnet.Programs" Version="5.0.6" />
</ItemGroup>

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

0 comments on commit 2ae93d5

Please sign in to comment.