diff --git a/Avalonia.Templates.csproj b/Avalonia.Templates.csproj index d1171f0d..175800b1 100644 --- a/Avalonia.Templates.csproj +++ b/Avalonia.Templates.csproj @@ -2,7 +2,7 @@ Template - 11.0.0 + 11.0.1 Avalonia.Templates Avalonia Templates Templates for creating Avalonia applications and libraries. diff --git a/readme.md b/readme.md index e3a8ee84..deca86ab 100644 --- a/readme.md +++ b/readme.md @@ -58,9 +58,9 @@ Available parameters: *Description*: The target version of Avalonia NuGet packages. -*Options*: **0.10.21**, **11.0.0** +*Options*: **0.10.21**, **11.0.1** -*By default*: 11.0.0 +*By default*: 11.0.1 ``-cb, --compiled-bindings`` @@ -99,9 +99,9 @@ Available parameters: *Description*: The target version of Avalonia NuGet packages. -*Options*: **0.10.21**, **11.0.0** +*Options*: **0.10.21**, **11.0.1** -*By default*: 11.0.0 +*By default*: 11.0.1 ``-cb, --compiled-bindings`` diff --git a/templates/csharp/app-mvvm/.template.config/template.json b/templates/csharp/app-mvvm/.template.config/template.json index 137d7dcb..6991af18 100644 --- a/templates/csharp/app-mvvm/.template.config/template.json +++ b/templates/csharp/app-mvvm/.template.config/template.json @@ -72,16 +72,16 @@ "description": "Target 0.10.21" }, { - "choice": "11.0.0", - "description": "Target 11.0.0 (Latest stable)" + "choice": "11.0.1", + "description": "Target 11.0.1 (Latest stable)" } ], "replaces": "AvaloniaVersionTemplateParameter", - "defaultValue": "11.0.0" + "defaultValue": "11.0.1" }, "AvaloniaStableChosen": { "type": "computed", - "value": "(AvaloniaVersion == \"11.0.0\")" + "value": "(AvaloniaVersion == \"11.0.1\")" }, "UseCompiledBindings": { "type": "parameter", @@ -89,7 +89,7 @@ "datatype": "bool", "displayName": "Use compiled Bindings", "defaultValue": "true", - "isEnabled": "(AvaloniaVersion == \"11.0.0\")" + "isEnabled": "(AvaloniaVersion == \"11.0.1\")" }, "RemoveViewLocator": { "type": "parameter", diff --git a/templates/csharp/app/.template.config/template.json b/templates/csharp/app/.template.config/template.json index 88a81e50..86c4a24d 100644 --- a/templates/csharp/app/.template.config/template.json +++ b/templates/csharp/app/.template.config/template.json @@ -48,16 +48,16 @@ "description": "Target 0.10.21" }, { - "choice": "11.0.0", - "description": "Target 11.0.0 (Latest stable)" + "choice": "11.0.1", + "description": "Target 11.0.1 (Latest stable)" } ], "replaces": "AvaloniaVersionTemplateParameter", - "defaultValue": "11.0.0" + "defaultValue": "11.0.1" }, "AvaloniaStableChosen": { "type": "computed", - "value": "(AvaloniaVersion == \"11.0.0\")" + "value": "(AvaloniaVersion == \"11.0.1\")" }, "UseCompiledBindings": { "type": "parameter", @@ -65,7 +65,7 @@ "datatype": "bool", "displayName": "Use compiled Bindings", "defaultValue": "true", - "isEnabled": "(AvaloniaVersion == \"11.0.0\")" + "isEnabled": "(AvaloniaVersion == \"11.0.1\")" }, "HostIdentifier": { "type": "bind", diff --git a/templates/csharp/xplat/Directory.Build.props b/templates/csharp/xplat/Directory.Build.props index ae8bdf53..8de9c8c2 100644 --- a/templates/csharp/xplat/Directory.Build.props +++ b/templates/csharp/xplat/Directory.Build.props @@ -1,6 +1,6 @@ enable - 11.0.0 + 11.0.1 diff --git a/templates/fsharp/app-mvvm/.template.config/template.json b/templates/fsharp/app-mvvm/.template.config/template.json index ffa19ff0..09e739f9 100644 --- a/templates/fsharp/app-mvvm/.template.config/template.json +++ b/templates/fsharp/app-mvvm/.template.config/template.json @@ -72,16 +72,16 @@ "description": "Target 0.10.21" }, { - "choice": "11.0.0", - "description": "Target 11.0.0 (Latest stable)" + "choice": "11.0.1", + "description": "Target 11.0.1 (Latest stable)" } ], "replaces": "AvaloniaVersionTemplateParameter", - "defaultValue": "11.0.0" + "defaultValue": "11.0.1" }, "AvaloniaStableChosen": { "type": "computed", - "value": "(AvaloniaVersion == \"11.0.0\")" + "value": "(AvaloniaVersion == \"11.0.1\")" }, "UseCompiledBindings": { "type": "parameter", @@ -89,7 +89,7 @@ "datatype": "bool", "displayName": "Use compiled Bindings", "defaultValue": "true", - "isEnabled": "(AvaloniaVersion == \"11.0.0\")" + "isEnabled": "(AvaloniaVersion == \"11.0.1\")" }, "RemoveViewLocator": { "type": "parameter", diff --git a/templates/fsharp/app/.template.config/template.json b/templates/fsharp/app/.template.config/template.json index d084f728..f8e87f59 100644 --- a/templates/fsharp/app/.template.config/template.json +++ b/templates/fsharp/app/.template.config/template.json @@ -48,16 +48,16 @@ "description": "Target 0.10.21" }, { - "choice": "11.0.0", - "description": "Target 11.0.0 (Latest stable)" + "choice": "11.0.1", + "description": "Target 11.0.1 (Latest stable)" } ], "replaces": "AvaloniaVersionTemplateParameter", - "defaultValue": "11.0.0" + "defaultValue": "11.0.1" }, "AvaloniaStableChosen": { "type": "computed", - "value": "(AvaloniaVersion == \"11.0.0\")" + "value": "(AvaloniaVersion == \"11.0.1\")" }, "UseCompiledBindings": { "type": "parameter", @@ -65,7 +65,7 @@ "datatype": "bool", "displayName": "Use compiled Bindings", "defaultValue": "true", - "isEnabled": "(AvaloniaVersion == \"11.0.0\")" + "isEnabled": "(AvaloniaVersion == \"11.0.1\")" }, "HostIdentifier": { "type": "bind", diff --git a/templates/fsharp/xplat/Directory.Build.props b/templates/fsharp/xplat/Directory.Build.props index 756f3933..1472841d 100644 --- a/templates/fsharp/xplat/Directory.Build.props +++ b/templates/fsharp/xplat/Directory.Build.props @@ -1,5 +1,5 @@ - 11.0.0 + 11.0.1 diff --git a/tests/build-test.ps1 b/tests/build-test.ps1 index 2235c857..968b5f8b 100644 --- a/tests/build-test.ps1 +++ b/tests/build-test.ps1 @@ -97,7 +97,7 @@ $binlog = [IO.Path]::GetFullPath([IO.Path]::Combine($pwd, "..", "binlog", "test. Create-And-Build "avalonia.app" "AvaloniaApp" "C#" "f" "net6.0" $binlog Create-And-Build "avalonia.app" "AvaloniaApp" "C#" "f" "net7.0" $binlog Create-And-Build "avalonia.app" "AvaloniaApp" "C#" "av" "0.10.21" $binlog -Create-And-Build "avalonia.app" "AvaloniaApp" "C#" "av" "11.0.0" $binlog +Create-And-Build "avalonia.app" "AvaloniaApp" "C#" "av" "11.0.1" $binlog Create-And-Build "avalonia.app" "AvaloniaApp" "C#" "cb" "true" $binlog Create-And-Build "avalonia.app" "AvaloniaApp" "C#" "cb" "false" $binlog @@ -105,7 +105,7 @@ Create-And-Build "avalonia.app" "AvaloniaApp" "C#" "cb" "false" $binlog Test-Template "avalonia.mvvm" "AvaloniaMvvm" "C#" "f" "net6.0" $binlog Test-Template "avalonia.mvvm" "AvaloniaMvvm" "C#" "f" "net7.0" $binlog Create-And-Build "avalonia.mvvm" "AvaloniaMvvm" "C#" "av" "0.10.21" $binlog -Create-And-Build "avalonia.mvvm" "AvaloniaMvvm" "C#" "av" "11.0.0" $binlog +Create-And-Build "avalonia.mvvm" "AvaloniaMvvm" "C#" "av" "11.0.1" $binlog Create-And-Build "avalonia.mvvm" "AvaloniaMvvm" "C#" "m" "ReactiveUI" $binlog Create-And-Build "avalonia.mvvm" "AvaloniaMvvm" "C#" "m" "CommunityToolkit" $binlog Create-And-Build "avalonia.mvvm" "AvaloniaMvvm" "C#" "cb" "true" $binlog @@ -122,14 +122,14 @@ Create-And-Build "avalonia.xplat" "AvaloniaXplat" "C#" "rvl" "false" $binlog Create-And-Build "avalonia.app" "AvaloniaApp" "F#" "f" "net6.0" $binlog Create-And-Build "avalonia.app" "AvaloniaApp" "F#" "f" "net7.0" $binlog Create-And-Build "avalonia.app" "AvaloniaApp" "F#" "av" "0.10.21" $binlog -Create-And-Build "avalonia.app" "AvaloniaApp" "F#" "av" "11.0.0" $binlog +Create-And-Build "avalonia.app" "AvaloniaApp" "F#" "av" "11.0.1" $binlog Create-And-Build "avalonia.app" "AvaloniaApp" "F#" "cb" "true" $binlog Create-And-Build "avalonia.app" "AvaloniaApp" "F#" "cb" "false" $binlog Test-Template "avalonia.mvvm" "AvaloniaMvvm" "F#" "f" "net6.0" $binlog Test-Template "avalonia.mvvm" "AvaloniaMvvm" "F#" "f" "net7.0" $binlog Create-And-Build "avalonia.mvvm" "AvaloniaMvvm" "F#" "av" "0.10.21" $binlog -Create-And-Build "avalonia.mvvm" "AvaloniaMvvm" "F#" "av" "11.0.0" $binlog +Create-And-Build "avalonia.mvvm" "AvaloniaMvvm" "F#" "av" "11.0.1" $binlog Create-And-Build "avalonia.mvvm" "AvaloniaMvvm" "F#" "m" "ReactiveUI" $binlog Create-And-Build "avalonia.mvvm" "AvaloniaMvvm" "F#" "m" "CommunityToolkit" $binlog Create-And-Build "avalonia.mvvm" "AvaloniaMvvm" "F#" "cb" "true" $binlog