From 9dffa78f2bb18f24e11a6776dcfed29a2d7bff39 Mon Sep 17 00:00:00 2001
From: Ronto4 <34981840+Ronto4@users.noreply.github.com>
Date: Tue, 8 Jul 2025 23:41:52 +0200
Subject: [PATCH] update: bump version to 1.2.0
---
.github/workflows/build-test-publish.yml | 6 +++---
R4Utils/R4Utils.csproj | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml
index 16c3492..12dcd08 100644
--- a/.github/workflows/build-test-publish.yml
+++ b/.github/workflows/build-test-publish.yml
@@ -49,7 +49,7 @@ jobs:
- name: Pack
run: dotnet pack --no-build --no-dependencies -c Debug -p:PackageId=R4UtilsDev --version-suffix $SUFFIX
- name: Push
- run: dotnet nuget push R4Utils/bin/Debug/R4UtilsDev.1.1.0-$SUFFIX.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
+ run: dotnet nuget push R4Utils/bin/Debug/R4UtilsDev.1.2.0-$SUFFIX.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
publish-pre:
runs-on: ubuntu-latest
@@ -73,7 +73,7 @@ jobs:
- name: Pack
run: dotnet pack -c Release --no-build --no-dependencies --version-suffix $SUFFIX
- name: Push
- run: dotnet nuget push R4Utils/bin/Release/R4Utils.1.1.0-$SUFFIX.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
+ run: dotnet nuget push R4Utils/bin/Release/R4Utils.1.2.0-$SUFFIX.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
publish-production:
runs-on: ubuntu-latest
@@ -95,4 +95,4 @@ jobs:
- name: Pack
run: dotnet pack -c Release --no-build --no-dependencies
- name: Push
- run: dotnet nuget push R4Utils/bin/Release/R4Utils.1.1.0.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
+ run: dotnet nuget push R4Utils/bin/Release/R4Utils.1.2.0.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
diff --git a/R4Utils/R4Utils.csproj b/R4Utils/R4Utils.csproj
index 7127ddc..ffd9c75 100644
--- a/R4Utils/R4Utils.csproj
+++ b/R4Utils/R4Utils.csproj
@@ -5,7 +5,7 @@
enable
enable
R4Utils
- 1.1.0
+ 1.2.0
Ronto4
13
https://github.com/Ronto4/R4Utils