diff --git a/src/BlazorTemplatesCLI/BlazorWinForms/.template.config/template.json b/src/BlazorTemplatesCLI/BlazorWinForms/.template.config/template.json index 5b76541..81cd630 100644 --- a/src/BlazorTemplatesCLI/BlazorWinForms/.template.config/template.json +++ b/src/BlazorTemplatesCLI/BlazorWinForms/.template.config/template.json @@ -10,7 +10,7 @@ ], "identity": "VijayAnand.WindowsForms.Blazor", "description": "A project for hosting Blazor component in the Windows Forms desktop application", - "name": "Windows Forms App with Blazor component (.NET 6 RC 2)", + "name": "Windows Forms App with Blazor component (.NET 6 / .NET MAUI Preview 10)", "shortName": "winforms-blazor", "sourceName": "BlazorWinForms", "tags": { diff --git a/src/BlazorTemplatesCLI/BlazorWinForms/BlazorWinForms.csproj b/src/BlazorTemplatesCLI/BlazorWinForms/BlazorWinForms.csproj index ba6e1f3..19074ad 100644 --- a/src/BlazorTemplatesCLI/BlazorWinForms/BlazorWinForms.csproj +++ b/src/BlazorTemplatesCLI/BlazorWinForms/BlazorWinForms.csproj @@ -6,8 +6,8 @@ BlazorWinForms - - + + diff --git a/src/BlazorTemplatesCLI/BlazorWpf/.template.config/template.json b/src/BlazorTemplatesCLI/BlazorWpf/.template.config/template.json index d761ccb..142aef3 100644 --- a/src/BlazorTemplatesCLI/BlazorWpf/.template.config/template.json +++ b/src/BlazorTemplatesCLI/BlazorWpf/.template.config/template.json @@ -10,7 +10,7 @@ ], "identity": "VijayAnand.Wpf.Blazor", "description": "A project for hosting Blazor component in the WPF desktop application", - "name": "WPF App with Blazor component (.NET 6 RC 2)", + "name": "WPF App with Blazor component (.NET 6 / .NET MAUI Preview 10)", "shortName": "wpf-blazor", "sourceName": "BlazorWpf", "tags": { diff --git a/src/BlazorTemplatesCLI/BlazorWpf/BlazorWpf.csproj b/src/BlazorTemplatesCLI/BlazorWpf/BlazorWpf.csproj index a8b1f0d..991c3b3 100644 --- a/src/BlazorTemplatesCLI/BlazorWpf/BlazorWpf.csproj +++ b/src/BlazorTemplatesCLI/BlazorWpf/BlazorWpf.csproj @@ -6,8 +6,8 @@ BlazorWpf - - + + diff --git a/src/BlazorTemplatesCLI/PackageVersion.txt b/src/BlazorTemplatesCLI/PackageVersion.txt index e6d5cb8..e4c0d46 100644 --- a/src/BlazorTemplatesCLI/PackageVersion.txt +++ b/src/BlazorTemplatesCLI/PackageVersion.txt @@ -1 +1 @@ -1.0.2 \ No newline at end of file +1.0.3 \ No newline at end of file diff --git a/src/BlazorTemplatesCLI/release-notes.txt b/src/BlazorTemplatesCLI/release-notes.txt index 016a196..f5d7b42 100644 --- a/src/BlazorTemplatesCLI/release-notes.txt +++ b/src/BlazorTemplatesCLI/release-notes.txt @@ -1,7 +1,7 @@ -What's new in ver. 1.0.2: +What's new in ver. 1.0.3: Blazor desktop templates for Windows Forms and WPF. -Currently targeting .NET 6 RC 2 / Preview 9 (of BlazorWebView). +Currently targeting .NET 6 / .NET MAUI Preview 10. Templates have been named as winforms-blazor and wpf-blazor respectively. \ No newline at end of file diff --git a/src/BlazorWinForms/BlazorWinForms/.template.config/template.json b/src/BlazorWinForms/BlazorWinForms/.template.config/template.json index 5b76541..81cd630 100644 --- a/src/BlazorWinForms/BlazorWinForms/.template.config/template.json +++ b/src/BlazorWinForms/BlazorWinForms/.template.config/template.json @@ -10,7 +10,7 @@ ], "identity": "VijayAnand.WindowsForms.Blazor", "description": "A project for hosting Blazor component in the Windows Forms desktop application", - "name": "Windows Forms App with Blazor component (.NET 6 RC 2)", + "name": "Windows Forms App with Blazor component (.NET 6 / .NET MAUI Preview 10)", "shortName": "winforms-blazor", "sourceName": "BlazorWinForms", "tags": { diff --git a/src/BlazorWinForms/BlazorWinForms/BlazorWinForms.csproj b/src/BlazorWinForms/BlazorWinForms/BlazorWinForms.csproj index ba6e1f3..19074ad 100644 --- a/src/BlazorWinForms/BlazorWinForms/BlazorWinForms.csproj +++ b/src/BlazorWinForms/BlazorWinForms/BlazorWinForms.csproj @@ -6,8 +6,8 @@ BlazorWinForms - - + + diff --git a/src/BlazorWinForms/PackageVersion.txt b/src/BlazorWinForms/PackageVersion.txt index ece61c6..f9cbc01 100644 --- a/src/BlazorWinForms/PackageVersion.txt +++ b/src/BlazorWinForms/PackageVersion.txt @@ -1 +1 @@ -1.0.6 \ No newline at end of file +1.0.7 \ No newline at end of file diff --git a/src/BlazorWinForms/VijayAnand.WindowsForms.Blazor.csproj b/src/BlazorWinForms/VijayAnand.WindowsForms.Blazor.csproj index 3baed8b..de1dfb5 100644 --- a/src/BlazorWinForms/VijayAnand.WindowsForms.Blazor.csproj +++ b/src/BlazorWinForms/VijayAnand.WindowsForms.Blazor.csproj @@ -3,8 +3,8 @@ netstandard2.0 Template VijayAnand.WindowsForms.Blazor - 1.0.6 - Windows Forms with Blazor component (.NET 6 RC 2) + 1.0.7 + Windows Forms with Blazor component (.NET 6 / .NET MAUI Preview 10) Vijay Anand E G A project for hosting Blazor component in the Windows Forms desktop application. MIT diff --git a/src/BlazorWinForms/release-notes.txt b/src/BlazorWinForms/release-notes.txt index 20a327e..c110f4d 100644 --- a/src/BlazorWinForms/release-notes.txt +++ b/src/BlazorWinForms/release-notes.txt @@ -1,5 +1,5 @@ -What's new ver 1.0.6: +What's new ver 1.0.7: -Project template updated to dependencies of .NET 6 RC 2. +Project template updated to dependencies of .NET 6 / .NET MAUI Preview 10. Note: From .NET 6 Preview 5 onwards, the target version of the WinForms application has to be Windows 10 [Version 10.0.19041] (2004 / 20H1) for the BlazorWebView package to restore and compile. \ No newline at end of file diff --git a/src/BlazorWpf/BlazorWpf/.template.config/template.json b/src/BlazorWpf/BlazorWpf/.template.config/template.json index d761ccb..142aef3 100644 --- a/src/BlazorWpf/BlazorWpf/.template.config/template.json +++ b/src/BlazorWpf/BlazorWpf/.template.config/template.json @@ -10,7 +10,7 @@ ], "identity": "VijayAnand.Wpf.Blazor", "description": "A project for hosting Blazor component in the WPF desktop application", - "name": "WPF App with Blazor component (.NET 6 RC 2)", + "name": "WPF App with Blazor component (.NET 6 / .NET MAUI Preview 10)", "shortName": "wpf-blazor", "sourceName": "BlazorWpf", "tags": { diff --git a/src/BlazorWpf/BlazorWpf/BlazorWpf.csproj b/src/BlazorWpf/BlazorWpf/BlazorWpf.csproj index a8b1f0d..991c3b3 100644 --- a/src/BlazorWpf/BlazorWpf/BlazorWpf.csproj +++ b/src/BlazorWpf/BlazorWpf/BlazorWpf.csproj @@ -6,8 +6,8 @@ BlazorWpf - - + + diff --git a/src/BlazorWpf/PackageVersion.txt b/src/BlazorWpf/PackageVersion.txt index f9cbc01..337a6a8 100644 --- a/src/BlazorWpf/PackageVersion.txt +++ b/src/BlazorWpf/PackageVersion.txt @@ -1 +1 @@ -1.0.7 \ No newline at end of file +1.0.8 \ No newline at end of file diff --git a/src/BlazorWpf/VijayAnand.Wpf.Blazor.csproj b/src/BlazorWpf/VijayAnand.Wpf.Blazor.csproj index a60c56e..623a46d 100644 --- a/src/BlazorWpf/VijayAnand.Wpf.Blazor.csproj +++ b/src/BlazorWpf/VijayAnand.Wpf.Blazor.csproj @@ -4,7 +4,7 @@ Template VijayAnand.Wpf.Blazor 1.0.7 - WPF App with Blazor component (.NET 6 RC 2) + WPF App with Blazor component (.NET 6 / .NET MAUI Preview 10) Vijay Anand E G A project for hosting Blazor component in the WPF desktop application. MIT diff --git a/src/BlazorWpf/release-notes.txt b/src/BlazorWpf/release-notes.txt index 9d1c951..6e9a88f 100644 --- a/src/BlazorWpf/release-notes.txt +++ b/src/BlazorWpf/release-notes.txt @@ -1,5 +1,5 @@ -What's new in ver. 1.0.7: +What's new in ver. 1.0.8: -Project template updated to dependencies of .NET 6 RC 2. +Project template updated to dependencies of .NET 6 / .NET MAUI Preview 10. Note: From .NET 6 Preview 5 onwards, the target version of the WPF application has to be Windows 10 [Version 10.0.19041] (2004 / 20H1) for the BlazorWebView package to restore and compile. \ No newline at end of file