Skip to content
This repository was archived by the owner on Dec 22, 2019. It is now read-only.

Commit 65b9011

Browse files
committed
v0.1.1 - used correct url
1 parent cdc5de5 commit 65b9011

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

UpdateLib/TestApp/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ static void Main()
2727
private static void InitializeUpdater()
2828
{
2929
Updater.Instance.Initialize();
30-
// https://raw.githubusercontent.com/MatthiWare/UpdateLib.TestApp.UpdateExample/master/Dev/updatefile.xml
31-
Updater.Instance.UpdateURL = "http://matthiware.dev/UpdateLib/Dev/updatefile.xml";
30+
Updater.Instance.UpdateURL = "https://raw.githubusercontent.com/MatthiWare/UpdateLib.TestApp.UpdateExample/master/Dev/updatefile.xml";
31+
//Updater.Instance.UpdateURL = "http://matthiware.dev/UpdateLib/Dev/updatefile.xml";
3232
}
3333

3434
private static void SetupLogging()

UpdateLib/UpdateLib/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("0.1.0.0")]
36-
[assembly: AssemblyFileVersion("0.1.0.0")]
35+
[assembly: AssemblyVersion("0.1.1.0")]
36+
[assembly: AssemblyFileVersion("0.1.1.0")]

0 commit comments

Comments
 (0)