Skip to content

Commit ed71256

Browse files
committed
Version 3.0.18
1 parent 97be9c3 commit ed71256

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

GSCFieldApp/GSCFieldApp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<ApplicationIdGuid>0e61882b-e79d-4744-959f-44922a0a28cd</ApplicationIdGuid>
2424

2525
<!-- Versions -->
26-
<ApplicationDisplayVersion>3.0.17</ApplicationDisplayVersion>
26+
<ApplicationDisplayVersion>3.0.18</ApplicationDisplayVersion>
2727
<ApplicationVersion>3</ApplicationVersion>
2828

2929
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">11.0</SupportedOSPlatformVersion>
@@ -45,8 +45,8 @@
4545
<Platforms>AnyCPU;x64;ARM64;ARM32</Platforms>
4646
<Title>GSC Field App</Title>
4747
<PackageProjectUrl>https://nrcan.github.io/GSC-Field-Application/</PackageProjectUrl>
48-
<FileVersion>3.0.17</FileVersion>
49-
<AssemblyVersion>3.0.17</AssemblyVersion>
48+
<FileVersion>3.0.18</FileVersion>
49+
<AssemblyVersion>3.0.18</AssemblyVersion>
5050
<RepositoryType>git</RepositoryType>
5151
<RepositoryUrl>https://github.com/NRCan/GSC-Field-Application-3</RepositoryUrl>
5252
<Description>Geological Survey Canada on site data collection for geologists.</Description>

GSCFieldApp/Platforms/Android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="GSCFieldApp.GSCFieldApp" android:versionCode="3" android:versionName="3.0.17">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="GSCFieldApp.GSCFieldApp" android:versionCode="3" android:versionName="3.0.18">
33
<application android:allowBackup="true" android:icon="@mipmap/appicon" android:supportsRtl="true" android:label="GSCFieldApp"></application>
44
<uses-feature android:name="android.hardware.location" android:required="true" />
55
<uses-feature android:name="android.hardware.location.gps" android:required="true" />

GSCFieldApp/Platforms/Windows/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
77
IgnorableNamespaces="uap rescap">
88

9-
<Identity Name="maui-package-name-placeholder" Publisher="CN=Geological Survey of Canada, O=Natural Resources Canada, C=CA" Version="3.0.17.0" />
9+
<Identity Name="maui-package-name-placeholder" Publisher="CN=Geological Survey of Canada, O=Natural Resources Canada, C=CA" Version="3.0.18.0" />
1010

1111
<mp:PhoneIdentity PhoneProductId="AF64C2AD-9EDD-447F-AC73-381E4FEB39DA" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1212

0 commit comments

Comments
 (0)