Julian-Brandrick opened a new pull request, #1870:
URL: https://github.com/apache/arrow-adbc/pull/1870

   Modifying the csharp_pack.ps1 script and csharp project to allow for version 
suffixes when packaging.
   - Default behaviour is unchanged: default package version is the 
VersionPrefix in csharp/Directory.Build.Props (eg: 1.0.0)
   - Can now specify a version suffix: _dotnet pack --version-suffix 
"prerelease-20240517"_ results in _1.0.0-prerelease-20240517_
   
   This can be used to regularly publish prerelease packages to an internal 
feed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to