M .github/workflows/build-test.yml => .github/workflows/build-test.yml +1 -1
@@ 36,6 36,6 @@ jobs:
- name: Publish NuGet on MyGet
working-directory: nuget
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
- run: dotnet nuget push *.nupkg --skip-duplicate --version-suffix "main$GITHUB_RUN_ID" -k $MYGET_AUTH_TOKEN -s https://www.myget.org/F/nossmooth/api/v3/index.json
+ run: dotnet nuget push *.nupkg --skip-duplicate -k $MYGET_AUTH_TOKEN -s https://www.myget.org/F/nossmooth/api/v3/index.json
env:
MYGET_AUTH_TOKEN: ${{secrets.MYGET_KEY}}=
\ No newline at end of file
M Core/NosSmooth.Core/NosSmooth.Core.csproj => Core/NosSmooth.Core/NosSmooth.Core.csproj +1 -3
@@ 8,11 8,9 @@
<Description>NosSmooth Core library allowing implementing nostale client, handling packets and commands.</Description>
<RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
- <PackageVersion>3.2.0</PackageVersion>
+ <VersionPrefix>3.2.0</VersionPrefix>
<PackageReleaseNotes>Add contract reached state.
Avoid deadlocks.</PackageReleaseNotes>
- <AssemblyVersion>3.2.0</AssemblyVersion>
- <FileVersion>3.2.0</FileVersion>
</PropertyGroup>
<ItemGroup>
M Core/NosSmooth.Game/NosSmooth.Game.csproj => Core/NosSmooth.Game/NosSmooth.Game.csproj +1 -3
@@ 8,10 8,8 @@
<Description>NosSmooth Game library handling the current game state by responding to packets.</Description>
<RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
- <PackageVersion>2.3.5</PackageVersion>
+ <VersionPrefix>2.3.5</VersionPrefix>
<PackageReleaseNotes>Add safe checks for skill attack type</PackageReleaseNotes>
- <AssemblyVersion>2.3.5</AssemblyVersion>
- <FileVersion>2.3.5</FileVersion>
</PropertyGroup>
<ItemGroup>
M Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj => Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj +1 -3
@@ 7,11 7,9 @@
<LangVersion>10</LangVersion>
<RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
- <PackageVersion>2.2.0</PackageVersion>
+ <VersionPrefix>2.2.0</VersionPrefix>
<TargetFramework>net7.0</TargetFramework>
<PackageReleaseNotes>Add new skill information: uses secondary weapon, attack type, element</PackageReleaseNotes>
- <AssemblyVersion>2.1.0</AssemblyVersion>
- <FileVersion>2.1.0</FileVersion>
</PropertyGroup>
<ItemGroup>
M Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj => Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj +1 -3
@@ 7,11 7,9 @@
<LangVersion>10</LangVersion>
<RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
- <PackageVersion>2.1.0</PackageVersion>
+ <VersionPrefix>2.1.0</VersionPrefix>
<TargetFramework>net7.0</TargetFramework>
<PackageReleaseNotes>Add new skill fields.</PackageReleaseNotes>
- <AssemblyVersion>2.1.0</AssemblyVersion>
- <FileVersion>2.1.0</FileVersion>
</PropertyGroup>
<ItemGroup>
M Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj => Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj +1 -3
@@ 7,11 7,9 @@
<LangVersion>10</LangVersion>
<RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
- <PackageVersion>2.2.0</PackageVersion>
+ <VersionPrefix>2.2.0</VersionPrefix>
<PackageReleaseNotes>Add new skill fields.</PackageReleaseNotes>
<TargetFramework>net7.0</TargetFramework>
- <AssemblyVersion>2.2.0</AssemblyVersion>
- <FileVersion>2.2.0</FileVersion>
</PropertyGroup>
<ItemGroup>