diff --git a/src/AddIns/Uno.UI.MSAL/Uno.UI.MSAL.csproj b/src/AddIns/Uno.UI.MSAL/Uno.UI.MSAL.csproj index 242fb13117d6..3bcd236b4b4e 100644 --- a/src/AddIns/Uno.UI.MSAL/Uno.UI.MSAL.csproj +++ b/src/AddIns/Uno.UI.MSAL/Uno.UI.MSAL.csproj @@ -15,7 +15,6 @@ nventive https://github.com/unoplatform/uno - https://nv-assets.azurewebsites.net/logos/uno.png uno.png https://github.com/unoplatform/uno This package provides the extensions to MSAL (Microsoft.Identity.Client) for an Uno Platform application. diff --git a/src/AddIns/Uno.UI.MSAL/Uno.UI.MSAL.net6.csproj b/src/AddIns/Uno.UI.MSAL/Uno.UI.MSAL.net6.csproj index 9dcf3b4744cb..ca7aa830430c 100644 --- a/src/AddIns/Uno.UI.MSAL/Uno.UI.MSAL.net6.csproj +++ b/src/AddIns/Uno.UI.MSAL/Uno.UI.MSAL.net6.csproj @@ -29,7 +29,6 @@ nventive https://github.com/unoplatform/uno - https://nv-assets.azurewebsites.net/logos/uno.png uno.png https://github.com/unoplatform/uno This package provides the extensions to MSAL (Microsoft.Identity.Client) for an Uno Platform application. diff --git a/src/SolutionTemplate/Uno.ProjectTemplates.Dotnet/Uno.ProjectTemplates.Dotnet.csproj b/src/SolutionTemplate/Uno.ProjectTemplates.Dotnet/Uno.ProjectTemplates.Dotnet.csproj index 2c5096c24a5f..9467f4f2e231 100644 --- a/src/SolutionTemplate/Uno.ProjectTemplates.Dotnet/Uno.ProjectTemplates.Dotnet.csproj +++ b/src/SolutionTemplate/Uno.ProjectTemplates.Dotnet/Uno.ProjectTemplates.Dotnet.csproj @@ -18,7 +18,7 @@ dotnet-new;templates;uno-platform nventive https://github.com/unoplatform/uno - https://nv-assets.azurewebsites.net/logos/uno.png + uno.png https://github.com/unoplatform/uno Copyright (C) 2015-2019 nventive inc. - all rights reserved @@ -96,7 +96,7 @@ <_UnoAppTemplateFiles Include="..\UnoSolutionTemplate\**" Exclude="@(_UnoAppTemplateFilesExclude)" /> - + <_UnoAppnet6TemplateFilesExclude Include="..\UnoSolutionTemplate.net6\**\*.vstemplate" /> <_UnoAppnet6TemplateFilesExclude Include="..\UnoSolutionTemplate.net6\__*.png" /> @@ -288,7 +288,7 @@ 3.0.0-preview3.201113.0 "; - + s = s .Replace(@"", replacedNuget); } @@ -301,11 +301,11 @@ .Replace("args.PrelaunchActivated", "args.UWPLaunchActivatedEventArgs.PrelaunchActivated") .Replace("OnLaunched(LaunchActivatedEventArgs", "OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs") .Replace("Windows.UI.Xaml", "Microsoft.UI.Xaml"); - + var replacedLogging = @" { ""Windows"", LogLevel.Warning }, { ""Microsoft"", LogLevel.Warning },"; - + s = s .Replace(@"{ ""Windows"", LogLevel.Warning },", replacedLogging); } @@ -359,7 +359,7 @@ var fileName = Path.GetFileName(file); var filePath = Path.GetDirectoryName(file); var updatedFileName = fileName.Replace(SourceName, TargetName); - + File.WriteAllText(file, s); if(updatedFileName != fileName) @@ -396,4 +396,7 @@ + + + diff --git a/src/Uno.Foundation.Runtime.WebAssembly/Uno.Foundation.Runtime.WebAssembly.csproj b/src/Uno.Foundation.Runtime.WebAssembly/Uno.Foundation.Runtime.WebAssembly.csproj index 760adc71143e..895a38f7d8f1 100644 --- a/src/Uno.Foundation.Runtime.WebAssembly/Uno.Foundation.Runtime.WebAssembly.csproj +++ b/src/Uno.Foundation.Runtime.WebAssembly/Uno.Foundation.Runtime.WebAssembly.csproj @@ -19,11 +19,11 @@ true + true nventive https://github.com/unoplatform/uno - https://nv-assets.azurewebsites.net/logos/uno.png uno.png https://github.com/unoplatform/uno This package provides the .NET interoperability support for WebAssembly in Uno Platform projects. diff --git a/src/Uno.UI.Foldable/Uno.UI.Foldable.csproj b/src/Uno.UI.Foldable/Uno.UI.Foldable.csproj index aa531d1134e8..06cd5073eb99 100644 --- a/src/Uno.UI.Foldable/Uno.UI.Foldable.csproj +++ b/src/Uno.UI.Foldable/Uno.UI.Foldable.csproj @@ -15,7 +15,7 @@ nventive https://github.com/unoplatform/uno - https://nv-assets.azurewebsites.net/logos/uno.png + uno.png https://github.com/unoplatform/uno This package provides the ability for Uno Platform based apps to use dual screen devices such as the Surface Duo or Neo Copyright (C) 2015-2020 nventive inc. - all rights reserved @@ -23,7 +23,7 @@ $(NoWarn);NU1701 - + false true @@ -82,4 +82,8 @@ Xamarin.AndroidX.Core;Xamarin.AndroidX.RecyclerView;Xamarin.AndroidX.Window;Xamarin.AndroidX.Window.WindowJava;Xamarin.Kotlin.StdLib;Xamarin.KotlinX.Coroutines.Core + + + + diff --git a/src/Uno.UI.Foldable/Uno.UI.Foldable.net6.csproj b/src/Uno.UI.Foldable/Uno.UI.Foldable.net6.csproj index c988e0bcec4b..7fc13377e2b7 100644 --- a/src/Uno.UI.Foldable/Uno.UI.Foldable.net6.csproj +++ b/src/Uno.UI.Foldable/Uno.UI.Foldable.net6.csproj @@ -22,10 +22,11 @@ $(UnoTargetFrameworkOverride) + nventive https://github.com/unoplatform/uno - https://nv-assets.azurewebsites.net/logos/uno.png + uno.png https://github.com/unoplatform/uno This package provides the ability for Uno Platform based apps to use dual screen devices such as the Surface Duo or Neo Copyright (C) 2015-2020 nventive inc. - all rights reserved @@ -66,4 +67,8 @@ + + + + diff --git a/src/Uno.UI.Runtime.Skia.Gtk/Uno.UI.Runtime.Skia.Gtk.csproj b/src/Uno.UI.Runtime.Skia.Gtk/Uno.UI.Runtime.Skia.Gtk.csproj index e5440e272aba..f6b0ed3c6c15 100644 --- a/src/Uno.UI.Runtime.Skia.Gtk/Uno.UI.Runtime.Skia.Gtk.csproj +++ b/src/Uno.UI.Runtime.Skia.Gtk/Uno.UI.Runtime.Skia.Gtk.csproj @@ -10,7 +10,6 @@ true nventive - https://github.com/unoplatform/uno https://nv-assets.azurewebsites.net/logos/uno.png uno.png https://github.com/unoplatform/uno @@ -20,12 +19,12 @@ Uno.WinUI.Runtime.Skia.Gtk Uno.UI.Runtime.Skia - + true - + diff --git a/src/Uno.UI.Runtime.Skia.Linux.FrameBuffer/Uno.UI.Runtime.Skia.Linux.FrameBuffer.csproj b/src/Uno.UI.Runtime.Skia.Linux.FrameBuffer/Uno.UI.Runtime.Skia.Linux.FrameBuffer.csproj index cbc486854815..6ef789667e2f 100644 --- a/src/Uno.UI.Runtime.Skia.Linux.FrameBuffer/Uno.UI.Runtime.Skia.Linux.FrameBuffer.csproj +++ b/src/Uno.UI.Runtime.Skia.Linux.FrameBuffer/Uno.UI.Runtime.Skia.Linux.FrameBuffer.csproj @@ -13,7 +13,6 @@ true nventive https://github.com/unoplatform/uno - https://nv-assets.azurewebsites.net/logos/uno.png uno.png https://github.com/unoplatform/uno This package provides the platform support for Skia / Linux framebuffer in Uno Platform projects. @@ -24,7 +23,7 @@ Uno.WinUI.Runtime.Skia.Linux.FrameBuffer true - + true diff --git a/src/Uno.UI.Runtime.Skia.Tizen/Uno.UI.Runtime.Skia.Tizen.csproj b/src/Uno.UI.Runtime.Skia.Tizen/Uno.UI.Runtime.Skia.Tizen.csproj index 20befbad0612..f6598c8098fb 100644 --- a/src/Uno.UI.Runtime.Skia.Tizen/Uno.UI.Runtime.Skia.Tizen.csproj +++ b/src/Uno.UI.Runtime.Skia.Tizen/Uno.UI.Runtime.Skia.Tizen.csproj @@ -8,7 +8,6 @@ true nventive https://github.com/unoplatform/uno - https://nv-assets.azurewebsites.net/logos/uno.png uno.png https://github.com/unoplatform/uno This package provides the platform support for Skia in Uno Platform projects. @@ -20,7 +19,7 @@ - + diff --git a/src/Uno.UI.Runtime.Skia.Wpf/Uno.UI.Runtime.Skia.Wpf.csproj b/src/Uno.UI.Runtime.Skia.Wpf/Uno.UI.Runtime.Skia.Wpf.csproj index 60bb834346a1..b14d4fc88878 100644 --- a/src/Uno.UI.Runtime.Skia.Wpf/Uno.UI.Runtime.Skia.Wpf.csproj +++ b/src/Uno.UI.Runtime.Skia.Wpf/Uno.UI.Runtime.Skia.Wpf.csproj @@ -5,28 +5,27 @@ - + true nventive https://github.com/unoplatform/uno - https://nv-assets.azurewebsites.net/logos/uno.png uno.png https://github.com/unoplatform/uno This package provides the platform support for Skia in Uno Platform projects. Copyright (C) 2015-2020 nventive inc. - all rights reserved Uno.WinUI.Runtime.Skia.Wpf - + true true 9.0 - + - +