зеркало из
1
0
Форкнуть 0

Update package version and changelog for RC3

This commit is contained in:
Charlie Poole 2015-11-13 11:35:52 -08:00
Родитель 41fd061c56
Коммит bb2e37b206
2 изменённых файлов: 17 добавлений и 2 удалений

Просмотреть файл

@ -1,4 +1,19 @@
NUnit 3.0.0 Release Candidate 2 - November 8, 2015
NUnit 3.0.0 Release Candidate 3 - November 13, 2015
Engine
* The engine now only sets the config file for project.nunit to project.config if project.config exists. Otherwise, each assembly uses its own config, provided it is run in a separate AppDomain by itself.
NOTE: It is not possible for multiple assemblies in the same AppDomain to use different configs. This is not an NUnit limitation, it's just how configs work!
Issues Resolved
* 856 Extensions support for third party runners in NUnit 3.0
* 1003 Delete TeamCityEventHandler as it is not used
* 1015 Specifying .nunit project and --framework on command line causes crash
* 1017 Remove Assert.Multiple from framework
NUnit 3.0.0 Release Candidate 2 - November 8, 2015
Engine

Просмотреть файл

@ -7,7 +7,7 @@
<PropertyGroup Label="Common Properties">
<ProjectName>$(MSBuildProjectName)</ProjectName>
<PackageVersion>3.0.0</PackageVersion>
<PackageModifier>-rc-2</PackageModifier>
<PackageModifier>-rc-3</PackageModifier>
<DisplayVersion>3.0</DisplayVersion>
<PackageName>$(ProjectName)-$(PackageVersion)$(PackageModifier)</PackageName>
<PackageNameCF>$(ProjectName)CF-$(PackageVersion)$(PackageModifier)</PackageNameCF>