Skip to content

Commit

Permalink
Mobile 5.27 Update (#6)
Browse files Browse the repository at this point in the history
* #249686 Update Mobile nuget package

* Update to released Mobile package

* Specify Java version to fix build
  • Loading branch information
Felicity-R authored Dec 13, 2023
1 parent f7e5ab7 commit c6703a9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- name: Setup msbuild
uses: microsoft/setup-msbuild@v1

- uses: actions/setup-java@v2
with:
distribution: 'microsoft'
java-version: '11'

- name: Restore NuGet packages
run: msbuild -t:restore
working-directory: App1/App1.Android
Expand Down
2 changes: 1 addition & 1 deletion App1/App1.Android/App1.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<Version>100.15.2</Version>
</PackageReference>
<PackageReference Include="VertiGIS.Mobile">
<Version>5.26.0.239</Version>
<Version>5.27.0.280</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms">
<Version>5.0.0.2337</Version>
Expand Down
2 changes: 1 addition & 1 deletion App1/App1.UWP/App1.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<Version>6.2.12</Version>
</PackageReference>
<PackageReference Include="VertiGIS.Mobile">
<Version>5.26.0.239</Version>
<Version>5.27.0.280</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms">
<Version>5.0.0.2337</Version>
Expand Down
2 changes: 1 addition & 1 deletion App1/App1.iOS/App1.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<Version>2.0.3</Version>
</PackageReference>
<PackageReference Include="VertiGIS.Mobile">
<Version>5.26.0.239</Version>
<Version>5.27.0.280</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms">
<Version>5.0.0.2337</Version>
Expand Down
2 changes: 1 addition & 1 deletion App1/App1/App1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Esri.ArcGISRuntime" Version="100.15.2" />
<PackageReference Include="Esri.ArcGISRuntime.Xamarin.Forms" Version="100.15.2" />
<PackageReference Include="VertiGIS.Mobile" Version="5.26.0.239" />
<PackageReference Include="VertiGIS.Mobile" Version="5.27.0.280" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2337" />
</ItemGroup>

Expand Down

0 comments on commit c6703a9

Please sign in to comment.