Skip to content

Commit

Permalink
3.0.0 (#2554)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang authored Aug 1, 2021
1 parent bebba35 commit d555af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
id: get_version
run: |
sudo apt install xmlstarlet
find src -name *.csproj | xargs xmlstarlet sel -t -v "concat('::set-output name=version::v',//VersionPrefix/text(),'-',//VersionSuffix/text())" | xargs echo
find src -name *.csproj | xargs xmlstarlet sel -t -v "concat('::set-output name=version::v',//VersionPrefix/text())" | xargs echo
- name: Check tag
id: check_tag
run: curl -s -I ${{ format('https:/{0}/releases/tag/{1}', github.repository, steps.get_version.outputs.version) }} | head -n 1 | cut -d$' ' -f2 | xargs printf "::set-output name=statusCode::%s" | xargs echo
Expand Down
3 changes: 1 addition & 2 deletions src/neo/neo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<Copyright>2015-2021 The Neo Project</Copyright>
<AssemblyTitle>Neo</AssemblyTitle>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionSuffix>rc4</VersionSuffix>
<Authors>The Neo Project</Authors>
<TargetFramework>net5.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -30,7 +29,7 @@
<PackageReference Include="BouncyCastle.NetCore" Version="1.8.8" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.2.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.8" />
<PackageReference Include="Neo.VM" Version="3.0.0-rc4" />
<PackageReference Include="Neo.VM" Version="3.0.0" />
</ItemGroup>

</Project>

0 comments on commit d555af0

Please sign in to comment.