Skip to content

Commit

Permalink
Published
Browse files Browse the repository at this point in the history
  • Loading branch information
Malware committed Jul 13, 2019
1 parent 0be058d commit 67b61ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Source/MDK/MDKPackage.GeneratedInfo.cs
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.21");
public static readonly Version Version = new Version("1.2.22");

/// <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
@@ -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
@@ -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.21" Language="en-US" Publisher="Morten Aune Lyrstad" />
<Identity Id="MDK.Morten Aune Lyrstad.e02b602e-3099-44a5-88c6-cb30cab978f6" Version="1.2.22" 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
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.21");
public static readonly Version TargetPackageVersion = new Version("1.2.22");
}
}

0 comments on commit 67b61ae

Please sign in to comment.