Skip to content

Commit

Permalink
Merge pull request #82 from pingpongsneak/master
Browse files Browse the repository at this point in the history
build: release v0.0.51.0
  • Loading branch information
pingpongsneak committed Aug 26, 2021
2 parents 1f28039 + 56a5639 commit 4abaf41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cypcore/cypcore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net5.0</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
<RootNamespace>CYPCore</RootNamespace>
<AssemblyVersion>0.0.50.0</AssemblyVersion>
<AssemblyVersion>0.0.51.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion cypnode/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"Disabled": false
},
"Staking": {
"Enabled": true,
"Enabled": false,
"TransactionsPerBlock": 100,
"WalletSettings": {
"Identifier": "",
Expand Down
2 changes: 1 addition & 1 deletion cypnode/cypnode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<ServerGarbageCollection>true</ServerGarbageCollection>
<AssemblyVersion>0.0.50.0</AssemblyVersion>
<AssemblyVersion>0.0.51.0</AssemblyVersion>
<NeutralLanguage>en</NeutralLanguage>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit 4abaf41

Please sign in to comment.