Skip to content

Commit

Permalink
- alpha07
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyen-vuduc committed Aug 26, 2024
1 parent d7ad662 commit 188373d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/libs/Mapbox.Maui/Mapbox.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<RepositoryUrl>https://github.com/tuyen-vuduc/mapbox-maui</RepositoryUrl>
<PackageProjectUrl>https://mapbox.tuyen-vuduc.tech</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageVersion>11.5.1-alpha06</PackageVersion>
<PackageVersion>11.5.1-alpha07</PackageVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>tv-mapbox.png</PackageIcon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace MapboxMaui;
using Com.Mapbox.Maps.Extension.Style.Expressions.Generated;
using MapboxMaui.Expressions;

public static class ExpressionExtensions
public static class DslExpressionExtensions
{
internal static Expression ToPlatformValue(
this DslExpression xvalue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace MapboxMaui;
using MapboxMaui.Expressions;
using MapboxMapsObjC;

public static class ExpressionExtensions
public static class DslExpressionExtensions
{
internal static TMBExpression ToPlatformValue(
this DslExpression xvalue
Expand Down

0 comments on commit 188373d

Please sign in to comment.