Pushed version fix for DLL
This commit is contained in:
@@ -33,6 +33,6 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.3.0.3")]
|
[assembly: AssemblyVersion("1.3.0.4")]
|
||||||
[assembly: AssemblyFileVersion("1.3.0.3")]
|
[assembly: AssemblyFileVersion("1.3.0.4")]
|
||||||
[assembly: NeutralResourcesLanguage("en")]
|
[assembly: NeutralResourcesLanguage("en")]
|
||||||
|
@@ -106,7 +106,7 @@ namespace SeamlessClientPlugin
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
public static string Version = "1.3.03";
|
public static string Version = "1.3.04";
|
||||||
public static bool Debug = false;
|
public static bool Debug = false;
|
||||||
private static bool Initilized = false;
|
private static bool Initilized = false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user