From a4e771f00a5bfc15acb536dc0c65a80bd2e558fc Mon Sep 17 00:00:00 2001 From: duskdweller Date: Tue, 14 May 2019 00:06:21 +0200 Subject: [PATCH] 0.70.3 Hotfix 0.70.3 --- NexusClient/data/releasenotes.rtf | 13 ++++++++++++- Setup/setup.iss | 2 +- Util/CommonData.cs | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/NexusClient/data/releasenotes.rtf b/NexusClient/data/releasenotes.rtf index 67a63cb7e..0be61768a 100644 --- a/NexusClient/data/releasenotes.rtf +++ b/NexusClient/data/releasenotes.rtf @@ -1,7 +1,18 @@ {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1040\deflangfe1040{\fonttbl{\f0\fswiss\fprq2\fcharset0 Verdana;}{\f1\fswiss\fprq2\fcharset0 Calibri;}{\f2\fnil\fcharset2 Symbol;}} {\colortbl ;\red255\green0\blue0;\red0\green0\blue0;\red0\green0\blue255;} {\*\generator Riched20 10.0.17134}{\*\mmathPr\mdispDef1\mwrapIndent1440 }\viewkind4\uc1 -\pard\widctlpar\qj\b\f0\fs16 Version 0.70.2\par +\pard\widctlpar\qj\b\f0\fs16\par +Version 0.70.3\par +\par +\par + +\pard +{\pntext\f0 1.\tab}{\*\pn\pnlvlbody\pnf0\pnindent0\pnstart1\pndec{\pntxta.}} +\nowidctlpar\fi-360\li720\qj\cf1\lang2057 Bugfix: \cf2\b0 Fixed issue preventing downloadIDs from being properly retrieved.\par + +\pard\widctlpar\qj\cf0\b\lang1040\par +\par +Version 0.70.2\par \par \par diff --git a/Setup/setup.iss b/Setup/setup.iss index 6a3af4866..47262f9af 100644 --- a/Setup/setup.iss +++ b/Setup/setup.iss @@ -8,7 +8,7 @@ #define MyAppSetupName 'Nexus Mod Manager' #define MyExeName 'NexusClient.exe' -#define MyAppVersion '0.70.2' +#define MyAppVersion '0.70.3' #define SetupScriptVersion '0.7.1.1' #define MyPublisher 'Black Tree Gaming' diff --git a/Util/CommonData.cs b/Util/CommonData.cs index 6e17aa949..ed11d1283 100644 --- a/Util/CommonData.cs +++ b/Util/CommonData.cs @@ -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. /// - public const string VersionString = "0.70.2"; + public const string VersionString = "0.70.3"; /// /// Gets the full name of the mod manager.