diff --git a/XrmToolBox.Extensibility/Properties/AssemblyInfo.cs b/XrmToolBox.Extensibility/Properties/AssemblyInfo.cs index 4742da66..ed078803 100644 --- a/XrmToolBox.Extensibility/Properties/AssemblyInfo.cs +++ b/XrmToolBox.Extensibility/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut // en utilisant '*', comme indiqué ci-dessous : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2023.1.62")] -[assembly: AssemblyFileVersion("1.2023.1.62")] \ No newline at end of file +[assembly: AssemblyVersion("1.2023.1.63")] +[assembly: AssemblyFileVersion("1.2023.1.63")] \ No newline at end of file diff --git a/XrmToolBox.PluginsStore/Properties/AssemblyInfo.cs b/XrmToolBox.PluginsStore/Properties/AssemblyInfo.cs index 896f7fdd..1413ce14 100644 --- a/XrmToolBox.PluginsStore/Properties/AssemblyInfo.cs +++ b/XrmToolBox.PluginsStore/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut // en utilisant '*', comme indiqué ci-dessous : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2023.1.62")] -[assembly: AssemblyFileVersion("1.2023.1.62")] \ No newline at end of file +[assembly: AssemblyVersion("1.2023.1.63")] +[assembly: AssemblyFileVersion("1.2023.1.63")] \ No newline at end of file diff --git a/XrmToolBox.ToolLibrary/Properties/AssemblyInfo.cs b/XrmToolBox.ToolLibrary/Properties/AssemblyInfo.cs index 6fa6ae74..3dccbfb0 100644 --- a/XrmToolBox.ToolLibrary/Properties/AssemblyInfo.cs +++ b/XrmToolBox.ToolLibrary/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut // en utilisant '*', comme indiqué ci-dessous : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2023.1.62")] -[assembly: AssemblyFileVersion("1.2023.1.62")] \ No newline at end of file +[assembly: AssemblyVersion("1.2023.1.63")] +[assembly: AssemblyFileVersion("1.2023.1.63")] \ No newline at end of file diff --git a/XrmToolBox/Program.cs b/XrmToolBox/Program.cs index 53cb07a4..b33fbe86 100644 --- a/XrmToolBox/Program.cs +++ b/XrmToolBox/Program.cs @@ -323,6 +323,7 @@ private static void Main(string[] args) RedirectAssembly("WeifenLuo.WinFormsUI.Docking"); RedirectAssembly("WeifenLuo.WinFormsUI.Docking.ThemeVS2015"); RedirectAssembly("ScintillaNET"); + RedirectAssembly("Microsoft.Web.WebView2.Core"); RedirectAssembly("Microsoft.Web.WebView2.WinForms"); OptimizeConnectionSettings(); diff --git a/XrmToolBox/Properties/AssemblyInfo.cs b/XrmToolBox/Properties/AssemblyInfo.cs index 40788684..f6ef659e 100644 --- a/XrmToolBox/Properties/AssemblyInfo.cs +++ b/XrmToolBox/Properties/AssemblyInfo.cs @@ -36,5 +36,5 @@ // Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut // en utilisant '*', comme indiqué ci-dessous : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2023.1.62")] -[assembly: AssemblyFileVersion("1.2023.1.62")] \ No newline at end of file +[assembly: AssemblyVersion("1.2023.1.63")] +[assembly: AssemblyFileVersion("1.2023.1.63")] \ No newline at end of file diff --git a/XrmToolBox/app.config b/XrmToolBox/app.config index 4e96652a..c2ce92fd 100644 --- a/XrmToolBox/app.config +++ b/XrmToolBox/app.config @@ -90,6 +90,10 @@ + + + + @@ -127,4 +131,4 @@ - + \ No newline at end of file