Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Somfic committed Oct 7, 2018
1 parent e1c0eb9 commit 1557c99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion EliteAPI/EliteDangerousAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ private void Process(string json)
switch (eventName)
{
default:
File.AppendAllText(@"D:\stuff.txt", json + Environment.NewLine);
// File.AppendAllText(@"D:\NotAddedEvents.txt", json + Environment.NewLine);
break;

case "ClearSavedGame":
Expand Down
2 changes: 1 addition & 1 deletion EliteAPI/Nuget/EliteAPI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/Somfic/EliteAPI</projectUrl>
<iconUrl>https://i.imgur.com/keDXwjY.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<releaseNotes>Added lastStation and lastSystem variables.</releaseNotes>
<releaseNotes>Added support for more events.</releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>EliteDangerous PlayerJournal Elite Dangerous Journal</tags>
<description>A powerful event based API for Elite: Dangerous from the Player Journal.</description>
Expand Down
4 changes: 2 additions & 2 deletions EliteAPI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: NeutralResourcesLanguage("en")]

0 comments on commit 1557c99

Please sign in to comment.