Skip to content

Commit

Permalink
Update to v100.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten committed Apr 27, 2022
1 parent 371bb0f commit 9ec4740
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>

<PropertyGroup>
<ArcGISRuntimeToolkitPackageVersion Condition="'$(ArcGISRuntimeToolkitPackageVersion)'==''">100.13.0</ArcGISRuntimeToolkitPackageVersion>
<ArcGISRuntimePackageVersion Condition="'$(ArcGISRuntimePackageVersion)'==''">100.13.0</ArcGISRuntimePackageVersion>
<ArcGISRuntimeToolkitPackageVersion Condition="'$(ArcGISRuntimeToolkitPackageVersion)'==''">100.14.0</ArcGISRuntimeToolkitPackageVersion>
<ArcGISRuntimePackageVersion Condition="'$(ArcGISRuntimePackageVersion)'==''">100.14.0</ArcGISRuntimePackageVersion>
<XamarinFormsPackageVersion Condition="'$(XamarinFormsPackageVersion)'==''">5.0.0.2244</XamarinFormsPackageVersion>

<!--Common package properties-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PropertyGroup Condition="'$(TargetFramework)' == '$(UWPTargetFramework)'">
<TargetPlatformVersion>$(UWPTargetPlatformVersion)</TargetPlatformVersion>
<TargetPlatformMinVersion>$(UWPTargetPlatformMinVersion)</TargetPlatformMinVersion>
<GenerateLibraryLayout>true</GenerateLibraryLayout>
<GenerateLibraryLayout>false</GenerateLibraryLayout>
<Nullable>annotations</Nullable>
</PropertyGroup>

Expand Down Expand Up @@ -59,7 +59,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Toolkit\Toolkit\Esri.ArcGISRuntime.Toolkit.csproj" />
<ProjectReference Include="..\Toolkit\Toolkit\Esri.ArcGISRuntime.Toolkit.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "100.13.0-{height}",
"version": "100.14.0-{height}",
"publicReleaseRefSpec": [
"^refs/tags/v\\d+\\.\\d+" // we release out of tags starting with vN.N
],
Expand Down

0 comments on commit 9ec4740

Please sign in to comment.