Skip to content

Commit

Permalink
Release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanox committed Jul 6, 2024
1 parent 5638beb commit 46b2b76
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 24 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <platform>.ini file exists
CR: Platform: Optimization of output/logging

[Read more](https://raw.githubusercontent.com/seanox/virtual-environment/main/CHANGES)

Expand Down
2 changes: 1 addition & 1 deletion platform/CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
15 changes: 6 additions & 9 deletions platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 46b2b76

Please sign in to comment.