Skip to content

Commit

Permalink
Promote 4.0.0-beta2 to stable release (#215)
Browse files Browse the repository at this point in the history
* Promote 4.0.0-beta2 to stable release

* Always call vcpkg and bootstrap-vcpkg with a path prefix, such as ./vcpkg, vcpkg/vcpkg, .\bootstrap-vcpkg.bat, etc

* Disable vcpkg metrics

* Disable vcpkg metrics

* Disable vcpkg metrics

* Disable vcpkg metrics

* Fix format error

* Try to fix format error?

* Fix end of line and BOM UTF8 encoding

* Remove disable metrics

* Remove disable metrics

* Remove disable metrics
  • Loading branch information
GPSnoopy authored Aug 17, 2021
1 parent 39acb40 commit 5c618c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion csharp/ParquetSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>1591;</NoWarn>
<Version>4.0.0-beta2</Version>
<Version>4.0.0</Version>
<Company>G-Research</Company>
<Authors>G-Research</Authors>
<Product>ParquetSharp</Product>
Expand Down
4 changes: 2 additions & 2 deletions vcpkg_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ git clone %vcpkg_url% vcpkg.Windows || goto :error
cd vcpkg.Windows || goto :error
git checkout %vcpkg_ref% || goto :error
if "%GITHUB_ACTIONS%"=="true" echo set(VCPKG_BUILD_TYPE release) >> triplets\x64-windows-static.cmake || goto :error
call bootstrap-vcpkg.bat || goto :error
call .\bootstrap-vcpkg.bat || goto :error

vcpkg.exe install arrow:x64-windows-static || goto :error
.\vcpkg.exe install arrow:x64-windows-static || goto :error

cd ..
cd ..
Expand Down

0 comments on commit 5c618c3

Please sign in to comment.