Skip to content

Commit

Permalink
prepare version 1.1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msarilar committed Nov 11, 2018
1 parent 2062eba commit 8c49d02
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions EDEngineer.Tests/ReferenceDataIntegrityTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void Blueprints_are_properly_indented()
NullValueHandling = NullValueHandling.Ignore
});

Check.That(serialized + System.Environment.NewLine).IsEqualTo(json);
Check.That(serialized).IsEqualTo(json);
}

[Test]
Expand Down Expand Up @@ -126,7 +126,7 @@ public void Ingredients_are_properly_indented()
NullValueHandling = NullValueHandling.Ignore
});

Check.That(serialized + System.Environment.NewLine).IsEqualTo(json);
Check.That(serialized).IsEqualTo(json);
}

[Test]
Expand Down
2 changes: 1 addition & 1 deletion EDEngineer/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<value>True</value>
</setting>
<setting name="Version" serializeAs="String">
<value>1.1.3.12</value>
<value>1.1.4.0</value>
</setting>
<setting name="WindowWidth" serializeAs="String">
<value>0</value>
Expand Down
4 changes: 2 additions & 2 deletions EDEngineer/EDEngineer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.htm</WebPage>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>12</ApplicationRevision>
<ApplicationVersion>1.1.3.12</ApplicationVersion>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.1.4.0</ApplicationVersion>
<UseApplicationTrust>true</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down
2 changes: 1 addition & 1 deletion EDEngineer/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion EDEngineer/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="Version" Type="System.String" Scope="User">
<Value Profile="(Default)">1.1.3.12</Value>
<Value Profile="(Default)">1.1.4.0</Value>
</Setting>
<Setting Name="WindowWidth" Type="System.Double" Scope="User">
<Value Profile="(Default)">0</Value>
Expand Down
2 changes: 1 addition & 1 deletion EDEngineer/Resources/Data/blueprints.json
Original file line number Diff line number Diff line change
Expand Up @@ -39916,4 +39916,4 @@
}
]
}
]
]
4 changes: 4 additions & 0 deletions EDEngineer/Resources/Data/releaseNotes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
{
"Version": "1.1.4.0",
"Content": "* Added a new menu entry to fully reload your logs in the application if you ever encounter oddities in your material list\r\n\r\n* Fix materials for large shard premium reload blueprint, thanks to @CMDR-Cometborne\r\n* All guardian blueprint segments are classified as very rare, thanks to @CMDR-Cometborne\r\n* Attempt at fixing Toast, thanks to @MaximumWoahverdrive"
},
{
"Version": "1.1.3.12",
"Content": "* German localization update provided by @MaximumWoahverdrive, thanks for the contribution"
Expand Down

0 comments on commit 8c49d02

Please sign in to comment.