Skip to content

Commit

Permalink
Showing 4 changed files with 899 additions and 887 deletions.
1,774 changes: 893 additions & 881 deletions NexusClient/data/releasenotes.rtf

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Setup/PreprocessedNMM0.7.1.1.iss
Original file line number Diff line number Diff line change
@@ -11,16 +11,16 @@
[Setup]
AppName=NMM
AppID=6af12c54-643b-4752-87d0-8335503010de
AppVersion=0.80.10
AppVerName=NMM 0.80.10
AppVersion=0.80.11
AppVerName=NMM 0.80.11
AppCopyright=Copyright � DuskDweller 2019-2021
VersionInfoVersion=0.80.10
VersionInfoVersion=0.80.11
VersionInfoCompany=DuskDweller
AppPublisher=DuskDweller
;AppPublisherURL=http://...
;AppSupportURL=http://...
;AppUpdatesURL=http://...
OutputBaseFilename=NMM-0.80.10
OutputBaseFilename=NMM-0.80.11
DefaultGroupName=NMM
DefaultDirName={pf}\NMM
UninstallDisplayName=NMM
2 changes: 1 addition & 1 deletion Setup/setup.iss
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@

#define MyAppSetupName 'NMM'
#define MyExeName 'NexusClient.exe'
#define MyAppVersion '0.80.10'
#define MyAppVersion '0.80.11'
#define SetupScriptVersion '0.7.1.1'
#define MyPublisher 'DuskDweller'

2 changes: 1 addition & 1 deletion Util/CommonData.cs
Original file line number Diff line number Diff line change
@@ -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.80.10";
public const string VersionString = "0.80.11";

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

0 comments on commit 7770dd3

Please sign in to comment.