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 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 >
Original file line number Diff line number Diff line change 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"/>
You can’t perform that action at this time.
0 commit comments