From 46b2b76d51ae590e1813e96e662dcbe0b6f41d91 Mon Sep 17 00:00:00 2001 From: seanox Date: Sat, 6 Jul 2024 19:52:30 +0200 Subject: [PATCH] Release 3.5.0 --- CHANGES | 2 +- README.md | 21 ++++++++------------- platform/CHANGES | 2 +- platform/README.md | 15 ++++++--------- 4 files changed, 16 insertions(+), 24 deletions(-) diff --git a/CHANGES b/CHANGES index f3196a9..4632399 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -3.5.0 2024xxxx +3.5.0 20240706 BF: DiskPart: Optimization of attach - Name of the volume is no longer relevant BF: DiskPart: Optimization of detach if an error occurs diff --git a/README.md b/README.md index f5f2ead..92a5ec3 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,8 @@ specific language governing permissions and limitations under the License. # Downloads -[Seanox Virtual Environment 3.4.0](https://github.com/seanox/virtual-environment/releases/download/3.4.0/seanox-platform-3.4.0.zip) -[Seanox Virtual Environment 3.4.0 Update](https://github.com/seanox/virtual-environment/releases/download/3.4.0/seanox-platform-3.4.0-update.zip) for existing environment +[Seanox Virtual Environment 3.5.0](https://github.com/seanox/virtual-environment/releases/download/3.5.0/seanox-platform-3.5.0.zip) +[Seanox Virtual Environment 3.5.0 Update](https://github.com/seanox/virtual-environment/releases/download/3.5.0/seanox-platform-3.5.0-update.zip) for existing environment ## Example @@ -178,17 +178,12 @@ __Module integration will come later, but will be similar.__ # Changes -## 3.4.0 20240302 -BF: Review: Optimization and corrections -BF: DiskPart: Optimization when attaching disks with the same label -BF: DiskPart: Correction when creating with Windows 11 -CR: DiskPart: Optimization of detach if an error occurs -CR: Macros: Optimization of the use of WORKDIR -CR: Macros: Usable as direct short commands -CR: Project: Updated TargetFrameworkVersion to v4.8 -CR: Platform: Refactoring of the standard directory structure -CR: Launcher: Updated TargetFrameworkVersion to v4.8 -CR: Startup: Updated TargetFrameworkVersion to v4.8 +## 3.5.0 20240706 +BF: DiskPart: Optimization of attach +BF: DiskPart: Optimization of detach if an error occurs +BF: DiskPart: Optimization of compact +BF: Platform: Correction if no .ini file exists +CR: Platform: Optimization of output/logging [Read more](https://raw.githubusercontent.com/seanox/virtual-environment/main/CHANGES) diff --git a/platform/CHANGES b/platform/CHANGES index f0d5d26..ef8eef2 100644 --- a/platform/CHANGES +++ b/platform/CHANGES @@ -1,4 +1,4 @@ -3.5.0 2024xxxx +3.5.0 20240706 BF: DiskPart: Optimization of attach - Name of the volume is no longer relevant BF: DiskPart: Optimization of detach if an error occurs diff --git a/platform/README.md b/platform/README.md index f201efe..b4e4ac1 100644 --- a/platform/README.md +++ b/platform/README.md @@ -50,14 +50,11 @@ https://github.com/seanox/virtual-environment/releases # Changes -## 3.4.0 20240302 -BF: Review: Optimization and corrections -BF: DiskPart: Optimization when attaching disks with the same label -BF: DiskPart: Correction when creating with Windows 11 -CR: DiskPart: Optimization of detach if an error occurs -CR: Macros: Optimization of the use of WORKDIR -CR: Macros: Usable as direct short commands -CR: Project: Updated TargetFrameworkVersion to v4.8 -CR: Platform: Refactoring of the standard directory structure +## 3.5.0 20240706 +BF: DiskPart: Optimization of attach +BF: DiskPart: Optimization of detach if an error occurs +BF: DiskPart: Optimization of compact +BF: Platform: Correction if no platform.ini file exists +CR: Platform: Optimization of output/logging [Read more](https://raw.githubusercontent.com/seanox/virtual-environment/master/platform/CHANGES)