Skip to content

Commit b65b43f

Browse files
authored
v3.7.1 (#1039)
* v3.7.1 * fix workflow
1 parent ac6e7c3 commit b65b43f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,6 @@ jobs:
190190
if: steps.check_tag.outputs.statusCode == '404'
191191
run: |
192192
dotnet pack -o out -c Release
193-
dotnet nuget push "out/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${NUGET_TOKEN}
193+
dotnet nuget push "out/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${NUGET_TOKEN} --skip-duplicate
194194
env:
195195
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33

44
<PropertyGroup>
5-
<Copyright>2015-2023 The Neo Project</Copyright>
6-
<VersionPrefix>3.6.2</VersionPrefix>
5+
<Copyright>2015-2024 The Neo Project</Copyright>
6+
<VersionPrefix>3.7.1</VersionPrefix>
77
<TargetFramework>net8.0</TargetFramework>
88
<Authors>The Neo Project</Authors>
99
<PackageProjectUrl>https://github.com/neo-project/neo-devpack-dotnet</PackageProjectUrl>

0 commit comments

Comments
 (0)