Skip to content

Commit 049f963

Browse files
authored
Update Reunion to 0.8.1 (#1673)
1 parent db7e6a5 commit 049f963

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

eng/Microsoft.Extensions.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</PropertyGroup>
2727
<!-- WINUI related Packages -->
2828
<PropertyGroup>
29-
<_MicrosoftProjectReunionVersion>0.8.0</_MicrosoftProjectReunionVersion>
29+
<_MicrosoftProjectReunionVersion>0.8.1</_MicrosoftProjectReunionVersion>
3030
<_MicrosoftWebWebView2Version>1.0.705.50</_MicrosoftWebWebView2Version>
3131
</PropertyGroup>
3232
<!-- Android related Packages -->

src/Templates/src/templates/maui-blazor/.template.config/template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"type": "parameter",
4747
"dataType": "string",
4848
"replaces": "PROJECT_REUNION_VERSION",
49-
"defaultValue": "0.8.0"
49+
"defaultValue": "0.8.1"
5050
}
5151
},
5252
"defaultName": "MauiApp1"
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"profiles": {
33
"MauiApp1.WinUI": {
4-
"commandName": "MsixPackage"
4+
"commandName": "MsixPackage",
5+
"nativeDebugging": false
56
}
67
}
78
}

src/Templates/src/templates/maui-mobile/.template.config/template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"type": "parameter",
3737
"dataType": "string",
3838
"replaces": "PROJECT_REUNION_VERSION",
39-
"defaultValue": "0.8.0"
39+
"defaultValue": "0.8.1"
4040
}
4141
},
4242
"defaultName": "MauiApp1"
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"profiles": {
33
"MauiApp1.WinUI": {
4-
"commandName": "MsixPackage"
4+
"commandName": "MsixPackage",
5+
"nativeDebugging": false
56
}
67
}
78
}

0 commit comments

Comments
 (0)