Skip to content

Commit

Permalink
0.83.2
Browse files Browse the repository at this point in the history
Release 0.83.2
  • Loading branch information
DuskDweller committed Nov 4, 2021
1 parent ace87af commit 14827bd
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
14 changes: 13 additions & 1 deletion NexusClient/data/releasenotes.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@
{\colortbl ;\red0\green0\blue0;\red255\green0\blue0;\red0\green0\blue255;}
{\*\generator Riched20 10.0.19041}{\*\mmathPr\mdispDef1\mwrapIndent1440 }\viewkind4\uc1
\pard\widctlpar\qj\b\f0\fs16\par
Version 0.82.1\par
Version 0.83.2\par
\par
\pard\nowidctlpar\qj\cf1\b0\lang2057\par

\pard
{\pntext\f0 1.\tab}{\*\pn\pnlvlbody\pnf0\pnindent0\pnstart1\pndec{\pntxta.}}
\nowidctlpar\fi-360\li720\qj\cf2\b Bugfix: \cf1\b0 Fixed an issue breaking the periodic Mod Update check.\par
{\pntext\f0 2.\tab}\cf2\b Bugfix: \cf1\b0 Tweaked the missing download Id search.\par

\pard\widctlpar\qj\cf0\b\lang1040\par
\par
Version 0.83.1\par
\par
\pard\nowidctlpar\qj\cf1\b0\lang2057\par
Expand Down
8 changes: 4 additions & 4 deletions Setup/PreprocessedNMM0.7.1.1.iss
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
[Setup]
AppName=NMM
AppID=6af12c54-643b-4752-87d0-8335503010de
AppVersion=0.83.1
AppVerName=NMM 0.83.1
AppVersion=0.83.2
AppVerName=NMM 0.83.2
AppCopyright=Copyright � DuskDweller 2019-2021
VersionInfoVersion=0.83.1
VersionInfoVersion=0.83.2
VersionInfoCompany=DuskDweller
AppPublisher=DuskDweller
;AppPublisherURL=http://...
;AppSupportURL=http://...
;AppUpdatesURL=http://...
OutputBaseFilename=NMM-0.83.1
OutputBaseFilename=NMM-0.83.2
DefaultGroupName=NMM
DefaultDirName={pf}\NMM
UninstallDisplayName=NMM
Expand Down
2 changes: 1 addition & 1 deletion Setup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#define MyAppSetupName 'NMM'
#define MyExeName 'NexusClient.exe'
#define MyAppVersion '0.83.1'
#define MyAppVersion '0.83.2'
#define SetupScriptVersion '0.7.1.1'
#define MyPublisher 'DuskDweller'

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.83.1";
public const string VersionString = "0.83.2";

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

0 comments on commit 14827bd

Please sign in to comment.