Skip to content

Commit 5453a34

Browse files
committed
Release version 6.0 - Pumpkin
Updated COM API to make it work with VirtualBox 6.0.
1 parent 097cb49 commit 5453a34

File tree

4 files changed

+7437
-1592
lines changed

4 files changed

+7437
-1592
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Change log
22

3+
### 2018-12-21 Release 6.0 "Pumpkin"
4+
* Updated COM API to make it work with VirtualBox 6.0. Note this is not compatible with old versions of VirtualBox. If you need to use VirtualBox 5.2.X, please stay with 5.2 "Jujube".
5+
36
### 2018-10-28 Move code to GitHub
47

58
Hope this will make it easier for other people to contribute to this project, by sending pull requests.

setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "VBoxVmService"
5-
#define MyAppVersion "5.2-Jujube"
5+
#define MyAppVersion "6.0-Pumpkin"
66
#define MyAppPublisher "VBoxVmService Developmenet Team"
77
#define MyAppURL "https://github.com/onlyfang/VBoxVmService"
88

0 commit comments

Comments
 (0)