From 5b13021b2b61922469b748afc245c8c8615d64e3 Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Wed, 30 Nov 2022 18:03:23 -0500 Subject: [PATCH] version bump and jenkinsfile fix changes that break this much should probably be a 2.0, but eh. also I don't need Jenkins to completely trip to death if I don't bump the version number every time. --- Jenkinsfile | 2 +- franz/franz.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f4936d5..1c7c28b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { } stage('Deploy') { steps { - sh 'dotnet nuget push ./*.nupkg --source gitea' + sh 'dotnet nuget push ./*.nupkg --source gitea --skip-duplicates' } } } diff --git a/franz/franz.csproj b/franz/franz.csproj index 0ba385f..b37e5e5 100644 --- a/franz/franz.csproj +++ b/franz/franz.csproj @@ -3,7 +3,7 @@ net6.0 greyn.franz - 1.0.1 + 1.1.0 Adam R Grey