Skip to content

Commit

Permalink
prepare beta nuget version
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Beltran committed Aug 23, 2024
1 parent f3440f6 commit 50cdeff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Platform/fo-dicom/fo-dicom.Codecs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
<Description>Cross-platform Dicom codecs for fo-dicom</Description>
<Copyright>(c) Efferent Health, LLC, fo-dicom contributors</Copyright>
<Version>5.15.0.0</Version>
<VersionSuffix>beta1</VersionSuffix>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyOriginatorKeyFile>fo-dicom.Codecs.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<SignAssembly>false</SignAssembly>
<RootNamespace>FellowOakDicom.Imaging.NativeCodec</RootNamespace>
<AssemblyName>fo-dicom.Codecs</AssemblyName>
<PackageId>fo-dicom.Codecs</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion Setup/fo-dicom.Codecs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>fo-dicom.Codecs</id>
<title>fo-dicom Codecs</title>
<version>$version$-$VersionSuffix$</version>
<version>$version$-beta1</version>
<authors>Efferent-Health,fo-dicom</authors>
<licenseUrl>http://opensource.org/licenses/MS-PL</licenseUrl>
<projectUrl>https://github.com/Efferent-Health/fo-dicom-codecs</projectUrl>
Expand Down

0 comments on commit 50cdeff

Please sign in to comment.