This is an automated email from the ASF dual-hosted git repository.
Jens-G pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from d86857458 THRIFT-6323: Fix PHPUnit deprecations and notices in PHP
test suite (#3906)
add 4b01621ba THRIFT-6313: Publish the Windows Thrift compiler as a .NET
tool Client: build
No new revisions were added by this update.
Summary of changes:
.../{windows-packages.yml => dotnet-tool.yml} | 145 ++++++++--------
.gitignore | 2 +
build/windows/README.md | 53 +++++-
build/windows/build-dotnet-tool.ps1 | 109 ++++++++++++
.../dotnet-tool/Apache.Thrift.Compiler.csproj | 121 +++++++++++++
build/windows/dotnet-tool/Program.cs | 103 +++++++++++
build/windows/dotnet-tool/README.md | 62 +++++++
build/windows/dotnet-tool/test-dotnet-tool.ps1 | 193 +++++++++++++++++++++
doc/ReleaseManagement.md | 13 ++
9 files changed, 726 insertions(+), 75 deletions(-)
copy .github/workflows/{windows-packages.yml => dotnet-tool.yml} (53%)
create mode 100644 build/windows/build-dotnet-tool.ps1
create mode 100644 build/windows/dotnet-tool/Apache.Thrift.Compiler.csproj
create mode 100644 build/windows/dotnet-tool/Program.cs
create mode 100644 build/windows/dotnet-tool/README.md
create mode 100644 build/windows/dotnet-tool/test-dotnet-tool.ps1