Skip to content

Commit

Permalink
Update Reunion to 0.8.1 (#1673)
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Jul 14, 2021
1 parent db7e6a5 commit 049f963
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion eng/Microsoft.Extensions.targets
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</PropertyGroup>
<!-- WINUI related Packages -->
<PropertyGroup>
<_MicrosoftProjectReunionVersion>0.8.0</_MicrosoftProjectReunionVersion>
<_MicrosoftProjectReunionVersion>0.8.1</_MicrosoftProjectReunionVersion>
<_MicrosoftWebWebView2Version>1.0.705.50</_MicrosoftWebWebView2Version>
</PropertyGroup>
<!-- Android related Packages -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"type": "parameter",
"dataType": "string",
"replaces": "PROJECT_REUNION_VERSION",
"defaultValue": "0.8.0"
"defaultValue": "0.8.1"
}
},
"defaultName": "MauiApp1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"profiles": {
"MauiApp1.WinUI": {
"commandName": "MsixPackage"
"commandName": "MsixPackage",
"nativeDebugging": false
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"type": "parameter",
"dataType": "string",
"replaces": "PROJECT_REUNION_VERSION",
"defaultValue": "0.8.0"
"defaultValue": "0.8.1"
}
},
"defaultName": "MauiApp1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"profiles": {
"MauiApp1.WinUI": {
"commandName": "MsixPackage"
"commandName": "MsixPackage",
"nativeDebugging": false
}
}
}

0 comments on commit 049f963

Please sign in to comment.