Skip to content

Commit

Permalink
prepare release 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gofal committed May 29, 2023
1 parent f9d9a08 commit 1fec50d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#### 5.1.1 (TBD)
### 5.1.2 (TBD)


#### 5.1.1 (2023-05-29)
* Fix issue where DicomClient did not send requests when Async Ops Invoked was zero (#1597)

#### 5.1.0 (2023-05-21)
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-2023</Copyright>
<Description>fo-dicom</Description>

<AssemblyVersion>5.1.0</AssemblyVersion>
<FileVersion>5.1.0.0</FileVersion>
<InformationalVersion>5.1.0</InformationalVersion>
<AssemblyVersion>5.1.1</AssemblyVersion>
<FileVersion>5.1.1.0</FileVersion>
<InformationalVersion>5.1.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.
If you find some breaking changes when updating, 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.1.0</Version>
<Version>5.1.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>fo-dicom</PackageId>
<LangVersion>8.0</LangVersion>
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.1.0</version>
<version>5.1.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-2023</copyright>
<dependencies>
<dependency id="fo-dicom" version="5.1.0" />
<dependency id="fo-dicom" version="5.1.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.1.0</Version>
<Version>5.1.1</Version>
<Authors>fo-dicom contributors</Authors>
<Copyright>Copyright (c) fo-dicom contributors 2012-2023</Copyright>
<Company>fo-dicom</Company>
Expand Down
2 changes: 1 addition & 1 deletion Serialization/FO-DICOM.Json/FO-DICOM.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>FellowOakDicom.Json</RootNamespace>
<AssemblyName>fo-dicom.json</AssemblyName>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>5.1.0</Version>
<Version>5.1.1</Version>
<Authors>fo-dicom contributors</Authors>
<Copyright>Copyright (c) fo-dicom contributors 2012-2023</Copyright>
<Company>fo-dicom</Company>
Expand Down

0 comments on commit 1fec50d

Please sign in to comment.