Skip to content

Commit

Permalink
Release 8.1.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-graca authored Aug 16, 2024
1 parent 24c1960 commit a0a6f66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MAUI/Anyline.Examples.MAUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ApplicationIdGuid>9C37433F-9192-4C96-B49A-B9A7E047FBC2</ApplicationIdGuid>

<!-- Versions -->
<ApplicationDisplayVersion>8.0.0</ApplicationDisplayVersion>
<ApplicationDisplayVersion>8.1.0</ApplicationDisplayVersion>
<ApplicationVersion>1</ApplicationVersion>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">12.0</SupportedOSPlatformVersion>
Expand Down Expand Up @@ -79,9 +79,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Anyline.SDK.NET.Android" Version="8.0.0" />
<PackageReference Include="Anyline.SDK.NET.iOS" Version="8.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Anyline.SDK.NET.iOS" Version="8.1.0" />
<PackageReference Include="Anyline.SDK.NET.Android" Version="8.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a0a6f66

Please sign in to comment.