Skip to content

Commit e806305

Browse files
nCastle1dotMorten
andauthored
Update versions 100.15 (#444)
Co-authored-by: Morten Nielsen <mn@iter.dk>
1 parent 1050fd8 commit e806305

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22

33
<PropertyGroup>
4-
<ArcGISRuntimeToolkitPackageVersion Condition="'$(ArcGISRuntimeToolkitPackageVersion)'==''">100.14.0</ArcGISRuntimeToolkitPackageVersion>
5-
<ArcGISRuntimePackageVersion Condition="'$(ArcGISRuntimePackageVersion)'==''">100.14.0</ArcGISRuntimePackageVersion>
4+
<ArcGISRuntimeToolkitPackageVersion Condition="'$(ArcGISRuntimeToolkitPackageVersion)'==''">100.15.0</ArcGISRuntimeToolkitPackageVersion>
5+
<ArcGISRuntimePackageVersion Condition="'$(ArcGISRuntimePackageVersion)'==''">100.15.0</ArcGISRuntimePackageVersion>
66
<XamarinFormsPackageVersion Condition="'$(XamarinFormsPackageVersion)'==''">5.0.0.2244</XamarinFormsPackageVersion>
77

88
<!--Common package properties-->

src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "100.14.0-{height}",
3+
"version": "100.15.0-{height}",
44
"publicReleaseRefSpec": [
55
"^refs/tags/v\\d+\\.\\d+" // we release out of tags starting with vN.N
66
],

0 commit comments

Comments
 (0)