Skip to content

Commit a873a39

Browse files
committed
update vs, dotnet, ios, maui
1 parent c2ffe2b commit a873a39

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 2.4.1
28
- vs 18.0.2
39
- Square.OkHttp3.Android 5.2.1

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
33
<LangVersion>14.0</LangVersion>
4-
<MauiVersion>10.0.10</MauiVersion>
4+
<MauiVersion>10.0.11</MauiVersion>
55
</PropertyGroup>
66
</Project>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "10.0.100"
3+
"version": "10.0.101"
44
}
55
}

0 commit comments

Comments
 (0)