Skip to content

Commit 0514167

Browse files
committed
first stable version 0.0.2
1 parent 7fcfe13 commit 0514167

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<GenerateDocumentationFile>True</GenerateDocumentationFile>
1414
<EnablePackageValidation>true</EnablePackageValidation>
1515
<PackageOutputPath>../../nupkg</PackageOutputPath>
16-
<Version>0.0.2.0$(GITHUB_RUN_NUMBER)-alpha</Version>
16+
<Version>0.0.2.0$(GITHUB_RUN_NUMBER)</Version>
1717
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
1818
<PackageVersion Condition="'$(BuildNumber)' != ''">$(Version).$(BuildNumber)</PackageVersion>
1919
<Authors>vilinski</Authors>

src/chdb-tool/chdb-tool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<ItemGroup>
44
<ProjectReference Include="..\chdb\chdb.csproj" Condition="'$(PUSH_TOOL)' != 'true'" />
5-
<PackageReference Include="chdb" Version="$(Version)" Condition="'$(PUSH_TOOL)' == 'true'" />
5+
<PackageReference Include="chdb" Version="0.*" Condition="'$(PUSH_TOOL)' == 'true'" />
66

77
<!-- <PackageReference Include="chdb-linux-x64" Version="$(Version)" Condition="$(IsLinuxX64) == true"/>
88
<PackageReference Include="chdb-linux-arm64" Version="$(Version)" Condition="$(IsLinuxArm64) == true"/>

0 commit comments

Comments
 (0)