Skip to content

Commit

Permalink
0.70.4
Browse files Browse the repository at this point in the history
Release 0.70.4
  • Loading branch information
DuskDweller committed May 15, 2019
1 parent e63792d commit 02f8137
Show file tree
Hide file tree
Showing 8 changed files with 725 additions and 713 deletions.
2 changes: 1 addition & 1 deletion Game Modes/SkyrimVR/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
2 changes: 1 addition & 1 deletion Game Modes/StateOfDecay/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
6 changes: 1 addition & 5 deletions NexusClient/ModRepositories/ApiCallManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,8 @@ private ApiCallManager(IEnvironmentInfo environmentInfo)
/// </summary>
public void UpdateNexusClient()
{
_nexusClient = new NexusClient(_environmentInfo.Settings.ApiKey);
_nexusClient = new NexusClient(_environmentInfo.Settings.ApiKey, "NMM", CommonData.VersionString);
_nexusClient.SetUserAgent(UserAgent);

_nexusClient.HttpClient.AddDefault(req => req
.WithHeader("Application-Name", "NMM")
.WithHeader("Application-Version", CommonData.VersionString));
}

/// <summary>
Expand Down
7 changes: 5 additions & 2 deletions NexusClient/NexusClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -699,8 +699,8 @@
<Reference Include="Accessibility">
<Private>False</Private>
</Reference>
<Reference Include="FluentNexus, Version=0.6.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\Stage\packages\Pathoschild.FluentNexus.0.6.0\lib\net45\FluentNexus.dll</HintPath>
<Reference Include="FluentNexus, Version=0.7.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\Stage\packages\Pathoschild.FluentNexus.0.7.0\lib\net45\FluentNexus.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.TextEditor, Version=3.2.1.6466, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -737,6 +737,9 @@
<Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\Stage\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\Stage\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Remoting" />
<Reference Include="System.Runtime.Serialization">
</Reference>
Expand Down
1,412 changes: 712 additions & 700 deletions NexusClient/data/releasenotes.rtf

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion NexusClient/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<packages>
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.7" targetFramework="net46" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net46" />
<package id="Pathoschild.FluentNexus" version="0.6.0" targetFramework="net46" />
<package id="Pathoschild.FluentNexus" version="0.7.0" targetFramework="net46" />
<package id="Pathoschild.Http.FluentClient" version="3.3.0" targetFramework="net46" />
<package id="Squid-Box.SevenZipSharp" version="1.1.144" targetFramework="net46" />
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net46" />
</packages>
4 changes: 2 additions & 2 deletions Setup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#define MyAppSetupName 'Nexus Mod Manager'
#define MyExeName 'NexusClient.exe'
#define MyAppVersion '0.70.3'
#define MyAppVersion '0.70.4'
#define SetupScriptVersion '0.7.1.1'
#define MyPublisher 'Black Tree Gaming'

Expand All @@ -17,7 +17,7 @@ AppName={#MyAppSetupName}
AppID=6af12c54-643b-4752-87d0-8335503010de
AppVersion={#MyAppVersion}
AppVerName={#MyAppSetupName} {#MyAppVersion}
AppCopyright=Copyright � {#MyPublisher} 2011-2018
AppCopyright=Copyright � {#MyPublisher} 2011-2019
VersionInfoVersion={#MyAppVersion}
VersionInfoCompany={#MyPublisher}
AppPublisher={#MyPublisher}
Expand Down
2 changes: 1 addition & 1 deletion Util/CommonData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static class CommonData
/// (c) should change when there is a minor alteration to the program.
/// Something akin to a minor bug fix, or a typo correction.
/// </remarks>
public const string VersionString = "0.70.3";
public const string VersionString = "0.70.4";

/// <summary>
/// Gets the full name of the mod manager.
Expand Down

0 comments on commit 02f8137

Please sign in to comment.