diff --git a/Desktop/toolkit/Properties/AssemblyInfo.cs b/Desktop/toolkit/Properties/AssemblyInfo.cs index 80a2b16..54385b7 100644 --- a/Desktop/toolkit/Properties/AssemblyInfo.cs +++ b/Desktop/toolkit/Properties/AssemblyInfo.cs @@ -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")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("1.4.5")] \ No newline at end of file diff --git a/README.md b/README.md index 20909bb..4bc4e51 100644 --- a/README.md +++ b/README.md @@ -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) ## 截图 @@ -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 diff --git a/build/toolkit.iss b/build/toolkit.iss index 24a6c52..5ec07b3 100644 --- a/build/toolkit.iss +++ b/build/toolkit.iss @@ -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" @@ -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 diff --git a/src/SimpleDICOMToolkit.csproj b/src/SimpleDICOMToolkit.csproj index 3671dea..547f5b3 100644 --- a/src/SimpleDICOMToolkit.csproj +++ b/src/SimpleDICOMToolkit.csproj @@ -8,9 +8,9 @@ SimpleDICOMToolkit app.manifest Icons\icon.ico - 1.4.4.276 - 1.4.4.276 - 1.4.4 + 1.4.5.276 + 1.4.5.276 + 1.4.5 Copyright © 2019 - 2020 kira。保留所有权利。 x64 true