File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
<RepositoryUrl >https://github.com/tuyen-vuduc/mapbox-maui</RepositoryUrl >
62
62
<PackageProjectUrl >https://mapbox.tuyen-vuduc.tech</PackageProjectUrl >
63
63
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
64
- <PackageVersion >11.5.1-alpha06 </PackageVersion >
64
+ <PackageVersion >11.5.1-alpha07 </PackageVersion >
65
65
<PackageReadmeFile >README.md</PackageReadmeFile >
66
66
<PackageLicenseFile >LICENSE</PackageLicenseFile >
67
67
<PackageIcon >tv-mapbox.png</PackageIcon >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace MapboxMaui;
5
5
using Com . Mapbox . Maps . Extension . Style . Expressions . Generated ;
6
6
using MapboxMaui . Expressions ;
7
7
8
- public static class ExpressionExtensions
8
+ public static class DslExpressionExtensions
9
9
{
10
10
internal static Expression ToPlatformValue (
11
11
this DslExpression xvalue
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ namespace MapboxMaui;
4
4
using MapboxMaui . Expressions ;
5
5
using MapboxMapsObjC ;
6
6
7
- public static class ExpressionExtensions
7
+ public static class DslExpressionExtensions
8
8
{
9
9
internal static TMBExpression ToPlatformValue (
10
10
this DslExpression xvalue
You can’t perform that action at this time.
0 commit comments