Skip to content

Commit

Permalink
prepare new beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Beltran committed Sep 4, 2024
1 parent d048e32 commit b34562d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion Platform/fo-dicom/fo-dicom.Codecs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Cross-platform Dicom codecs for fo-dicom</Description>
<Copyright>(c) Efferent Health, LLC, fo-dicom contributors</Copyright>
<Version>5.15.0.0</Version>
<Version>5.15.0.2</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<TargetFramework>netstandard2.0</TargetFramework>
Expand Down

0 comments on commit b34562d

Please sign in to comment.