This commit is contained in:
Gui.H 2022-05-11 11:01:11 +08:00
parent 649afc740b
commit a31109e72f
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ jobs:
# Publish
- name: publish on version change
id: publish_nuget
uses: SpringHgui/publish-nuget@1.0.0
uses: SpringHgui/publish-nuget@1.0.1
with:
# Filepath of the project to be packaged, relative to root of repository
PROJECT_FILE_PATH: FastTunnel.Core/FastTunnel.Core.csproj
@ -50,7 +50,7 @@ jobs:
# Publish
- name: publish on version change
id: publish_nuget
uses: SpringHgui/publish-nuget@1.0.0
uses: SpringHgui/publish-nuget@1.0.1
with:
# Filepath of the project to be packaged, relative to root of repository
PROJECT_FILE_PATH: FastTunnel.Hosting/FastTunnel.Hosting.csproj
@ -69,7 +69,7 @@ jobs:
# Publish
- name: publish on version change
id: publish_nuget
uses: SpringHgui/publish-nuget@1.0.0
uses: SpringHgui/publish-nuget@1.0.1
with:
# Filepath of the project to be packaged, relative to root of repository
PROJECT_FILE_PATH: FastTunnel.Api/FastTunnel.Api.csproj

View File

@ -3,7 +3,7 @@
<Version>3.0.0-Beta.1.22511</Version>
<TargetFrameworks>net6.0</TargetFrameworks>
<PackageProjectUrl>https://github.com/SpringHgui/FastTunnel</PackageProjectUrl>
<PackageLicenseExpression>Apache2.0</PackageLicenseExpression>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Copyright>FastTunnel</Copyright>
<Description>expose a local server behind a NAT or firewall to the internet like ngrok and frp</Description>
<Authors>Gui.H</Authors>