Skip to content

Commit

Permalink
🔖 prepare for release 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kira committed Aug 27, 2020
1 parent 59b093c commit 943d69a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
6 changes: 3 additions & 3 deletions Desktop/toolkit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.4.276")]
[assembly: AssemblyFileVersion("1.4.4.276")]
[assembly: AssemblyVersion("1.4.5.276")]
[assembly: AssemblyFileVersion("1.4.5.276")]

[assembly: AssemblyInformationalVersion("1.4.4")]
[assembly: AssemblyInformationalVersion("1.4.5")]
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

*A Simple DICOM Toolkit*

![GitHub last commit](https://img.shields.io/github/last-commit/kira-96/dicom-toolkit)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/kira-96/dicom-toolkit/build?logo=github)
![AppVeyor](https://img.shields.io/appveyor/build/kira-96/dicom-toolkit?label=AppVeyor&style=flat&logo=appveyor)
![visual studio](https://img.shields.io/badge/Visual%20Studio-2019-%235c2d91?logo=Visual%20Studio)
[![GitHub license](https://img.shields.io/github/license/kira-96/dicom-toolkit)](https://github.com/kira-96/dicom-toolkit/blob/master/LICENSE)
![GitHub last commit](https://img.shields.io/github/last-commit/kira-96/dicom-toolkit?style=flat-square)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/kira-96/dicom-toolkit/build?logo=github&style=flat-square)
![AppVeyor](https://img.shields.io/appveyor/build/kira-96/dicom-toolkit?label=AppVeyor&logo=appveyor&style=flat-square)
![visual studio](https://img.shields.io/badge/Visual%20Studio-2019-%235c2d91?logo=Visual%20Studio&style=flat-square)
[![GitHub license](https://img.shields.io/github/license/kira-96/dicom-toolkit?color=%23f05b72&style=flat-square)](https://github.com/kira-96/dicom-toolkit/blob/main/LICENSE)

## 截图

Expand All @@ -15,9 +15,11 @@

## 功能

- Simple Dicom Dump [**慎用修改和保存功能**]
- Worklist SCU/SCP with MPPS [测试功能]
- Query Retrieve SCU [测试功能]
*以下功能仅供测试/调试使用*

- Simple DICOM Dump [**慎用修改和保存功能**]
- Worklist SCU/SCP with MPPS
- Query Retrieve SCU/C-MOVE SCU
- C-STORE SCU/SCP
- Print SCU/SCP

Expand Down
3 changes: 2 additions & 1 deletion build/toolkit.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; This script is used to build the setup program.

#define MyAppName "Dicom toolkit"
#define MyAppVersion "1.4.4"
#define MyAppVersion "1.4.5"
#define MyAppPublisher "kira"
#define MyAppURL "https://github.com/kira-96/dicom-toolkit/"
#define MyAppExeName "Simple DICOM Toolkit.exe"
Expand Down Expand Up @@ -45,6 +45,7 @@ Source: "{#SourceDir}\{#ReleaseDir}\Config.exe"; DestDir: "{app}"; Flags: ignore
Source: "{#SourceDir}\{#ReleaseDir}\Dicom.Core.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourceDir}\{#ReleaseDir}\Dicom.Native64.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourceDir}\{#ReleaseDir}\FluentValidation.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourceDir}\{#ReleaseDir}\LiteDB.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourceDir}\{#ReleaseDir}\Microsoft.Xaml.Behaviors.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourceDir}\{#ReleaseDir}\MQTTnet.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourceDir}\{#ReleaseDir}\Nett.dll"; DestDir: "{app}"; Flags: ignoreversion
Expand Down
6 changes: 3 additions & 3 deletions src/SimpleDICOMToolkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<RootNamespace>SimpleDICOMToolkit</RootNamespace>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>Icons\icon.ico</ApplicationIcon>
<AssemblyVersion>1.4.4.276</AssemblyVersion>
<FileVersion>1.4.4.276</FileVersion>
<Version>1.4.4</Version>
<AssemblyVersion>1.4.5.276</AssemblyVersion>
<FileVersion>1.4.5.276</FileVersion>
<Version>1.4.5</Version>
<Copyright>Copyright © 2019 - 2020 kira。保留所有权利。</Copyright>
<Platforms>x64</Platforms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit 943d69a

Please sign in to comment.