Skip to content

Commit

Permalink
prepare release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gofal committed Nov 11, 2021
1 parent 1a6a8e9 commit 409f449
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion ChangeLog5.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#### 5.0.1 (TBD)
#### 5.0.2 (TBD)


#### 5.0.1 (2021-11-11)

* Add generated API documentation for versions 4 and 5
* Fix IO Exception with >2GB images (#1148)
Expand Down
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Copyright>Copyright © fo-dicom contributors 2012-2021</Copyright>
<Description>fo-dicom</Description>

<AssemblyVersion>5.0.0</AssemblyVersion>
<FileVersion>5.0.0.0</FileVersion>
<InformationalVersion>5.0.0</InformationalVersion>
<AssemblyVersion>5.0.1</AssemblyVersion>
<FileVersion>5.0.1.0</FileVersion>
<InformationalVersion>5.0.1</InformationalVersion>
</PropertyGroup>

<PropertyGroup Condition="$(GenerateDocumentation)==1">
Expand Down
2 changes: 1 addition & 1 deletion FO-DICOM.Core/FO-DICOM.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageProjectUrl>https://github.com/fo-dicom/fo-dicom</PackageProjectUrl>
<Description>A NetStandard DICOM library.
Version 5 has some breaking changes to version 4. Read here for more information how to migrate: https://github.com/fo-dicom/fo-dicom/wiki/Upgrade-from-version-4-to-version-5</Description>
<Version>5.0.0</Version>
<Version>5.0.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>fo-dicom</PackageId>
<LangVersion>8.0</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion Logging/FO-DICOM.NLog/FO-DICOM.NLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>fo-dicom.snk</AssemblyOriginatorKeyFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>5.0.0</Version>
<Version>5.0.1</Version>
<Authors>fo-dicom contributors</Authors>
<Product>Fellow Oak DICOM</Product>
<Description>A NetStandard logging library for fo-dicom to integrate NLog.</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>fo-dicom.Imaging.Desktop</id>
<version>5.0.0</version>
<version>5.0.1</version>
<title>Fellow Oak DICOM System.Drawing support</title>
<authors>fo-dicom contributors</authors>
<license type="expression">MS-PL</license>
Expand All @@ -12,7 +12,7 @@
<description>System.Drawing support</description>
<copyright>Copyright (c) fo-dicom contributors 2012-2021</copyright>
<dependencies>
<dependency id="fo-dicom" version="5.0.0" />
<dependency id="fo-dicom" version="5.0.1" />
</dependencies>
</metadata>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>FellowOakDicom.Imaging.ImageSharp</RootNamespace>
<AssemblyName>fo-dicom.Imaging.ImageSharp</AssemblyName>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>5.0.0</Version>
<Version>5.0.1</Version>
<Authors>fo-dicom contributors</Authors>
<Company>fo-dicom</Company>
<Product>Fellow Oak DICOM</Product>
Expand Down

0 comments on commit 409f449

Please sign in to comment.