Skip to content

Commit

Permalink
Version bump for v6.0.12 parity (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoakbuilds authored Jun 18, 2022
1 parent 36484bf commit 91f51c1
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 6.0

## Dependencies
- Solnet.Wallet v6.0.8
- Solnet.Rpc v6.0.8
- Solnet.Programs v6.0.8
- Solnet.Wallet v6.0.12
- Solnet.Rpc v6.0.12
- Solnet.Programs v6.0.12

## 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>6.0.8</Version>
<Version>6.0.12</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="6.0.8" />
<PackageReference Include="Solnet.Wallet" Version="6.0.8" />
<PackageReference Include="Solnet.Programs" Version="6.0.8" />
<PackageReference Include="Solnet.Rpc" Version="6.0.12" />
<PackageReference Include="Solnet.Wallet" Version="6.0.12" />
<PackageReference Include="Solnet.Programs" Version="6.0.12" />
</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 @@ -18,8 +18,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Solnet.Programs" Version="6.0.8" />
<PackageReference Include="Solnet.Rpc" Version="6.0.8" />
<PackageReference Include="Solnet.Programs" Version="6.0.12" />
<PackageReference Include="Solnet.Rpc" Version="6.0.12" />
</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="6.0.8" />
<PackageReference Include="Solnet.Wallet" Version="6.0.8" />
<PackageReference Include="Solnet.Programs" Version="6.0.8" />
<PackageReference Include="Solnet.Rpc" Version="6.0.12" />
<PackageReference Include="Solnet.Wallet" Version="6.0.12" />
<PackageReference Include="Solnet.Programs" Version="6.0.12" />
</ItemGroup>

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

0 comments on commit 91f51c1

Please sign in to comment.