diff --git a/Clients/Xamarin.Interactive.Client.Windows/Xamarin.Interactive.Client.Windows.csproj b/Clients/Xamarin.Interactive.Client.Windows/Xamarin.Interactive.Client.Windows.csproj index 444d20be8..b7253db24 100644 --- a/Clients/Xamarin.Interactive.Client.Windows/Xamarin.Interactive.Client.Windows.csproj +++ b/Clients/Xamarin.Interactive.Client.Windows/Xamarin.Interactive.Client.Windows.csproj @@ -94,6 +94,12 @@ 4.0.5150.10665 + + 1.1.2 + + + 1.1.1 + @@ -264,14 +270,6 @@ {0fd4b1dd-45a8-4f02-beb0-5881cd512573} CommonMark.Base - - {2e1fb0df-f9bb-4909-9f32-2d9d022a8e57} - Core - - - {aa0c00cb-8699-4f37-bfae-40ca87acc06d} - Shell - {60af04be-1b6b-411b-bcba-c95eafbd7ac0} Xamarin.PropertyEditing.Windows diff --git a/Clients/Xamarin.Interactive.Client/Workbook/Models/WorkbookPackage.cs b/Clients/Xamarin.Interactive.Client/Workbook/Models/WorkbookPackage.cs index 0846ce803..da0d35682 100644 --- a/Clients/Xamarin.Interactive.Client/Workbook/Models/WorkbookPackage.cs +++ b/Clients/Xamarin.Interactive.Client/Workbook/Models/WorkbookPackage.cs @@ -413,7 +413,7 @@ public void Save (IWorkbookSaveOperation operation) LogicalPath = operation.Destination; SaveOptions = WorkbookSaveOptions.None; - if (IndexPage != null && IndexPage.IsUntitled) + if (IndexPage != null) IndexPage.Title = LogicalPath.NameWithoutExtension; if (saveOperation.OnlyPage != null && diff --git a/Package/Windows/AgentAppFiles.wxs b/Package/Windows/AgentAppFiles.wxs index 17d761aae..cccc9389a 100644 --- a/Package/Windows/AgentAppFiles.wxs +++ b/Package/Windows/AgentAppFiles.wxs @@ -300,17 +300,18 @@ + + + - - - - - - - + + + + + + - diff --git a/Package/Windows/DotNetCoreAgentAppFiles-win-x86.wxs b/Package/Windows/DotNetCoreAgentAppFiles-win-x86.wxs index 3ccdbf0d1..cc94c2ea8 100644 --- a/Package/Windows/DotNetCoreAgentAppFiles-win-x86.wxs +++ b/Package/Windows/DotNetCoreAgentAppFiles-win-x86.wxs @@ -664,6 +664,12 @@ + + + + + + \ No newline at end of file diff --git a/WorkbookApps/Xamarin.Workbooks.Wpf/Xamarin.Workbooks.Wpf.csproj b/WorkbookApps/Xamarin.Workbooks.Wpf/Xamarin.Workbooks.Wpf.csproj index 2f07d49c3..06577618f 100644 --- a/WorkbookApps/Xamarin.Workbooks.Wpf/Xamarin.Workbooks.Wpf.csproj +++ b/WorkbookApps/Xamarin.Workbooks.Wpf/Xamarin.Workbooks.Wpf.csproj @@ -60,6 +60,9 @@ 4.4.0 + + 1.1.2 + @@ -121,4 +124,4 @@ - + \ No newline at end of file