File tree Expand file tree Collapse file tree 14 files changed +20
-20
lines changed
OculusNewtonsoftRedirect/Properties
UnityAudioFixer/Properties Expand file tree Collapse file tree 14 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1- 4.2.0 .0
1+ 4.2.1 .0
Original file line number Diff line number Diff line change 1212
1313[ assembly: ComVisible ( false ) ]
1414
15- [ assembly: AssemblyVersion ( "4.2" ) ]
16- [ assembly: AssemblyFileVersion ( "4.2" ) ]
15+ [ assembly: AssemblyVersion ( "4.2.1.0 " ) ]
16+ [ assembly: AssemblyFileVersion ( "4.2.1.0 " ) ]
Original file line number Diff line number Diff line change 55#endif
66
77#define Name " QModManager" ; The name of the game will be added after it
8- #define Version " 4.2"
8+ #define Version " 4.2.1 "
99#define Author " QModManager"
1010#define URL " https://github.com/QModManager/QModManager"
1111#define SupportURL " https://discord.gg/UpWuWwq"
Original file line number Diff line number Diff line change 55#endif
66
77#define Name " QModManager" ; The name of the game will be added after it
8- #define Version " 4.2"
8+ #define Version " 4.2.1 "
99#define Author " QModManager"
1010#define URL " https://github.com/QModManager/QModManager"
1111#define SupportURL " https://discord.gg/UpWuWwq"
Original file line number Diff line number Diff line change 1414
1515[ assembly: Guid ( "8c6c9a0b-80c4-43d2-89f2-749e6f09fdda" ) ]
1616
17- [ assembly: AssemblyVersion ( "4.2" ) ]
18- [ assembly: AssemblyFileVersion ( "4.2" ) ]
17+ [ assembly: AssemblyVersion ( "4.2.1.0 " ) ]
18+ [ assembly: AssemblyFileVersion ( "4.2.1.0 " ) ]
Original file line number Diff line number Diff line change 55#endif
66
77#define Name " QModManager" ; The name of the game will be added after it
8- #define Version " 4.2"
8+ #define Version " 4.2.1 "
99#define Author " QModManager"
1010#define URL " https://github.com/QModManager/QModManager"
1111#define SupportURL " https://discord.gg/UpWuWwq"
Original file line number Diff line number Diff line change 55#endif
66
77#define Name " QModManager" ; The name of the game will be added after it
8- #define Version " 4.2"
8+ #define Version " 4.2.1 "
99#define Author " QModManager"
1010#define URL " https://github.com/QModManager/QModManager"
1111#define SupportURL " https://discord.gg/UpWuWwq"
Original file line number Diff line number Diff line change 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 ( "4.2" ) ]
36- [ assembly: AssemblyFileVersion ( "4.2" ) ]
35+ [ assembly: AssemblyVersion ( "4.2.1.0 " ) ]
36+ [ assembly: AssemblyFileVersion ( "4.2.1.0 " ) ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ internal class LogFilter : BaseUnityPlugin
1313 {
1414 internal const string PluginGuid = "QModManager.LogFilter" ;
1515 internal const string PluginName = PluginGuid ;
16- internal const string PluginVersion = "4.2" ;
16+ internal const string PluginVersion = "4.2.1.0 " ;
1717
1818 private void Awake ( )
1919 {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class QMMLoader : BaseUnityPlugin
2323 {
2424 internal const string PluginGuid = "QModManager.QMMLoader" ;
2525 internal const string PluginName = "QMMLoader" ;
26- internal const string PluginVersion = "4.2" ;
26+ internal const string PluginVersion = "4.2.1.0 " ;
2727
2828 internal static List < QMod > QModsToLoad ;
2929 private static Initializer Initializer ;
You can’t perform that action at this time.
0 commit comments