Skip to content

Commit a727def

Browse files
committed
Release: update the artifacts' version
1 parent 96473f5 commit a727def

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cesium.Sdk/Sdk/Sdk.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SPDX-License-Identifier: MIT
2222
<SkipCesiumCompilerInstallation Condition="$(SkipCesiumCompilerInstallation) == ''">false</SkipCesiumCompilerInstallation>
2323
<SkipCesiumRuntimeInstallation Condition="$(SkipCesiumRuntimeInstallation) == ''">false</SkipCesiumRuntimeInstallation>
2424
<CesiumCompilerPackageName Condition="$(CesiumCompilerPackageName) == ''">Cesium.Compiler.Bundle</CesiumCompilerPackageName>
25-
<CesiumCompilerPackageVersion Condition="$(CesiumCompilerPackageVersionPrefix) == ''">0.0.1</CesiumCompilerPackageVersion>
25+
<CesiumCompilerPackageVersion Condition="$(CesiumCompilerPackageVersionPrefix) == ''">0.1.0</CesiumCompilerPackageVersion>
2626
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
2727
</PropertyGroup>
2828

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT
66

77
<Project>
88
<PropertyGroup Label="Versioning">
9-
<VersionPrefix>0.0.1</VersionPrefix>
9+
<VersionPrefix>0.1.0</VersionPrefix>
1010
</PropertyGroup>
1111
<PropertyGroup Label="Packaging">
1212
<PublishRepositoryUrl>true</PublishRepositoryUrl>

scripts/Update-Version.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: MIT
44

55
param (
6-
$NewVersion = '0.0.1',
6+
$NewVersion = '0.1.0',
77
$RepoRoot = "$PSScriptRoot/.."
88
)
99

0 commit comments

Comments
 (0)