Skip to content

Commit cca7f9b

Browse files
authored
feat: ✨ Add cod vanguard entry (#65)
* feat: ✨ Add cod vanguard entry * docs: 🔖 Update changelog and version for release
1 parent bd4e789 commit cca7f9b

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

bnetlauncher/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
// Build Number
5151
// Revision
5252
//
53-
[assembly: AssemblyVersion("2.15.*")]
54-
//[assembly: AssemblyFileVersion("2.15.*")]
53+
[assembly: AssemblyVersion("2.16.*")]
54+
//[assembly: AssemblyFileVersion("2.16.*")]
5555
[assembly: NeutralResourcesLanguage("en")]

bnetlauncher/Resources/gamesdb.ini

+7
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ cmd=LAZR
2626
exe=MW2CR.exe
2727
options=waitforexit
2828

29+
[codvg]
30+
name=Call of Duty: Vanguard
31+
client=battlenet
32+
cmd=FORE
33+
exe=Vanguard.exe
34+
options=waitforexit
35+
2936
[cb4]
3037
name=Crash Bandicoot 4: It's About Time
3138
client=battlenet

changelog.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
Version History
22
---------------
3+
2.16
4+
+ Added Call of Duty: Vanguard support
5+
36
2.15
7+
+ Added Diablo 2: Resurrection support
48
* Experimental fix for launching alternative games editions such as WoW Classic
5-
* Added Diablo 2: Resurrection support
69

710
2.14
811
+ Added Crash Bandicoot 4

0 commit comments

Comments
 (0)