Add support for updates from GitHub

This commit is contained in:
2018-04-06 09:51:09 -04:00
parent ecd3717eab
commit 88149c43c3
4 changed files with 240 additions and 6 deletions

View File

@@ -170,6 +170,7 @@
<Compile Include="Trace\Tracer.cs" />
<Compile Include="Settings\Extensions.cs" />
<Compile Include="Settings\GenericSettingsProvider.cs" />
<Compile Include="Update\GitHubRelease.cs" />
<Compile Include="Update\UpdateCheck.cs" />
<Compile Include="Update\VersionInfo.cs" />
<Compile Include="Xml\XmlExtensions.cs" />
@@ -219,6 +220,11 @@
<None Include="LICENSE.md" />
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json">
<Version>11.0.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<ProjectExtensions>
<VisualStudio>