Skip to content

Commit ef80fd8

Browse files
authored
Bumps Solnet deps version and Solnet.Pyth to v5.0.0 (#22)
* Bumps Solnet deps version and Solnet.Pyth to v5.0.0 * Add separate badges for both versions
1 parent 2797381 commit ef80fd8

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
uses: svenstaro/upload-release-action@v2
4646
with:
4747
repo_token: ${{ secrets.ACCESS_TOKEN }}
48-
file: Solnet.Pyth/bin/Release/net5.0/ref/Solnet.Pyth.dll
48+
file: artifacts/Solnet.Pyth.dll
4949
tag: ${{ steps.publish_nuget.outputs.VERSION }}
5050
upload_url: ${{ steps.create_release.outputs.upload_url }}

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
</p>
44
<p align="center">
55
<a href="https://github.com/bmresearch/Solnet.Pyth/actions/workflows/build.yml">
6-
<img alt="Build" src="https://github.com/bmresearch/Solnet.Pyth/actions/workflows/build.yml/badge.svg"></a>
6+
<img alt="Build .NET6" src="https://github.com/bmresearch/Solnet.Pyth/actions/workflows/build.yml/badge.svg"></a>
77
<a href="https://github.com/bmresearch/Solnet.Pyth/actions/workflows/publish.yml">
8-
<img alt="Release" src="https://github.com/bmresearch/Solnet.Pyth/actions/workflows/publish.yml/badge.svg"></a>
8+
<img alt="Release .NET6" src="https://github.com/bmresearch/Solnet.Pyth/actions/workflows/publish.yml/badge.svg"></a>
9+
<br/>
10+
<a href="https://github.com/bmresearch/Solnet.Pyth/actions/workflows/build.yml">
11+
<img alt="Build .NET5" src="https://github.com/bmresearch/Solnet.Pyth/actions/workflows/build.yml/badge.svg?branch=net5"></a>
12+
<a href="https://github.com/bmresearch/Solnet.Pyth/actions/workflows/publish.yml">
13+
<img alt="Release .NET5" src="https://github.com/bmresearch/Solnet.Pyth/actions/workflows/publish.yml/badge.svg?branch=net5"></a>
914
<a href="https://coveralls.io/github/bmresearch/Solnet.Pyth?branch=main">
1015
<img src="https://coveralls.io/repos/github/bmresearch/Solnet.Pyth/badge.svg?branch=main"
1116
alt="Coverage Status" ></a>

SharedBuildProperties.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Product>Solnet.Pyth</Product>
5-
<Version>1.1.1</Version>
5+
<Version>5.0.0</Version>
66
<Copyright>Copyright 2022 &#169; Solnet</Copyright>
77
<Authors>blockmountain</Authors>
88
<PublisherName>blockmountain</PublisherName>

Solnet.Pyth.Examples/Solnet.Pyth.Examples.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Solnet.Rpc" Version="0.6.1" />
10-
<PackageReference Include="Solnet.Wallet" Version="0.6.1" />
11-
<PackageReference Include="Solnet.Programs" Version="0.6.1" />
9+
<PackageReference Include="Solnet.Rpc" Version="5.0.0" />
10+
<PackageReference Include="Solnet.Wallet" Version="5.0.0" />
11+
<PackageReference Include="Solnet.Programs" Version="5.0.0" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

Solnet.Pyth.Test/Solnet.Pyth.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
<PrivateAssets>all</PrivateAssets>
1717
</PackageReference>
18-
<PackageReference Include="Solnet.Programs" Version="0.6.1" />
19-
<PackageReference Include="Solnet.Rpc" Version="0.6.1" />
18+
<PackageReference Include="Solnet.Programs" Version="5.0.0" />
19+
<PackageReference Include="Solnet.Rpc" Version="5.0.0" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

Solnet.Pyth/Solnet.Pyth.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Solnet.Rpc" Version="0.6.1" />
19-
<PackageReference Include="Solnet.Wallet" Version="0.6.1" />
20-
<PackageReference Include="Solnet.Programs" Version="0.6.1" />
18+
<PackageReference Include="Solnet.Rpc" Version="5.0.0" />
19+
<PackageReference Include="Solnet.Wallet" Version="5.0.0" />
20+
<PackageReference Include="Solnet.Programs" Version="5.0.0" />
2121
</ItemGroup>
2222

2323
<Import Project="..\SharedBuildProperties.props" />

0 commit comments

Comments
 (0)