mirror of
https://github.com/yawaflua/SPWorldsWrapper.git
synced 2025-12-14 01:26:21 +02:00
Compare commits
4 Commits
v1.0.4
...
yawaflua-p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
01cc988f85 | ||
|
|
c84dbecbaf | ||
|
|
8b0043e1ab | ||
|
|
b513e9489d |
4
.github/workflows/nuget.yml
vendored
4
.github/workflows/nuget.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
- name: Setup .NET Core
|
- name: Setup .NET Core
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: '8.x.x'
|
dotnet-version: '7.x.x'
|
||||||
- name: Set output
|
- name: Set output
|
||||||
id: vars
|
id: vars
|
||||||
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
|
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
|
||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
PROJECT_FILE_PATH: SPWorldsWrapper/SPWorldsWrapper.csproj
|
PROJECT_FILE_PATH: SPWorldsWrapper/SPWorldsWrapper.csproj
|
||||||
VERSION_STATIC: ${{ steps.vars.outputs.tags }}
|
VERSION_STATIC: ${{ steps.vars.outputs.tags }}
|
||||||
TAG_COMMIT: true
|
TAG_COMMIT: true
|
||||||
TAG_FORMAT: '*'
|
TAG_FORMAT: ${{ steps.meta.outputs.tags }}
|
||||||
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
|
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
|
||||||
NUGET_SOURCE: https://api.nuget.org
|
NUGET_SOURCE: https://api.nuget.org
|
||||||
INCLUDE_SYMBOLS: false
|
INCLUDE_SYMBOLS: false
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<PackageId>SPWorldsWrapper</PackageId>
|
<PackageId>SPWorldsWrapper</PackageId>
|
||||||
<Description>Библиотека для работы с сайтом spworlds.ru</Description>
|
<Description>Библиотека для работы с сайтом spworlds.ru</Description>
|
||||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
<Version>1.0.2</Version>
|
<Version>1.0.5</Version>
|
||||||
<Authors>yawaflua</Authors>
|
<Authors>yawaflua</Authors>
|
||||||
<Company>yawaflua</Company>
|
<Company>yawaflua</Company>
|
||||||
<RepositoryUrl>https://github.com/yawaflua/SPWorldsWrapper</RepositoryUrl>
|
<RepositoryUrl>https://github.com/yawaflua/SPWorldsWrapper</RepositoryUrl>
|
||||||
|
|||||||
Reference in New Issue
Block a user