Skip to content

Commit

Permalink
Change updating, 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Slivo-fr committed May 8, 2019
1 parent 43dc369 commit beeff9d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Elinor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
// 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("1.7.1.0")]
[assembly: AssemblyFileVersion("1.7.1.0")]
[assembly: AssemblyVersion("1.7.2.0")]
[assembly: AssemblyFileVersion("1.7.2.0")]
2 changes: 1 addition & 1 deletion Elinor/Updates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static void CheckForUpdates()

try
{
reader = new XmlTextReader(@"http://elinor.slivo.fr/update/currentVersion.xml");
reader = new XmlTextReader(@"https://raw.githubusercontent.com/Slivo-fr/elinor-reloaded/master/Elinor/currentVersion.xml");
reader.MoveToContent();
var elementName = "";
if ((reader.NodeType == XmlNodeType.Element) &&
Expand Down
9 changes: 3 additions & 6 deletions Elinor/currentVersion.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<elinor>
<version>1.4.1.0</version>
<url>http://elinor.slivo.fr/downloads</url>
<version>1.7.2.0</version>
<url>https://github.com/Slivo-fr/elinor-reloaded/releases</url>
</elinor>

<!--THIS IS HOSTED ON MY SERVER TO CHECK FOR UPDATES.
THE URL TO THIS FILE THAT IS CHECKED AT STARTUP IS
http://elinor.slivo.fr/update/currentVersion.xml
-->
<!-- Elinor checks for this file for updates at github/master https://raw.githubusercontent.com/Slivo-fr/elinor-reloaded/master/Elinor/currentVersion.xml -->
16 changes: 8 additions & 8 deletions Setup/Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
"Entry"
{
"MsmKey" = "8:_1486EB18DE1D9E87A7EDD69F1B7A8582"
"MsmKey" = "8:_D11C75DE46C6D4A095B852B5ED287BBB"
"OwnerKey" = "8:_03585DC2BD1048A19B1FB7CB5F6533F2"
"MsmSig" = "8:_UNDEFINED"
}
Expand All @@ -40,7 +40,7 @@
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_1486EB18DE1D9E87A7EDD69F1B7A8582"
"OwnerKey" = "8:_D11C75DE46C6D4A095B852B5ED287BBB"
"MsmSig" = "8:_UNDEFINED"
}
}
Expand Down Expand Up @@ -168,14 +168,14 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1486EB18DE1D9E87A7EDD69F1B7A8582"
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D11C75DE46C6D4A095B852B5ED287BBB"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:EVE.Net, Version=1.2.3.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_1486EB18DE1D9E87A7EDD69F1B7A8582"
"_D11C75DE46C6D4A095B852B5ED287BBB"
{
"Name" = "8:EVE.Net.dll"
"Attributes" = "3:512"
Expand Down Expand Up @@ -266,15 +266,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Elinor reloaded"
"ProductCode" = "8:{9E46730A-110F-49A2-9D7B-9CD9EF11DC8B}"
"PackageCode" = "8:{58C9C70E-B6D5-4C8A-B675-816CCA37FC92}"
"ProductCode" = "8:{D5D141AA-AE6C-4DAA-838A-941264890036}"
"PackageCode" = "8:{D409671D-8660-4F8B-ABE4-14387DDB462C}"
"UpgradeCode" = "8:{F54F50ED-FDA6-4419-B476-E665ADA1FCBC}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.7.1"
"ProductVersion" = "8:1.7.2"
"Manufacturer" = "8:Slivo"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down

0 comments on commit beeff9d

Please sign in to comment.