Skip to content

Commit d66ab8a

Browse files
author
Dinesh Kumar Venkatasamy
committed
- using raw.githack instead of Jsdelivr for faster code reflection in cdn.
1 parent 014d609 commit d66ab8a

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

SoftwareInstaller/MainWindow.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@ public bool CheckInstallationState(string registryAppNames, RegistryView regBit)
329329
// Autoupdater configuration & initialization
330330
private void MainTab_Load(object sender, EventArgs e)
331331
{
332-
string versionInfoLink = "https://cdn.jsdelivr.net/gh/dineshKumar777/SilentSoftwareInstaller@latest/SoftwareInstaller/VersionInfo.xml";
332+
//string versionInfoLink = "https://cdn.jsdelivr.net/gh/dineshKumar777/SilentSoftwareInstaller@latest/SoftwareInstaller/VersionInfo.xml";
333+
string versionInfoLink = "https://raw.githack.com/dineshKumar777/SilentSoftwareInstaller/master/SoftwareInstaller/VersionInfo.xml";
333334

334335
AutoUpdater.ShowSkipButton = false;
335336
AutoUpdater.ShowRemindLaterButton = false;

SoftwareInstaller/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
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("1.0.3")]
36-
[assembly: AssemblyFileVersion("1.0.3")]
35+
[assembly: AssemblyVersion("1.0.4")]
36+
[assembly: AssemblyFileVersion("1.0.4")]

SoftwareInstaller/SoftwareInstaller.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<DefineConstants>TRACE</DefineConstants>
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>
33+
<DebugSymbols>true</DebugSymbols>
3334
</PropertyGroup>
3435
<ItemGroup>
3536
<Reference Include="AutoUpdater.NET, Version=1.4.11.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL">

SoftwareInstaller/VersionInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<!DOCTYPE item [
3-
<!ENTITY version_num "1.0.3">
3+
<!ENTITY version_num "1.0.4">
44
<!-- .... -->
55
]>
66

0 commit comments

Comments
 (0)