#### Version - 2.5.3.27 - 8/7/2022

* A few fixes for VectorPlexis and LL, you may need to log out and back in from these sites
This commit is contained in:
Timothy Baldridge
2022-08-07 16:19:12 -06:00
parent 9a66583bc1
commit e990bc51e4
5 changed files with 11 additions and 8 deletions

View File

@ -1,5 +1,8 @@
### Changelog
#### Version - 2.5.3.27 - 8/7/2022
* A few fixes for VectorPlexis and LL, you may need to log out and back in from these sites
#### Version - 2.5.3.26 - 8/4/2022
* Use the new VectorPlexis domain
* Use the new LoversLab API domain

View File

@ -6,8 +6,8 @@
<AssemblyName>wabbajack-cli</AssemblyName>
<Company>Wabbajack</Company>
<Platforms>x64</Platforms>
<AssemblyVersion>2.5.3.26</AssemblyVersion>
<FileVersion>2.5.3.26</FileVersion>
<AssemblyVersion>2.5.3.27</AssemblyVersion>
<FileVersion>2.5.3.27</FileVersion>
<Copyright>Copyright © 2019-2022</Copyright>
<Description>An automated ModList installer</Description>
<PublishReadyToRun>true</PublishReadyToRun>

View File

@ -14,8 +14,8 @@ namespace Wabbajack.Lib.Downloaders
{
#region INeedsDownload
public override string SiteName => "Lovers Lab";
public override Uri SiteURL => new("https://loverslab.com");
public override Uri IconUri => new("https://www.loverslab.com/favicon.ico");
public override Uri SiteURL => new("https://api.loverslab.com");
public override Uri IconUri => new("https://api.loverslab.com/favicon.ico");
#endregion
public LoversLabOAuthDownloader() : base("0b543a010bf1a8f0f4c5dae154fce7c3",

View File

@ -14,8 +14,8 @@ namespace Wabbajack.Lib.Downloaders
{
#region INeedsDownload
public override string SiteName => "Vector Plexus";
public override Uri SiteURL => new Uri("https://vectorplexus.com");
public override Uri IconUri => new Uri("https://www.vectorplexus.com/favicon.ico");
public override Uri SiteURL => new Uri("https://vectorplexis.com");
public override Uri IconUri => new Uri("https://www.vectorplexis.com/favicon.ico");
#endregion
public VectorPlexusOAuthDownloader() : base("45c6d3c9867903a7daa6ded0a38cedf8",

View File

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