Skip to content

Commit a4bfcb2

Browse files
author
WombatFromHell
committed
Updated assembly version
1 parent 0b9b55a commit a4bfcb2

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

Changelog.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
* 5cf47c0 (HEAD -> master) Revert "Fixed hardcoded INI read buffer size of 255 characters"
2-
* 1087299 Fixed hardcoded INI read buffer size of 255 characters
3-
* 0b19679 (tag: v1.06a, origin/master) Added MonitorPath and fixed GameArgs not being read into StartInfo OSOL can now use MonitorPath to monitor a remote executable instead of GamePath reducing process acquisition desyncs
1+
* 0b9b55a (HEAD -> master, origin/master) Fixed hard coded INI read buffer limit of 255 characters
2+
* 0b19679 (tag: v1.06a) Added MonitorPath and fixed GameArgs not being read into StartInfo OSOL can now use MonitorPath to monitor a remote executable instead of GamePath reducing process acquisition desyncs
43
* a0200b4 README cleanups
54
* f24aa9a OSOL can now be renamed arbitrarily in prep for mediating launcher support
65
* 0f762e9 INI overview changes to reflect MinimizeLauncher option

OriginSteamOverlayLauncher/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.5.0")]
36-
[assembly: AssemblyFileVersion("1.0.5.0")]
35+
[assembly: AssemblyVersion("1.0.6.2")]
36+
[assembly: AssemblyFileVersion("1.0.6.2")]

0 commit comments

Comments
 (0)