Skip to content

Commit

Permalink
prepare release 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gofal committed Jan 12, 2022
1 parent 9462670 commit c35ba5e
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 13 deletions.
6 changes: 5 additions & 1 deletion ChangeLog5.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#### 5.0.2 (TBD)
#### 5.0.3 (TBD)


#### 5.0.2 (2022-01-11)
* Update to DICOM Standard 2021e
* Fix issue where opening a DICOM file from a stream writes too much data when saving it again (#1264)
* Add possibility to read from streams without `Seek` like `BrowserFileStream` (#1218)
* Add method to convert an array of DicomDatasets into a json string (#1271)
Expand Down
8 changes: 4 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<PropertyGroup>
<Product>fo-dicom</Product>
<Company>fo-dicom</Company>
<Copyright>Copyright © fo-dicom contributors 2012-2021</Copyright>
<Copyright>Copyright © fo-dicom contributors 2012-2022</Copyright>
<Description>fo-dicom</Description>

<AssemblyVersion>5.0.1</AssemblyVersion>
<FileVersion>5.0.1.0</FileVersion>
<InformationalVersion>5.0.1</InformationalVersion>
<AssemblyVersion>5.0.2</AssemblyVersion>
<FileVersion>5.0.2.0</FileVersion>
<InformationalVersion>5.0.2</InformationalVersion>
</PropertyGroup>

<PropertyGroup Condition="$(GenerateDocumentation)==1">
Expand Down
4 changes: 2 additions & 2 deletions FO-DICOM.Core/FO-DICOM.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>fo-dicom.snk</AssemblyOriginatorKeyFile>
<AssemblyName>fo-dicom.core</AssemblyName>
<Copyright>Copyright (c) fo-dicom contributors 2012-2021</Copyright>
<Copyright>Copyright (c) fo-dicom contributors 2012-2022</Copyright>
<PackageIcon>FellowOakSquareTransp.png</PackageIcon>
<Product>Fellow Oak DICOM</Product>
<Authors>fo-dicom contributors</Authors>
<PackageLicenseExpression>MS-PL</PackageLicenseExpression>
<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.1</Version>
<Version>5.0.2</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>fo-dicom</PackageId>
<LangVersion>8.0</LangVersion>
Expand Down
4 changes: 2 additions & 2 deletions Logging/FO-DICOM.NLog/FO-DICOM.NLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>fo-dicom.snk</AssemblyOriginatorKeyFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>5.0.1</Version>
<Version>5.0.2</Version>
<Authors>fo-dicom contributors</Authors>
<Product>Fellow Oak DICOM</Product>
<Description>A NetStandard logging library for fo-dicom to integrate NLog.</Description>
<Copyright>Copyright © fo-dicom contributors 2012-2021</Copyright>
<Copyright>Copyright © fo-dicom contributors 2012-2022</Copyright>
<PackageLicenseExpression>MS-PL</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/fo-dicom/fo-dicom</PackageProjectUrl>
<PackageIcon>FellowOakSquareTransp.png</PackageIcon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<package >
<metadata>
<id>fo-dicom.Imaging.Desktop</id>
<version>5.0.1</version>
<version>5.0.2</version>
<title>Fellow Oak DICOM System.Drawing support</title>
<authors>fo-dicom contributors</authors>
<license type="expression">MS-PL</license>
<projectUrl>https://github.com/fo-dicom/fo-dicom</projectUrl>
<iconUrl>https://lh3.googleusercontent.com/-Fq3nigRUo7U/VfaIPuJMjfI/AAAAAAAAALo/7oaLrrTBhnw/s1600/Fellow%2BOak%2BSquare%2BTransp.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>System.Drawing support</description>
<copyright>Copyright (c) fo-dicom contributors 2012-2021</copyright>
<copyright>Copyright (c) fo-dicom contributors 2012-2022</copyright>
<dependencies>
<dependency id="fo-dicom" version="5.0.1" />
<dependency id="fo-dicom" version="5.0.2" />
</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.1</Version>
<Version>5.0.2</Version>
<Authors>fo-dicom contributors</Authors>
<Company>fo-dicom</Company>
<Product>Fellow Oak DICOM</Product>
Expand Down
Binary file modified Setup/NuGet.exe
Binary file not shown.

0 comments on commit c35ba5e

Please sign in to comment.