diff --git a/PoE-MxFilterGen/PoE-MxFilterGen.csproj b/PoE-MxFilterGen/PoE-MxFilterGen.csproj
index e90bc8a..c73e173 100644
--- a/PoE-MxFilterGen/PoE-MxFilterGen.csproj
+++ b/PoE-MxFilterGen/PoE-MxFilterGen.csproj
@@ -15,6 +15,21 @@
+ publish\
+ true
+ Disk
+ false
+ Foreground
+ 7
+ Days
+ false
+ false
+ true
+ 0
+ 1.0.0.%2a
+ false
+ false
+ true
AnyCPU
@@ -38,6 +53,21 @@
Chaos_Orb.ico
+
+ false
+
+
+ false
+
+
+ LocalIntranet
+
+
+ false
+
+
+ Properties\app.manifest
+
..\packages\Costura.Fody.3.2.1\lib\net40\Costura.dll
@@ -64,10 +94,23 @@
+
+
+
+ False
+ Microsoft .NET Framework 4.7.2 %28x86 et x64%29
+ true
+
+
+ False
+ .NET Framework 3.5 SP1
+ false
+
+
diff --git a/PoE-MxFilterGen/Properties/AssemblyInfo.cs b/PoE-MxFilterGen/Properties/AssemblyInfo.cs
index d809034..1112aa8 100644
--- a/PoE-MxFilterGen/Properties/AssemblyInfo.cs
+++ b/PoE-MxFilterGen/Properties/AssemblyInfo.cs
@@ -6,11 +6,11 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("PoE-MxFilterGen")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyDescription("Path of Exile Filter Generator")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
+[assembly: AssemblyCompany("MxMedia")]
[assembly: AssemblyProduct("PoE-MxFilterGen")]
-[assembly: AssemblyCopyright("Copyright © 2017")]
+[assembly: AssemblyCopyright("Copyright © MxMedia 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -20,7 +20,7 @@ using System.Runtime.InteropServices;
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("9de53609-c5dd-497a-b2b6-4f1e3528d652")]
+[assembly: Guid("9de53609-c5dd-497a-b2b6-4f1e3528d663")]
// Version information for an assembly consists of the following four values:
//
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("8.1.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("8.4.0.0")]
+[assembly: AssemblyFileVersion("8.4.0.0")]
diff --git a/PoE-MxFilterGen/Properties/app.manifest b/PoE-MxFilterGen/Properties/app.manifest
new file mode 100644
index 0000000..96a7656
--- /dev/null
+++ b/PoE-MxFilterGen/Properties/app.manifest
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PoE-MxFilterGen/main.cs b/PoE-MxFilterGen/main.cs
index 9c697cf..a25c5a2 100644
--- a/PoE-MxFilterGen/main.cs
+++ b/PoE-MxFilterGen/main.cs
@@ -12,7 +12,7 @@ namespace PoE_MxFilterGen
{
private static DateTime dt = DateTime.Now;
- public static string version = "8.3.1";
+ public static string version = "8.4.0";
public static string fDate = string.Format("{0}-{1}-{2}", dt.Day, dt.Month, dt.Year);
public static string api = "";
@@ -63,21 +63,7 @@ namespace PoE_MxFilterGen
web.DownloadFile("https://git.mikx.xyz/mikx/PoE-MxFilter-Data/raw/branch/master/json/mxfiltergen_temp_settings.json", "settings.json");
}
- msg.Splash();
-
- //Update Logic
- msg.CMW("Checking for update...",true,1);
- string remote_version = web.ReadString(@"https://git.mikx.xyz/mikx/PoE-MxFilter-Data/raw/branch/master/txt/mxfiltergen_version.txt");
- Console.ReadKey();
- if (remote_version != version && deb == false)
- {
- web.DownloadFile("https://git.mikx.xyz/mikx/PoE-MxFilter-Data/raw/branch/master/bin/mxfiltergen_updater.exe", "PoE-MxFilterGen-Updater.exe");
- Process p = new Process();
- p.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
- p.StartInfo.FileName = "PoE-MxFilterGen-Updater.exe";
- p.Start();
- Process.GetCurrentProcess().Kill();
- }
+ msg.Splash();
// Get current league from MxD
var ls = web.ReadString("https://git.mikx.xyz/mikx/PoE-MxFilter-Data/raw/branch/master/json/mxfiltergen_var.json");
diff --git a/PoE-MxFilterGen/obj/Debug/mxfiltergen.exe b/PoE-MxFilterGen/obj/Debug/mxfiltergen.exe
index e82d330..50d4078 100644
Binary files a/PoE-MxFilterGen/obj/Debug/mxfiltergen.exe and b/PoE-MxFilterGen/obj/Debug/mxfiltergen.exe differ
diff --git a/PoE-MxFilterGen/obj/Debug/mxfiltergen.pdb b/PoE-MxFilterGen/obj/Debug/mxfiltergen.pdb
index faabb8c..613ca66 100644
Binary files a/PoE-MxFilterGen/obj/Debug/mxfiltergen.pdb and b/PoE-MxFilterGen/obj/Debug/mxfiltergen.pdb differ