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.
This commit is contained in:
Adam R Grey 2022-11-30 18:03:23 -05:00
parent 4b2f1a9aa8
commit 5b13021b2b
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
}
stage('Deploy') {
steps {
sh 'dotnet nuget push ./*.nupkg --source gitea'
sh 'dotnet nuget push ./*.nupkg --source gitea --skip-duplicates'
}
}
}

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PackageId>greyn.franz</PackageId>
<Version>1.0.1</Version>
<Version>1.1.0</Version>
<Authors>Adam R Grey</Authors>
</PropertyGroup>