Skip to content

Commit 3afa0de

Browse files
committed
Small Update
1 parent e30ae98 commit 3afa0de

3 files changed

Lines changed: 19 additions & 36 deletions

File tree

Form1.Designer.cs

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Form1.cs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -315,22 +315,5 @@ private void SaveFile(object sender, EventArgs e)
315315
MessageBox.Show("Error from " + ex.Source + " is: " + ex.Message, "Error");
316316
}
317317
}
318-
319-
private void DonateLink(object sender, MouseEventArgs e)
320-
{
321-
try
322-
{
323-
System.Diagnostics.Process.Start("https://www.patreon.com/noshware?fan_landing=true");
324-
}
325-
catch (System.ComponentModel.Win32Exception noBrowser)
326-
{
327-
if (noBrowser.ErrorCode == -2147467259)
328-
MessageBox.Show(noBrowser.Message);
329-
}
330-
catch (System.Exception other)
331-
{
332-
MessageBox.Show(other.Message);
333-
}
334-
}
335318
}
336319
}

Installer/Installer.vdproj

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@
6262
"PrerequisitesLocation" = "2:1"
6363
"Url" = "8:"
6464
"ComponentsUrl" = "8:"
65+
"Items"
66+
{
67+
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.6.1"
68+
{
69+
"Name" = "8:Microsoft .NET Framework 4.6.1 (x86 and x64)"
70+
"ProductCode" = "8:.NETFramework,Version=v4.6.1"
71+
}
72+
}
6573
}
6674
}
6775
"Release"
@@ -86,6 +94,14 @@
8694
"PrerequisitesLocation" = "2:1"
8795
"Url" = "8:"
8896
"ComponentsUrl" = "8:"
97+
"Items"
98+
{
99+
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.6.1"
100+
{
101+
"Name" = "8:Microsoft .NET Framework 4.6.1 (x86 and x64)"
102+
"ProductCode" = "8:.NETFramework,Version=v4.6.1"
103+
}
104+
}
89105
}
90106
}
91107
}
@@ -203,15 +219,15 @@
203219
{
204220
"Name" = "8:Microsoft Visual Studio"
205221
"ProductName" = "8:RPG Settings Editor"
206-
"ProductCode" = "8:{1E176846-B7B8-4843-AA34-BC08E8C35C22}"
207-
"PackageCode" = "8:{B06870AF-7503-44FC-84EF-1583770D4832}"
222+
"ProductCode" = "8:{2BF8EE9C-0CCA-49EB-8DD2-B91F592F4FE0}"
223+
"PackageCode" = "8:{0A25F8F0-07C4-4249-BB03-3BAC3BAEF151}"
208224
"UpgradeCode" = "8:{E994E59D-E904-461B-9DEA-75C283955383}"
209225
"AspNetVersion" = "8:4.0.30319.0"
210226
"RestartWWWService" = "11:FALSE"
211227
"RemovePreviousVersions" = "11:TRUE"
212228
"DetectNewerInstalledVersion" = "11:TRUE"
213229
"InstallAllUsers" = "11:FALSE"
214-
"ProductVersion" = "8:1.0.1"
230+
"ProductVersion" = "8:1.0.2"
215231
"Manufacturer" = "8:Default Company Name"
216232
"ARPHELPTELEPHONE" = "8:"
217233
"ARPHELPLINK" = "8:"

0 commit comments

Comments
 (0)