Skip to content

Commit

Permalink
100.8 updates (#97) (#98)
Browse files Browse the repository at this point in the history
* 100.8 updates (#97)

* 100.8 updates

* Update release notes

* Update versions in assembly and csproj

* Update toolkit versions
  • Loading branch information
nCastle1 authored May 8, 2020
1 parent c790add commit be363d1
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 18 deletions.
5 changes: 5 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release notes

## 1.2.1

* Updates all versions of the app to use the latest 100.8.0 release of ArcGIS Runtime.
* Updates the UWP minimum target platform from 16299 to 17134

## 1.2.0

* Adds support for viewing and navigating to bookmarks.
Expand Down
6 changes: 3 additions & 3 deletions src/DataCollection.UWP/DataCollection.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.18362.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
<TargetPlatformMinVersion>10.0.17134.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Expand Down Expand Up @@ -301,10 +301,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Esri.ArcGISRuntime.Toolkit">
<Version>100.7.0</Version>
<Version>100.8.0</Version>
</PackageReference>
<PackageReference Include="Esri.ArcGISRuntime.UWP">
<Version>100.7.0</Version>
<Version>100.8.0</Version>
</PackageReference>
<PackageReference Include="Humanizer.Core">
<Version>2.7.9</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/DataCollection.UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="a5fe2542-a748-4b21-8484-d65c71379b3e" Publisher="CN=esri" Version="1.2.0.0" />
<Identity Name="a5fe2542-a748-4b21-8484-d65c71379b3e" Publisher="CN=esri" Version="1.2.1.0" />
<mp:PhoneIdentity PhoneProductId="a5fe2542-a748-4b21-8484-d65c71379b3e" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>DataCollection.UWP</DisplayName>
Expand Down
4 changes: 2 additions & 2 deletions src/DataCollection.UWP/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: ComVisible(false)]
10 changes: 5 additions & 5 deletions src/DataCollection.WPF/DataCollection.WPF (.NET Core).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<DefaultItemExcludes>$(DefaultItemExcludes);netframework\**;obj\**;netcore\**;out\**</DefaultItemExcludes>
<ApplicationIcon>Images/ArcGIS_Open_Source_apps.ico</ApplicationIcon>
<AssemblyName>DataCollection.WPF</AssemblyName>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<FileVersion>1.2.0.0</FileVersion>
<Version>1.2.0</Version>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<FileVersion>1.2.1.0</FileVersion>
<Version>1.2.1</Version>
<Authors />
<Company>Esri</Company>
<Product>Data Collection for .NET</Product>
Expand Down Expand Up @@ -54,10 +54,10 @@

<ItemGroup>
<PackageReference Include="Esri.ArcGISRuntime.Toolkit">
<Version>100.7.0</Version>
<Version>100.8.0</Version>
</PackageReference>
<PackageReference Include="Esri.ArcGISRuntime.WPF">
<Version>100.7.0</Version>
<Version>100.8.0</Version>
</PackageReference>
<PackageReference Include="Humanizer.Core">
<Version>2.7.9</Version>
Expand Down
7 changes: 2 additions & 5 deletions src/DataCollection.WPF/DataCollection.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Esri.ArcGISRuntime.Toolkit">
<Version>100.7.0</Version>
</PackageReference>
<PackageReference Include="Esri.ArcGISRuntime.Toolkit.Preview">
<Version>100.7.0</Version>
<Version>100.8.0</Version>
</PackageReference>
<PackageReference Include="Esri.ArcGISRuntime.WPF">
<Version>100.7.0</Version>
<Version>100.8.0</Version>
</PackageReference>
<PackageReference Include="Humanizer.Core">
<Version>2.7.9</Version>
Expand Down
4 changes: 2 additions & 2 deletions src/DataCollection.WPF/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]

0 comments on commit be363d1

Please sign in to comment.