From b34562df72fa49ddf9cfc92ddc39bca7c7e5d73d Mon Sep 17 00:00:00 2001 From: Christian Beltran Date: Wed, 4 Sep 2024 15:47:53 -0500 Subject: [PATCH] prepare new beta release --- .github/workflows/main.yml | 2 +- Platform/fo-dicom/fo-dicom.Codecs.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 238eba1..7b0e0eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -201,7 +201,7 @@ jobs: - name: Setup NuGet uses: NuGet/setup-nuget@v2 - name: Prepare NuGet package - run: nuget pack Setup/fo-dicom.Codecs.nuspec -Version ${{ needs.version.outputs.release-version }} -Suffix beta2 + run: nuget pack Setup/fo-dicom.Codecs.nuspec -Version ${{ needs.version.outputs.release-version }} -Suffix beta1 - name: Publish NuGet package run: nuget push "fo-dicom.Codecs.*.nupkg" -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_API_KEY }} diff --git a/Platform/fo-dicom/fo-dicom.Codecs.csproj b/Platform/fo-dicom/fo-dicom.Codecs.csproj index 750346a..94ed8dc 100644 --- a/Platform/fo-dicom/fo-dicom.Codecs.csproj +++ b/Platform/fo-dicom/fo-dicom.Codecs.csproj @@ -3,7 +3,7 @@ Cross-platform Dicom codecs for fo-dicom (c) Efferent Health, LLC, fo-dicom contributors - 5.15.0.0 + 5.15.0.2 $(Version) $(Version) netstandard2.0