Skip to content

Commit

Permalink
Updated file and module versions to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobHolme committed Mar 12, 2023
1 parent d8f9f76 commit 412e93c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DICOMtools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<TargetFramework>net6.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<EnableDefaultItems>true</EnableDefaultItems>
<Version>1.4.0</Version>
<Version>1.4.1</Version>
<Authors>Rob Holme</Authors>
<Product>DICOM Testing Module for Powershell</Product>
<FileVersion>1.4.0.0</FileVersion>
<FileVersion>1.4.1.0</FileVersion>
<Description>Powershell module for DICOM testing</Description>
<RepositoryUrl>https://github.com/RobHolme/DicomTools</RepositoryUrl>
<PlatformTarget>x64</PlatformTarget>
Expand Down
2 changes: 1 addition & 1 deletion module/DicomTools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = '.\lib\DICOMtools.dll'

# Version number of this module.
ModuleVersion = '1.4.0'
ModuleVersion = '1.4.1'

# Supported PSEditions
CompatiblePSEditions = @('Core')
Expand Down

0 comments on commit 412e93c

Please sign in to comment.