Skip to content

Commit

Permalink
Merge pull request #1 from murlokito/verbump-v6.0.7
Browse files Browse the repository at this point in the history
Release v6.0.7
  • Loading branch information
hoakbuilds authored Mar 30, 2022
2 parents f209886 + 417433a commit fefc0ad
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ separate repository so it is contained, as the goal for [Solnet](https://github.
- net 6.0

## Dependencies
- Solnet.Programs v6.0.3
- Solnet.Wallet v6.0.3
- Solnet.Rpc v6.0.3
- Solnet.Programs v6.0.7
- Solnet.Wallet v6.0.7
- Solnet.Rpc v6.0.7

## 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.Solend</Product>
<Version>6.0.3</Version>
<Version>6.0.7</Version>
<Copyright>Copyright 2022 &#169; blockmountain</Copyright>
<Authors>blockmountain</Authors>
<PublisherName>blockmountain</PublisherName>
Expand Down
4 changes: 2 additions & 2 deletions Solnet.Solend.Examples/Solnet.Solend.Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Solnet.Extensions" Version="6.0.3" />
<PackageReference Include="Solnet.KeyStore" Version="6.0.3" />
<PackageReference Include="Solnet.Extensions" Version="6.0.7" />
<PackageReference Include="Solnet.KeyStore" Version="6.0.7" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Solnet.Solend.Test/Solnet.Solend.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.Rpc" Version="6.0.3" />
<PackageReference Include="Solnet.Wallet" Version="6.0.3" />
<PackageReference Include="Solnet.Rpc" Version="6.0.7" />
<PackageReference Include="Solnet.Wallet" Version="6.0.7" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Solnet.Solend/Solnet.Solend.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0" />
<PackageReference Include="Solnet.Programs" Version="6.0.3" />
<PackageReference Include="Solnet.Rpc" Version="6.0.3" />
<PackageReference Include="Solnet.Wallet" Version="6.0.3" />
<PackageReference Include="Solnet.Programs" Version="6.0.7" />
<PackageReference Include="Solnet.Rpc" Version="6.0.7" />
<PackageReference Include="Solnet.Wallet" Version="6.0.7" />
</ItemGroup>

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

0 comments on commit fefc0ad

Please sign in to comment.