File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
<GenerateDocumentationFile >True</GenerateDocumentationFile >
14
14
<EnablePackageValidation >true</EnablePackageValidation >
15
15
<PackageOutputPath >../../nupkg</PackageOutputPath >
16
- <Version >0.0.2.0$(GITHUB_RUN_NUMBER)-alpha </Version >
16
+ <Version >0.0.2.0$(GITHUB_RUN_NUMBER)</Version >
17
17
<ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
18
18
<PackageVersion Condition =" '$(BuildNumber)' != ''" >$(Version).$(BuildNumber)</PackageVersion >
19
19
<Authors >vilinski</Authors >
Original file line number Diff line number Diff line change 2
2
3
3
<ItemGroup >
4
4
<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'" />
6
6
7
7
<!-- <PackageReference Include="chdb-linux-x64" Version="$(Version)" Condition="$(IsLinuxX64) == true"/>
8
8
<PackageReference Include="chdb-linux-arm64" Version="$(Version)" Condition="$(IsLinuxArm64) == true"/>
You can’t perform that action at this time.
0 commit comments