зеркало из
1
0
Форкнуть 0
Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Matthew Leibowitz 6c63e3f723
Modernizing the build system (#30)
This is a major overhaul of the build, projects and infrastructure, but, not to any actual code.

 - Using multi-targeting for:
    - PCL (backwards compatibility for the time being)
    - .NET Standard 1.3
    - .NET Standard 2.0
 - No more .nuspec files, the .csproj does this with the `Pack` target
 - No more AssemblyInfo.cs files, the .csproj has all this info
 - No longer the build system, but rather a single solution for each library with the code, tests and samples
 - No more shared projects
 - Using Xunit instead on NUnit as this has better cross-platform support
 - A single PowerShell script will build the entire repository
2018-03-04 22:03:03 +02:00
Matthew Leibowitz 898c638f88 Updated the ignores to exclude the externals 2017-06-05 13:36:07 -05:00
Matthew Leibowitz f1f51700cd Initial commit of code 2017-06-05 11:41:13 -05:00