Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Convert C# projects to MSBuild (csproj) format | Jon Skeet | 2017-05-24 |
| | | | | | | | | | | | | | | | | | 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. | ||
* | Use "appveyor DownloadFile" | Feng Xiao | 2016-10-10 |
| | | | | | | | "ps: StartFileDownload" is broken by a recent appveyor image update: http://help.appveyor.com/discussions/problems/5308-ci-frequently-hangs-with-recent-image-update Change-Id: Ia73aa8b12f77eb9bbec556a4c05310153aad97bf | ||
* | Support Unicode build on Windows | Wei-Yin Chen (陳威尹) | 2016-08-31 |
| | |||
* | Update links in appveyor.yml | Feng Xiao | 2016-08-25 |
| | | | | Change-Id: I3d44e3c6877e00cfea5a903568fde1e6f597aac1 | ||
* | Move to dotnet cli for building, and .NET Core (netstandard1.0) as target ↵ | Jon Skeet | 2016-07-14 |
| | | | | | | | 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 | ||
* | Down-integrate from internal code base. | Feng Xiao | 2015-12-11 |
| | |||
* | add C# build and tests to appveyor | Jan Tattermusch | 2015-07-15 |
| | |||
* | Fix appveyor tests. | Feng Xiao | 2015-06-22 |
| | |||
* | Fix broken builds. | Feng Xiao | 2015-06-17 |
| | |||
* | Add appveyor.xml for windows tests. | Feng Xiao | 2015-06-12 |