Skip to content

Commit

Permalink
Release build
Browse files Browse the repository at this point in the history
  • Loading branch information
malware-dev committed Feb 20, 2021
1 parent 81102f7 commit 6f9c976
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Source/MDK/MDKPackage.GeneratedInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@

namespace MDK
{
[InstalledProductRegistration("#110", "#112", "1.3", IconResourceID = 400)] // Info on this package for Help/About
[InstalledProductRegistration("#110", "#112", "1.4", IconResourceID = 400)] // Info on this package for Help/About
public partial class MDKPackage
{
/// <summary>
/// The current package version
/// </summary>
public static readonly Version Version = new Version("1.3.1");
public static readonly Version Version = new Version("1.4.0");

/// <summary>
/// The required IDE version
/// </summary>
public static readonly Version RequiredIdeVersion = new Version("15.0");
public static readonly Version RequiredIdeVersion = new Version("16.8");

/// <summary>
/// Determines whether this version is a prerelease version
Expand Down
2 changes: 1 addition & 1 deletion Source/MDK/other.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<ReleasePageUrl>https://github.com/malware-dev/MDK-SE/releases</ReleasePageUrl>
<IssuesPageUrl>https://github.com/malware-dev/MDK-SE/issues</IssuesPageUrl>
<ApiPageUrl>https://github.com/malware-dev/MDK-SE/wiki/api</ApiPageUrl>
<RequiredIdeVersion>15.0</RequiredIdeVersion>
<RequiredIdeVersion>16.8</RequiredIdeVersion>
</Other>
4 changes: 2 additions & 2 deletions 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.3.1" Language="en-US" Publisher="Morten Aune Lyrstad" />
<Identity Id="MDK.Morten Aune Lyrstad.e02b602e-3099-44a5-88c6-cb30cab978f6" Version="1.4.0" 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 All @@ -12,7 +12,7 @@ Space Engineers is trademarked to Keen Software House. This toolkit is fan-made,
<Tags>SpaceEngineers Space Engineers Programmable Block PB Ingame Script</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0.28307.53, 17.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.8, 17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6.1,)" />
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.3.1");
public static readonly Version TargetPackageVersion = new Version("1.4.0");
}
}

0 comments on commit 6f9c976

Please sign in to comment.