Added the updater to the soloution and did a bit of starting code.

This commit is contained in:
TidusJar 2016-05-15 22:16:40 -04:00
parent 98eadc9cc6
commit 96a40a2aaa
8 changed files with 165 additions and 24 deletions

View file

@ -0,0 +1,13 @@
using System;
namespace PlexRequests.Updater
{
class MainClass
{
public static void Main (string[] args)
{
Console.WriteLine ("Starting PlexRequests .Net updater");
}
}
}