Skip to content

Commit

Permalink
Version bump for v6.0.8 parity (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoakbuilds authored May 2, 2022
1 parent e6e8d25 commit 36484bf
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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.1
- Solnet.Rpc v6.0.1
- Solnet.Programs v6.0.1
- Solnet.Wallet v6.0.8
- Solnet.Rpc v6.0.8
- Solnet.Programs v6.0.8

## 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.7</Version>
<Version>6.0.8</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.7" />
<PackageReference Include="Solnet.Wallet" Version="6.0.7" />
<PackageReference Include="Solnet.Programs" Version="6.0.7" />
<PackageReference Include="Solnet.Rpc" Version="6.0.8" />
<PackageReference Include="Solnet.Wallet" Version="6.0.8" />
<PackageReference Include="Solnet.Programs" Version="6.0.8" />
</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.7" />
<PackageReference Include="Solnet.Rpc" Version="6.0.7" />
<PackageReference Include="Solnet.Programs" Version="6.0.8" />
<PackageReference Include="Solnet.Rpc" Version="6.0.8" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions Solnet.Pyth/Solnet.Pyth.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>
Expand All @@ -15,9 +15,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Solnet.Rpc" Version="6.0.7" />
<PackageReference Include="Solnet.Wallet" Version="6.0.7" />
<PackageReference Include="Solnet.Programs" Version="6.0.7" />
<PackageReference Include="Solnet.Rpc" Version="6.0.8" />
<PackageReference Include="Solnet.Wallet" Version="6.0.8" />
<PackageReference Include="Solnet.Programs" Version="6.0.8" />
</ItemGroup>

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

0 comments on commit 36484bf

Please sign in to comment.