aboutsummaryrefslogtreecommitdiff
path: root/appveyor.bat
Commit message (Collapse)AuthorAgeFilesLines
* Appveyor MinGW buildIvan Shynkarenka2018-05-031-1/+13
|
* Adjusted appveyor batchObsidianMinor2018-02-061-2/+2
|
* Convert C# projects to MSBuild (csproj) formatJon Skeet2017-05-241-2/+6
| | | | | | | | | | | | | | | | | This has one important packaging change: the netstandard version now depends (implicitly) on netstandard1.6.1 rather than on individual packages. This is the preferred style of dependency, and shouldn't affect any users - see http://stackoverflow.com/questions/42946951 for details. The tests are still NUnit, but NUnit doesn't support "dotnet test" yet; the test project is now an executable using NUnitLite. (When NUnit supports dotnet test, we can adapt to it.) Note that the project will now only work in Visual Studio 2017 (and Visual Studio Code, and from the command line with the .NET Core 1.0.0 SDK); Visual Studio 2015 does *not* support this project file format.
* Rename UNICODE to protobuf_UNICODEWei-Yin Chen (陳威尹)2016-09-011-1/+1
|
* Support Unicode build on WindowsWei-Yin Chen (陳威尹)2016-08-311-1/+1
|
* Move to dotnet cli for building, and .NET Core (netstandard1.0) as target ↵Jon Skeet2016-07-141-3/+6
| | | | | | | platform (#1727) Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform This also updates the version number to 3.0.0-beta4
* Improved SHARED build from CMake projectKonstantin Podsvirov2015-10-151-2/+2
|
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-2/+2
| | | | We'll see what I've missed when CI fails...
* add C# build and tests to appveyorJan Tattermusch2015-07-151-0/+29