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 c41c6c8e0 Prevent concurrent calls to socketConn.Close() in Go
add ba3b7f7eb Migration *.sln to *.slnx (except c++ libs)
No new revisions were added by this update.
Summary of changes:
ApacheThrift.nuspec | 2 +-
compiler/cpp/Makefile.am | 2 +-
compiler/cpp/README.md | 2 +-
compiler/cpp/compiler.sln | 20 ---
lib/st/package.xml => compiler/cpp/compiler.slnx | 21 ++-
debian/copyright | 1 +
lib/netstd/Makefile.am | 2 +-
lib/netstd/README.md | 2 +-
.../Thrift.IntegrationTests.csproj | 6 +-
lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj | 6 +-
lib/netstd/Thrift.sln | 147 -------------------
lib/netstd/Thrift.slnx | 38 +++++
test/netstd/Client/Client.csproj | 2 +-
test/netstd/Makefile.am | 2 +-
test/netstd/README.md | 2 +-
test/netstd/Server/Server.csproj | 2 +-
test/netstd/ThriftTest.sln | 163 ---------------------
test/netstd/ThriftTest.slnx | 36 +++++
tutorial/netstd/Makefile.am | 2 +-
tutorial/netstd/Tutorial.sln | 78 ----------
.../package.xml => tutorial/netstd/Tutorial.slnx | 26 ++--
21 files changed, 116 insertions(+), 446 deletions(-)
delete mode 100644 compiler/cpp/compiler.sln
copy lib/st/package.xml => compiler/cpp/compiler.slnx (75%)
delete mode 100644 lib/netstd/Thrift.sln
create mode 100644 lib/netstd/Thrift.slnx
delete mode 100644 test/netstd/ThriftTest.sln
create mode 100644 test/netstd/ThriftTest.slnx
delete mode 100644 tutorial/netstd/Tutorial.sln
copy lib/st/package.xml => tutorial/netstd/Tutorial.slnx (64%)