diff --git a/src/DynamoCoreWpf/Properties/Resources.Designer.cs b/src/DynamoCoreWpf/Properties/Resources.Designer.cs index 6eab0be7f13..90d4ff95e13 100644 --- a/src/DynamoCoreWpf/Properties/Resources.Designer.cs +++ b/src/DynamoCoreWpf/Properties/Resources.Designer.cs @@ -1,4 +1,4 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 @@ -8,10 +8,10 @@ // //------------------------------------------------------------------------------ -namespace Dynamo.Wpf.Properties { - using System; - - +namespace Dynamo.Wpf.Properties +{ + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// @@ -5754,6 +5754,15 @@ public static string PackageDetailsIncompatibileVersionTooltip { } } + /// + /// Looks up a localized string similar to Incompatible with your current setup. + /// + public static string PackageDetailsIncompatibilityWithSetup { + get { + return ResourceManager.GetString("PackageDetailsIncompatibilityWithSetup", resourceCulture); + } + } + /// /// Looks up a localized string similar to KEYWORDS. /// @@ -5844,6 +5853,15 @@ public static string PackageDetailsVersionsAndPackageRequirements { } } + /// + /// Looks up a localized string similar to Unknown compatibility with your current setup. + /// + public static string PackageDetailsXCompatibilityWithSetup { + get { + return ResourceManager.GetString("PackageDetailsXCompatibilityWithSetup", resourceCulture); + } + } + /// /// Looks up a localized string similar to Package Download Confirmation. /// diff --git a/src/DynamoCoreWpf/Properties/Resources.en-US.resx b/src/DynamoCoreWpf/Properties/Resources.en-US.resx index bc3e5c110ce..4f1417b016b 100644 --- a/src/DynamoCoreWpf/Properties/Resources.en-US.resx +++ b/src/DynamoCoreWpf/Properties/Resources.en-US.resx @@ -4056,6 +4056,12 @@ To make this file into a new template, save it to a different folder, then move Compatible with your current setup + + + Incompatible with your current setup + + + Unknown compatibility with your current setup Size diff --git a/src/DynamoCoreWpf/Properties/Resources.resx b/src/DynamoCoreWpf/Properties/Resources.resx index 6fd4ac719f6..e285f4717e2 100644 --- a/src/DynamoCoreWpf/Properties/Resources.resx +++ b/src/DynamoCoreWpf/Properties/Resources.resx @@ -4043,6 +4043,12 @@ To make this file into a new template, save it to a different folder, then move Compatible with your current setup + + + Incompatible with your current setup + + + Unknown compatibility with your current setup Size diff --git a/src/DynamoCoreWpf/PublicAPI.Unshipped.txt b/src/DynamoCoreWpf/PublicAPI.Unshipped.txt index 357e3063136..076083a57b5 100644 --- a/src/DynamoCoreWpf/PublicAPI.Unshipped.txt +++ b/src/DynamoCoreWpf/PublicAPI.Unshipped.txt @@ -5017,6 +5017,7 @@ static Dynamo.Wpf.Properties.Resources.PackageDetailsDescription.get -> string static Dynamo.Wpf.Properties.Resources.PackageDetailsGroup.get -> string static Dynamo.Wpf.Properties.Resources.PackageDetailsHost.get -> string static Dynamo.Wpf.Properties.Resources.PackageDetailsIncompatibileVersionTooltip.get -> string +static Dynamo.Wpf.Properties.Resources.PackageDetailsIncompatibilityWithSetup.get -> string static Dynamo.Wpf.Properties.Resources.PackageDetailsKeywords.get -> string static Dynamo.Wpf.Properties.Resources.PackageDetailsLicense.get -> string static Dynamo.Wpf.Properties.Resources.PackageDetailsLinks.get -> string @@ -5027,6 +5028,7 @@ static Dynamo.Wpf.Properties.Resources.PackageDetailsSize.get -> string static Dynamo.Wpf.Properties.Resources.PackageDetailsUnknownCompatibilityVersionTooltip.get -> string static Dynamo.Wpf.Properties.Resources.PackageDetailsVersions.get -> string static Dynamo.Wpf.Properties.Resources.PackageDetailsVersionsAndPackageRequirements.get -> string +static Dynamo.Wpf.Properties.Resources.PackageDetailsXCompatibilityWithSetup.get -> string static Dynamo.Wpf.Properties.Resources.PackageDownloadConfirmMessageBoxTitle.get -> string static Dynamo.Wpf.Properties.Resources.PackageDownloadErrorMessageBoxTitle.get -> string static Dynamo.Wpf.Properties.Resources.PackageDownloadMessageBoxTitle.get -> string diff --git a/src/PackageDetailsViewExtension/PackageDetailsView.xaml b/src/PackageDetailsViewExtension/PackageDetailsView.xaml index d1a97e9f21c..6deba4a0d0b 100644 --- a/src/PackageDetailsViewExtension/PackageDetailsView.xaml +++ b/src/PackageDetailsViewExtension/PackageDetailsView.xaml @@ -691,7 +691,24 @@ - + + + + +