Skip to content

Commit a602844

Browse files
Added version.xml for app integration.
1 parent 92203a5 commit a602844

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

version.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<versions>
3+
<release>
4+
<name>Virtual Driver Control</name>
5+
<build>25.7.22</build>
6+
<link>https://github.com/yourusername/yourrepo/releases/download/v25.7.22/VirtualDriverControl-25.7.22.zip</link>
7+
<description>Stable release with signed drivers and core functionality</description>
8+
</release>
9+
10+
<beta>
11+
<name>Virtual Driver Control</name>
12+
<build>25.7.23</build>
13+
<link>https://github.com/VirtualDrivers/Virtual-Display-Driver/releases/tag/25.7.23</link>
14+
<description>Installer-less portable app with Install/Uninstall support, RELOAD_DRIVER functionality, officially signed drivers, and alpha XML Editor feature. Fixed Win 10 installation and RESTART_DRIVER issues.</description>
15+
</beta>
16+
17+
<alpha>
18+
<name>Virtual Driver Control</name>
19+
<build>25.7.24</build>
20+
<link>https://github.com/yourusername/yourrepo/releases/download/v25.7.24/VirtualDriverControl-25.7.24.zip</link>
21+
<description>Development build with experimental features - for testing only</description>
22+
</alpha>
23+
</versions>

0 commit comments

Comments
 (0)