Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/DynamoCoreWpf/DynamoCoreWpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@

<Target Name="NpmRunBuildPMWizard" BeforeTargets="BeforeBuild">
<PropertyGroup>
<PackageVersion>0.0.21</PackageVersion>
<PackageVersion>0.0.22</PackageVersion>
<PackageName>PackageManagerWizard</PackageName>
</PropertyGroup>
Expand Down
18 changes: 18 additions & 0 deletions src/DynamoCoreWpf/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions src/DynamoCoreWpf/Properties/Resources.en-US.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,10 @@ You can always redownload the package.</value>
<value>Failed to add file: {0}</value>
<comment>Message box content</comment>
</data>
<data name="MessageFailedToAddMultipleFiles" xml:space="preserve">
<value>Failed to add the following files:\n\n {0}</value>
<comment>Message box content</comment>
</data>
<data name="MessageFailedToApplyCustomization" xml:space="preserve">
<value>Failed to apply NodeViewCustomization for {0}</value>
</data>
Expand Down Expand Up @@ -1581,6 +1585,9 @@ Next assemblies were loaded several times:
<data name="PackageDuplicateAssemblyWarning" xml:space="preserve">
<value>Due to limitations in the .NET framework, it is not possible to update your package assembly while it is already loaded. Please update the assembly while {0} is not running and try again.</value>
</data>
<data name="PackageDuplicateAssembliesFoundMessage" xml:space="preserve">
<value>\n\nDuplicate assemblies found: {0}</value>
</data>
<data name="PackageDuplicateAssemblyWarningTitle" xml:space="preserve">
<value>Cannot update assembly</value>
</data>
Expand Down
7 changes: 7 additions & 0 deletions src/DynamoCoreWpf/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -2052,6 +2052,9 @@ Do you want to install the latest Dynamo update?</value>
<data name="PackageDuplicateAssemblyWarning" xml:space="preserve">
<value>Due to limitations in the .NET framework, it is not possible to update your package assembly while it is already loaded. Please update the assembly while {0} is not running and try again.</value>
</data>
<data name="PackageDuplicateAssembliesFoundMessage" xml:space="preserve">
<value>\n\nDuplicate assemblies found: {0}</value>
</data>
<data name="PackageDuplicateAssemblyWarningTitle" xml:space="preserve">
<value>Cannot update assembly</value>
</data>
Expand Down Expand Up @@ -2443,6 +2446,10 @@ Next assemblies were loaded several times:
<value>Failed to add file: {0}</value>
<comment>Message box content</comment>
</data>
<data name="MessageFailedToAddMultipleFiles" xml:space="preserve">
<value>Failed to add the following files:\n\n {0}</value>
<comment>Message box content</comment>
</data>
<data name="MessageConfirmToSaveReadOnlyCustomNode" xml:space="preserve">
<value>We can't save "{0}" because the file is read-only or contains unresolved or invalid nodes. To keep changes, would you like to "Save As..." with a different name or path?</value>
<comment>Message box content</comment>
Expand Down
8 changes: 7 additions & 1 deletion src/DynamoCoreWpf/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,7 @@ Dynamo.PackageManager.PublishPackageViewModel.BaseVersionHeader.set -> void
Dynamo.PackageManager.PublishPackageViewModel.BuildVersion.get -> string
Dynamo.PackageManager.PublishPackageViewModel.BuildVersion.set -> void
Dynamo.PackageManager.PublishPackageViewModel.CancelCommand.get -> Prism.Commands.DelegateCommand
Dynamo.PackageManager.PublishPackageViewModel.CancelFileLoading() -> void
Dynamo.PackageManager.PublishPackageViewModel.CanEditName.get -> bool
Dynamo.PackageManager.PublishPackageViewModel.ClearMarkdownDirectoryCommand.get -> Prism.Commands.DelegateCommand
Dynamo.PackageManager.PublishPackageViewModel.CompatibilityMatrix.get -> System.Collections.Generic.ICollection<Greg.Requests.PackageCompatibility>
Expand Down Expand Up @@ -1123,6 +1124,7 @@ Dynamo.PackageManager.PublishPackageViewModel.UploadHandle.get -> Dynamo.Package
Dynamo.PackageManager.PublishPackageViewModel.UploadHandle.set -> void
Dynamo.PackageManager.PublishPackageViewModel.Uploading.get -> bool
Dynamo.PackageManager.PublishPackageViewModel.Uploading.set -> void
Dynamo.PackageManager.PublishPackageViewModel.UploadProgress -> System.Action<int, int, string>
Dynamo.PackageManager.PublishPackageViewModel.UploadState.get -> Dynamo.PackageManager.PackageUploadHandle.State
Dynamo.PackageManager.PublishPackageViewModel.UploadState.set -> void
Dynamo.PackageManager.PublishPackageViewModel.UploadType.get -> Dynamo.PackageManager.PackageUploadHandle.UploadType
Expand Down Expand Up @@ -1716,20 +1718,22 @@ Dynamo.UI.Views.ScriptObject.SignOut() -> bool
Dynamo.UI.Views.ScriptWizardObject
Dynamo.UI.Views.ScriptWizardObject.AddFileOrFolder(string fileOrFolder) -> void
Dynamo.UI.Views.ScriptWizardObject.ApplicationLoaded() -> void
Dynamo.UI.Views.ScriptWizardObject.CancelUpload() -> void
Dynamo.UI.Views.ScriptWizardObject.ClearMarkdownContent() -> void
Dynamo.UI.Views.ScriptWizardObject.LoadMarkdownContent() -> void
Dynamo.UI.Views.ScriptWizardObject.LogMessage(string message) -> void
Dynamo.UI.Views.ScriptWizardObject.OpenFolder(string path) -> void
Dynamo.UI.Views.ScriptWizardObject.Publish() -> void
Dynamo.UI.Views.ScriptWizardObject.RemoveFileOrFolder(string name) -> void
Dynamo.UI.Views.ScriptWizardObject.Reset() -> void
Dynamo.UI.Views.ScriptWizardObject.ScriptWizardObject(System.Action<string> requestAddFileOrFolder, System.Action<string> requestRemoveFileOrFolder, System.Action<bool> requestRetainFolderStructure, System.Action<string> requestUpdatePackageDetails, System.Action requestSubmit, System.Action requestPublish, System.Action requestReset, System.Action<string> requestToggleNodeLibraryOnItem, System.Action<string> requestOpenFolder, System.Action<string> requestUpdateCompatibilityMatrix, System.Action requestLoadMarkdownContent, System.Action requestClearMarkdownContent, System.Action<string> requestLogMessage, System.Action requestApplicationLoaded, System.Action<string, string> requestShowDialog) -> void
Dynamo.UI.Views.ScriptWizardObject.ScriptWizardObject(System.Action<string> requestAddFileOrFolder, System.Action<string> requestRemoveFileOrFolder, System.Action<bool> requestRetainFolderStructure, System.Action<string> requestUpdatePackageDetails, System.Action requestSubmit, System.Action requestPublish, System.Action requestReset, System.Action<string> requestToggleNodeLibraryOnItem, System.Action<string> requestOpenFolder, System.Action<string> requestUpdateCompatibilityMatrix, System.Action requestLoadMarkdownContent, System.Action requestClearMarkdownContent, System.Action<string> requestLogMessage, System.Action requestApplicationLoaded, System.Action<string, string> requestShowDialog, System.Action requestCancelUpload, System.Action<int, int, string> requestUploadProgress) -> void
Dynamo.UI.Views.ScriptWizardObject.ShowDialog(string title, string message) -> void
Dynamo.UI.Views.ScriptWizardObject.Submit() -> void
Dynamo.UI.Views.ScriptWizardObject.ToggleNodeLibraryOnItem(string name) -> void
Dynamo.UI.Views.ScriptWizardObject.ToggleRetainFolderStructure(bool flag) -> void
Dynamo.UI.Views.ScriptWizardObject.UpdateCompatibilityMatrix(string jsonPayload) -> void
Dynamo.UI.Views.ScriptWizardObject.UpdatePackageDetails(string jsonPayload) -> void
Dynamo.UI.Views.ScriptWizardObject.UploadProgress(int currentFile, int totalFiles, string currentFileName) -> void
Dynamo.UI.Views.SplashScreen
Dynamo.UI.Views.SplashScreen.CloseWasExplicit.get -> bool
Dynamo.UI.Views.SplashScreen.DynamicSplashScreenReady -> Dynamo.UI.Views.SplashScreen.DynamicSplashScreenReadyHandler
Expand Down Expand Up @@ -5055,6 +5059,7 @@ static Dynamo.Wpf.Properties.Resources.MessageErrorOpeningInvalidPath.get -> str
static Dynamo.Wpf.Properties.Resources.MessageExcessiveLoadTime.get -> string
static Dynamo.Wpf.Properties.Resources.MessageExcessiveLoadTimeTitle.get -> string
static Dynamo.Wpf.Properties.Resources.MessageFailedToAddFile.get -> string
static Dynamo.Wpf.Properties.Resources.MessageFailedToAddMultipleFiles.get -> string
static Dynamo.Wpf.Properties.Resources.MessageFailedToApplyCustomization.get -> string
static Dynamo.Wpf.Properties.Resources.MessageFailedToAttachToRowColumn.get -> string
static Dynamo.Wpf.Properties.Resources.MessageFailedToDelete.get -> string
Expand Down Expand Up @@ -5115,6 +5120,7 @@ static Dynamo.Wpf.Properties.Resources.NodeAutocomplete.get -> string
static Dynamo.Wpf.Properties.Resources.NodeAutocompleteDocumentationUriString.get -> string
static Dynamo.Wpf.Properties.Resources.NodeAutoCompleteNotAvailableForCollapsedGroups.get -> string
static Dynamo.Wpf.Properties.Resources.NodeAutoCompleteToolTip.get -> string
static Dynamo.Wpf.Properties.Resources.PackageDuplicateAssembliesFoundMessage.get -> string
static Dynamo.Wpf.Properties.Resources.PreferencesViewEnableNodeAutoCompleteNewUI.get -> string
static Dynamo.Wpf.Properties.Resources.PreferencesViewEnableNodeAutoCompleteNewUITooltipText.get -> string
static Dynamo.Wpf.Properties.Resources.NodeContextMenuEnablePeriodicUpdate.get -> string
Expand Down
Loading
Loading