mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 02:39:29 +08:00
1
This commit is contained in:
parent
649afc740b
commit
a31109e72f
6
.github/workflows/dotnetcore.yml
vendored
6
.github/workflows/dotnetcore.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user