Bump version number to test new launcher

This commit is contained in:
Timothy Baldridge 2020-02-07 22:31:50 -07:00
parent e6e0012b83
commit 1346a2f41c
4 changed files with 13 additions and 5 deletions

View File

@ -6,8 +6,12 @@
<AssemblyName>wabbajack-cli</AssemblyName>
<Company>Wabbajack</Company>
<Platforms>x64</Platforms>
<AssemblyVersion>0.9.17.2</AssemblyVersion>
<FileVersion>0.9.17.2</FileVersion>
<Copyright>Copyright © 2019-2020</Copyright>
<Description>An automated ModList installer</Description>
<PublishReadyToRun>true</PublishReadyToRun>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>
<ItemGroup>

View File

@ -16,7 +16,7 @@ namespace Wabbajack.Launcher
{
public event PropertyChangedEventHandler PropertyChanged;
private WebClient _client = new WebClient();
public Uri GITHUB_REPO = new Uri("https://api.github.com/repos/wabbajack-tools/temp-releases/releases");
public Uri GITHUB_REPO = new Uri("https://api.github.com/repos/wabbajack-tools/wabbajack/releases");
[NotifyPropertyChangedInvocator]

View File

@ -4,7 +4,11 @@
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<AssemblyVersion>0.9.17.2</AssemblyVersion>
<FileVersion>0.9.17.2</FileVersion>
<Copyright>Copyright © 2019-2020</Copyright>
<Description>An automated ModList installer</Description>
<PublishReadyToRun>true</PublishReadyToRun>
<PublishSingleFile>true</PublishSingleFile>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<AssemblyName>Wabbajack</AssemblyName>

View File

@ -6,8 +6,8 @@
<UseWPF>true</UseWPF>
<Platforms>x64</Platforms>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AssemblyVersion>0.9.17.0</AssemblyVersion>
<FileVersion>0.9.17.0</FileVersion>
<AssemblyVersion>0.9.17.2</AssemblyVersion>
<FileVersion>0.9.17.2</FileVersion>
<Copyright>Copyright © 2019-2020</Copyright>
<Description>An automated ModList installer</Description>
<PublishReadyToRun>true</PublishReadyToRun>