File tree Expand file tree Collapse file tree 6 files changed +17
-12
lines changed
Expand file tree Collapse file tree 6 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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 © Solnet</Copyright >
77 <Authors >blockmountain</Authors >
88 <PublisherName >blockmountain</PublisherName >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments