File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: MIT
44
55param (
6- $NewVersion = ' 0.0.1 ' ,
6+ $NewVersion = ' 0.1.0 ' ,
77 $RepoRoot = " $PSScriptRoot /.."
88)
99
You can’t perform that action at this time.
0 commit comments