Skip to content

Commit

Permalink
Merge pull request #100 from pingpongsneak/master
Browse files Browse the repository at this point in the history
fix: versioning
  • Loading branch information
pingpongsneak committed Aug 3, 2022
2 parents 43730d1 + 406c195 commit 9e90761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: cypher-cyphernetworknode_${{ env.VERSION }}*.*
files: cypher-cypnode_${{ env.VERSION }}*.*
2 changes: 1 addition & 1 deletion core/core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
<RootNamespace>CypherNetwork</RootNamespace>
<AssemblyVersion>0.1.0.28</AssemblyVersion>
<AssemblyVersion>0.0.54.0</AssemblyVersion>
<Company>CypherNetwork</Company>
<PackageId>core</PackageId>
<AssemblyName>cyphernetworkcore</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion node/node.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<ServerGarbageCollection>true</ServerGarbageCollection>
<AssemblyVersion>0.1.0.28</AssemblyVersion>
<AssemblyVersion>0.0.54.0</AssemblyVersion>
<NeutralLanguage>en</NeutralLanguage>
<PackageId>node</PackageId>
</PropertyGroup>
Expand Down

0 comments on commit 9e90761

Please sign in to comment.