diff --git a/src/DynamoCoreWpf/Properties/Resources.Designer.cs b/src/DynamoCoreWpf/Properties/Resources.Designer.cs
index 679ea56e464..074e8964c58 100644
--- a/src/DynamoCoreWpf/Properties/Resources.Designer.cs
+++ b/src/DynamoCoreWpf/Properties/Resources.Designer.cs
@@ -8157,6 +8157,15 @@ public static string PublishPackageViewCopyrightHolderSubLabel {
}
}
+ ///
+ /// Looks up a localized string similar to The package's copyright holder..
+ ///
+ public static string PublishPackageViewCopyrightHolderTooltip {
+ get {
+ return ResourceManager.GetString("PublishPackageViewCopyrightHolderTooltip", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Author name.
///
@@ -8184,6 +8193,15 @@ public static string PublishPackageViewCopyrightYearSubLabel {
}
}
+ ///
+ /// Looks up a localized string similar to The copyright year for the package..
+ ///
+ public static string PublishPackageViewCopyrightYearTooltip {
+ get {
+ return ResourceManager.GetString("PublishPackageViewCopyrightYearTooltip", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Publishing year.
///
@@ -8202,6 +8220,15 @@ public static string PublishPackageViewFilePath {
}
}
+ ///
+ /// Looks up a localized string similar to GitHub repository link for the package..
+ ///
+ public static string PublishPackageViewGithubLinkTooltip {
+ get {
+ return ResourceManager.GetString("PublishPackageViewGithubLinkTooltip", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to License (optional).
///
@@ -8392,7 +8419,7 @@ public static string PublishPackageViewPackageVersion {
}
///
- /// Looks up a localized string similar to A version name helps a submitter keep track of updates to the package. A new version of a package will be REJECTED if this is not incremeneted..
+ /// Looks up a localized string similar to A version name helps a submitter keep track of updates to the package. When a new version of a package is added, version number must be increased..
///
public static string PublishPackageViewPackageVersionTooltip {
get {
@@ -8427,6 +8454,15 @@ public static string PublishPackageViewPublisherWebSite {
}
}
+ ///
+ /// Looks up a localized string similar to Website link for the package..
+ ///
+ public static string PublishPackageViewPublisherWebsiteTooltip {
+ get {
+ return ResourceManager.GetString("PublishPackageViewPublisherWebsiteTooltip", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Removes this item from the package contents list..
///
diff --git a/src/DynamoCoreWpf/Properties/Resources.en-US.resx b/src/DynamoCoreWpf/Properties/Resources.en-US.resx
index 92944a6d7c7..a7c6a839c77 100644
--- a/src/DynamoCoreWpf/Properties/Resources.en-US.resx
+++ b/src/DynamoCoreWpf/Properties/Resources.en-US.resx
@@ -1880,7 +1880,19 @@ Want to publish a different package?
Build
- A version name helps a submitter keep track of updates to the package. A new version of a package will be REJECTED if this is not incremeneted.
+ A version name helps a submitter keep track of updates to the package. When a new version of a package is added, version number must be increased.
+
+
+ Website link for the package.
+
+
+ GitHub repository link for the package.
+
+
+ The package's copyright holder.
+
+
+ The copyright year for the package.
Publish a Package
diff --git a/src/DynamoCoreWpf/Properties/Resources.resx b/src/DynamoCoreWpf/Properties/Resources.resx
index 226c8bec4fd..3aa38b27a95 100644
--- a/src/DynamoCoreWpf/Properties/Resources.resx
+++ b/src/DynamoCoreWpf/Properties/Resources.resx
@@ -1667,7 +1667,19 @@ If the toggle is off custom packages that are not already loaded will load once
Build
- A version name helps a submitter keep track of updates to the package. A new version of a package will be REJECTED if this is not incremeneted.
+ A version name helps a submitter keep track of updates to the package. When a new version of a package is added, version number must be increased.
+
+
+ Website link for the package.
+
+
+ GitHub repository link for the package.
+
+
+ The package's copyright holder.
+
+
+ The copyright year for the package.
0
diff --git a/src/DynamoCoreWpf/Views/PackageManager/Pages/PublishPackagePublishPage.xaml b/src/DynamoCoreWpf/Views/PackageManager/Pages/PublishPackagePublishPage.xaml
index eee76117d9d..6947fd953ef 100644
--- a/src/DynamoCoreWpf/Views/PackageManager/Pages/PublishPackagePublishPage.xaml
+++ b/src/DynamoCoreWpf/Views/PackageManager/Pages/PublishPackagePublishPage.xaml
@@ -26,9 +26,55 @@
+
-
@@ -42,6 +88,7 @@
Grid.Column="1" />
@@ -70,7 +117,7 @@
Value="#6AC0E7" />
+ Value="M 5 2.56 L 8 5.5 C 8.2868 5.637 8.6288 5.5783 8.8535 5.3536 C 9.0783 5.1288 9.137 4.7868 9 4.5 L 5.5 1 C 5.2072 0.7075 4.7328 0.7075 4.44 1 L 1 4.5 C 0.863 4.7868 0.9217 5.1288 1.1464 5.3536 C 1.3712 5.5783 1.7132 5.637 2 5.5 L 5 2.56 Z" />
@@ -97,9 +144,10 @@
-
+
+
@@ -458,25 +506,26 @@
+ Checked="HostEntry_CheckStateChanged"
+ Content="{Binding HostName}"
+ IsChecked="{Binding IsSelected, Mode=TwoWay}"
+ Style="{StaticResource ComboBoxCheckBoxStyle}"
+ Tag="{RelativeSource FindAncestor,
+ AncestorType={x:Type ComboBox}}"
+ Unchecked="HostEntry_CheckStateChanged" />
-
+
-
-
-
-
-
-
-
-
-
+
-
+
+
+
+
+
+
+
+
+
+
+
@@ -584,7 +635,12 @@
+ Text="{x:Static p:Resources.PublishPackageViewPublisherWebSite}" >
+
+
+
+
+ Text="{x:Static p:Resources.PublishPackageViewRepositoryUrl}">
+
+
+
+
+ Text="{x:Static p:Resources.PublishPackageViewCopyrightHolder}" >
+
+
+
+
@@ -648,7 +714,12 @@
+ Text="{x:Static p:Resources.PublishPackageViewCopyrightYear}" >
+
+
+
+