Skip to content

Commit

Permalink
v3.7.1 (#1039)
Browse files Browse the repository at this point in the history
* v3.7.1

* fix workflow
  • Loading branch information
superboyiii authored May 13, 2024
1 parent ac6e7c3 commit b65b43f
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -190,6 +190,6 @@ jobs:
if: steps.check_tag.outputs.statusCode == '404'
run: |
dotnet pack -o out -c Release
dotnet nuget push "out/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${NUGET_TOKEN}
dotnet nuget push "out/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${NUGET_TOKEN} --skip-duplicate
env:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<Copyright>2015-2023 The Neo Project</Copyright>
<VersionPrefix>3.6.2</VersionPrefix>
<Copyright>2015-2024 The Neo Project</Copyright>
<VersionPrefix>3.7.1</VersionPrefix>
<TargetFramework>net8.0</TargetFramework>
<Authors>The Neo Project</Authors>
<PackageProjectUrl>https://github.com/neo-project/neo-devpack-dotnet</PackageProjectUrl>
Expand Down

0 comments on commit b65b43f

Please sign in to comment.