Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Release 1.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Malware committed Jun 8, 2019
1 parent 407adb4 commit 110d132
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Source/MDK/MDKPackage.GeneratedInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public partial class MDKPackage
/// <summary>
/// The current package version
/// </summary>
public static readonly Version Version = new Version("1.2.14");
public static readonly Version Version = new Version("1.2.15");

/// <summary>
/// The required IDE version
Expand All @@ -20,7 +20,7 @@ public partial class MDKPackage
/// <summary>
/// Determines whether this version is a prerelease version
/// </summary>
public const bool IsPrerelease = true;
public const bool IsPrerelease = false;

/// <summary>
/// Gets the help page navigation URL
Expand Down
2 changes: 1 addition & 1 deletion Source/MDK/other.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Other>
<IsPrerelease>True</IsPrerelease>
<IsPrerelease>False</IsPrerelease>
<HelpPageUrl>https://github.com/malware-dev/MDK-SE/wiki</HelpPageUrl>
<ReleasePageUrl>https://github.com/malware-dev/MDK-SE/releases</ReleasePageUrl>
<IssuesPageUrl>https://github.com/malware-dev/MDK-SE/issues</IssuesPageUrl>
Expand Down
2 changes: 1 addition & 1 deletion Source/MDK/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="MDK.Morten Aune Lyrstad.e02b602e-3099-44a5-88c6-cb30cab978f6" Version="1.2.14" Language="en-US" Publisher="Morten Aune Lyrstad" />
<Identity Id="MDK.Morten Aune Lyrstad.e02b602e-3099-44a5-88c6-cb30cab978f6" Version="1.2.15" Language="en-US" Publisher="Morten Aune Lyrstad" />
<DisplayName>MDK/SE</DisplayName>
<Description xml:space="preserve">A toolkit to help with ingame script (programmable block) development for Keen Software House's space sandbox Space Engineers.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ partial class MDKProjectProperties
/// <summary>
/// The current package version this utility assembly targets
/// </summary>
public static readonly Version TargetPackageVersion = new Version("1.2.14");
public static readonly Version TargetPackageVersion = new Version("1.2.15");
}
}
8 changes: 7 additions & 1 deletion Source/changelog.1.2.0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### MDK now requires at least Visual Studio 2017 15.9

Known issue: The menu items sometimes drops out of the context menus. I have to date been able to reproduce it _once_ but I couldn't figure out why. If you can find out a way to reliably reproduce this, then please let me know!

- #149 Fixed wrong information in constructor comment. (SpaceBeeGaming)
- #146 [PRE] Missing reference to System.Collections.Immutable (kwilliams1987)
- #115 Fix-114: Add terminal.cache and fix .gitignore (VMSBigot)
- #133 VS2019 Dev support: Remove unused refs and add Microsoft.MSBuild package (VMSBigot)
- #132 MixInFix: Generate New GUID for Project (VMSBigot)
Expand Down Expand Up @@ -27,4 +33,4 @@
- Proper install-time version checking, finally
- Fixed #98 Unimportant Non-SE Project Error
- Added #99 Include "Do not deploy" option in MDK Script Options window / #79 Deploy option in files.
"Exclude from Deploy All" checkbox
"Exclude from Deploy All" checkbox

0 comments on commit 110d132

Please sign in to comment.