Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Support building .NET applications with different Target frameworks | Jose | 2018-12-21 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Fixed C# IceBox/admin test to build service against netstandard2.0 framework | Benoit Foucher | 2018-07-20 |
| | |||
* | Fixed test driver to use netcoreapp2.1 for tests | Benoit Foucher | 2018-07-20 |
| | |||
* | Support for components in test script | Benoit Foucher | 2018-05-26 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Rework C# project structure | Jose | 2017-12-13 |
| | | | | | | | | | - .NET 4.5 projects go to msbuild\net45 - .NET Standard 2.0 projects go to msbuild\netstandard2.0 - .NET Standard projects can be build for different target frameworks the default is .NET Core 2.0 but this can be override setting IceTestsFramworks MSBuild property | ||
* | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | |||
* | Refactored test scripts | Benoit Foucher | 2016-11-25 |