diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ad82ef3..655d691 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -17,6 +17,7 @@ jobs: with: script-path: build.cake target: Report + cake-version: 1.1.0 cake-bootstrap: true - name: Publish coverage report to coveralls.io uses: coverallsapp/github-action@v1.1.2 diff --git a/README.md b/README.md index 77029bc..f2d2729 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,9 @@ separate repository so it is contained, as the goal for [Solnet](https://github. - net 6.0 ## Dependencies -- Solnet.Rpc v6.0.13 -- Solnet.Wallet v6.0.13 -- Solnet.Programs v6.0.13 +- Solnet.Rpc v6.0.14 +- Solnet.Wallet v6.0.14 +- Solnet.Programs v6.0.14 ## Examples diff --git a/SharedBuildProperties.props b/SharedBuildProperties.props index 6c1d0dc..4a6e741 100644 --- a/SharedBuildProperties.props +++ b/SharedBuildProperties.props @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> Solnet.Serum - 6.0.13 + 6.0.14 Copyright 2022 © Solnet blockmountain blockmountain diff --git a/Solnet.Serum.Examples/Solnet.Serum.Examples.csproj b/Solnet.Serum.Examples/Solnet.Serum.Examples.csproj index eadb8bc..54ff616 100644 --- a/Solnet.Serum.Examples/Solnet.Serum.Examples.csproj +++ b/Solnet.Serum.Examples/Solnet.Serum.Examples.csproj @@ -12,8 +12,8 @@ - - - + + + diff --git a/Solnet.Serum/SerumProgram.cs b/Solnet.Serum/SerumProgram.cs index bcfb5ac..1be7bc0 100644 --- a/Solnet.Serum/SerumProgram.cs +++ b/Solnet.Serum/SerumProgram.cs @@ -25,7 +25,7 @@ public class SerumProgram : BaseProgram /// /// The Serum V3 Program key for . /// - public static readonly PublicKey MainNetProgramIdKeyV3 = new("9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin"); + public static readonly PublicKey MainNetProgramIdKeyV3 = new("srmqPvymJeFKQ4zGQed1GFppgkRHL9kaELCbyksJtPX"); /// /// The Serum V3 Program key for . diff --git a/Solnet.Serum/Solnet.Serum.csproj b/Solnet.Serum/Solnet.Serum.csproj index 086d9f7..80d3bde 100644 --- a/Solnet.Serum/Solnet.Serum.csproj +++ b/Solnet.Serum/Solnet.Serum.csproj @@ -19,9 +19,9 @@ - - - + + + diff --git a/chver.sh b/chver.sh index b16602c..1eab1ee 100644 --- a/chver.sh +++ b/chver.sh @@ -1,6 +1,6 @@ #!/bin/bash -PREV="6.0.13" +PREV="6.0.14" FILES="README.md SharedBuildProperties.props