Skip to content

Commit

Permalink
feat: ✨ Add cod vanguard entry (#65)
Browse files Browse the repository at this point in the history
* feat: ✨ Add cod vanguard entry
* docs: 🔖 Update changelog and version for release
  • Loading branch information
dafzor authored Nov 27, 2021
1 parent bd4e789 commit cca7f9b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bnetlauncher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.15.*")]
//[assembly: AssemblyFileVersion("2.15.*")]
[assembly: AssemblyVersion("2.16.*")]
//[assembly: AssemblyFileVersion("2.16.*")]
[assembly: NeutralResourcesLanguage("en")]
7 changes: 7 additions & 0 deletions bnetlauncher/Resources/gamesdb.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ cmd=LAZR
exe=MW2CR.exe
options=waitforexit

[codvg]
name=Call of Duty: Vanguard
client=battlenet
cmd=FORE
exe=Vanguard.exe
options=waitforexit

[cb4]
name=Crash Bandicoot 4: It's About Time
client=battlenet
Expand Down
5 changes: 4 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Version History
---------------
2.16
+ Added Call of Duty: Vanguard support

2.15
+ Added Diablo 2: Resurrection support
* Experimental fix for launching alternative games editions such as WoW Classic
* Added Diablo 2: Resurrection support

2.14
+ Added Crash Bandicoot 4
Expand Down

0 comments on commit cca7f9b

Please sign in to comment.