Skip to content

Commit

Permalink
1.2.3 Release, support for Runtime 100.9 (#101)
Browse files Browse the repository at this point in the history
* U9 release

* Typo fix
  • Loading branch information
nCastle1 authored Aug 31, 2020
1 parent 7f333f7 commit 39d3261
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release notes

## 1.2.3

* Updates all versions of the app to use the latest 100.9 release of ArcGIS Runtime.

## 1.2.2

* Adds doc table of contents to root README.md and docs/index.md
Expand Down
4 changes: 2 additions & 2 deletions src/DataCollection.UWP/DataCollection.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Esri.ArcGISRuntime.Toolkit">
<Version>100.8.0</Version>
<Version>100.9.0</Version>
</PackageReference>
<PackageReference Include="Esri.ArcGISRuntime.UWP">
<Version>100.8.0</Version>
<Version>100.9.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.2.0" />
<Identity Name="a5fe2542-a748-4b21-8484-d65c71379b3e" Publisher="CN=esri" Version="1.2.3.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.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]
[assembly: AssemblyVersion("1.2.3.0")]
[assembly: AssemblyFileVersion("1.2.3.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.2.0</AssemblyVersion>
<FileVersion>1.2.2.0</FileVersion>
<Version>1.2.2</Version>
<AssemblyVersion>1.2.3.0</AssemblyVersion>
<FileVersion>1.2.3.0</FileVersion>
<Version>1.2.3</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.8.0</Version>
<Version>100.9.0</Version>
</PackageReference>
<PackageReference Include="Esri.ArcGISRuntime.WPF">
<Version>100.8.0</Version>
<Version>100.9.0</Version>
</PackageReference>
<PackageReference Include="Humanizer.Core">
<Version>2.7.9</Version>
Expand Down
4 changes: 2 additions & 2 deletions src/DataCollection.WPF/DataCollection.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Esri.ArcGISRuntime.Toolkit">
<Version>100.8.0</Version>
<Version>100.9.0</Version>
</PackageReference>
<PackageReference Include="Esri.ArcGISRuntime.WPF">
<Version>100.8.0</Version>
<Version>100.9.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.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]
[assembly: AssemblyVersion("1.2.3.0")]
[assembly: AssemblyFileVersion("1.2.3.0")]

0 comments on commit 39d3261

Please sign in to comment.