We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ffe2b commit a873a39Copy full SHA for a873a39
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.4.2
2
+- vs 18.1.0
3
+- dotnet sdk 10.0.101
4
+- ios 26.1.10502
5
+- test : Microsoft.Maui.* 10.0.11
6
+
7
## 2.4.1
8
- vs 18.0.2
9
- Square.OkHttp3.Android 5.2.1
Directory.Build.props
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<LangVersion>14.0</LangVersion>
- <MauiVersion>10.0.10</MauiVersion>
+ <MauiVersion>10.0.11</MauiVersion>
</PropertyGroup>
</Project>
global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "10.0.100"
+ "version": "10.0.101"
}
0 commit comments