зеркало из
1
0
Форкнуть 0
This commit is contained in:
Charlie Poole 2021-09-26 20:59:50 -07:00
Родитель 5790940bce
Коммит eba567d341
2 изменённых файлов: 71 добавлений и 0 удалений

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

@ -1,5 +1,39 @@
VS Project Loader Extension 3.9.0 - September 26, 2021
The major changes in this release are the addition of support for
SDK-style projects written in VB and F# and automatic use of the
SkipNonTestAssemblies option when loading a solution. In addition,
the build and release process has been entirely restructured and a
number of outstanding bugs have been fixed.
Feature
* 57 Add support for SDK-style VB and F# projects
Enhancement
* 62 Automatically skip non-test assemblies when a solution file is loaded
Bugs
* 23 Error when running with an x86 csproj
* 26 Support multi-targeting files
* 34 Unable to choose platform when passing solution file
* 37 Missing 'TargetFramework' property should not cause an Exception
* 38 NUnit3-console.exe unable to find dll when AppendTargetFrameworkToOutputPath is added to project
* 56 Project loader should return multiple platforms for each config
Build
* 35 Add functional tests to build
* 36 Automate the GitHub release process
* 39 Convert project to SDK format
* 40 Upgrade Cake to 1.2.0
* 43 Change default branch from master to main
* 44 Standardize build scripts for extensions
* 48 Reorganize / rename embedded resources for test cases
* 53 Run unit tests with NUnitLite
VS Project Loader Extension 3.8.0 - August 11, 2018
Miscellaneous bug fixes.

37
DraftRelease.md Normal file
Просмотреть файл

@ -0,0 +1,37 @@
## 3.9.0 (September 27, 2021)
As part of this release we had [16 issues](https://github.com/nunit/vs-project-loader/milestone/5?closed=1) closed.
__Feature__
- [__#57__](https://github.com/nunit/vs-project-loader/issues/57) Add support for SDK-style VB and F# projects
__Enhancement__
- [__#62__](https://github.com/nunit/vs-project-loader/issues/62) Automatically skip non-test assemblies when a solution file is loaded
__Bugs__
- [__#56__](https://github.com/nunit/vs-project-loader/issues/56) Project loader should return multiple platforms for each config
- [__#38__](https://github.com/nunit/vs-project-loader/issues/38) nunit3-console.exe unable to find dll when AppendTargetFrameworkToOutputPath is added to project
- [__#37__](https://github.com/nunit/vs-project-loader/issues/37) Missing 'TargetFramework' property should not cause an Exception
- [__#34__](https://github.com/nunit/vs-project-loader/issues/34) Unable to choose platform when passing solution file
- [__#26__](https://github.com/nunit/vs-project-loader/issues/26) Support multi-targeting files
- [__#23__](https://github.com/nunit/vs-project-loader/issues/23) Error when running with an x86 csproj
__Build__
- [__#53__](https://github.com/nunit/vs-project-loader/issues/53) Run unit tests with NUnitLite
- [__#48__](https://github.com/nunit/vs-project-loader/issues/48) Reorganize / rename embedded resources for test cases
- [__#44__](https://github.com/nunit/vs-project-loader/issues/44) Standardize build scripts for extensions
- [__#43__](https://github.com/nunit/vs-project-loader/issues/43) Change default branch from master to main
- [__#40__](https://github.com/nunit/vs-project-loader/issues/40) Upgrade Cake to 1.2.0
- [__#39__](https://github.com/nunit/vs-project-loader/issues/39) Convert project to SDK format
- [__#36__](https://github.com/nunit/vs-project-loader/issues/36) Automate the GitHub release process
- [__#35__](https://github.com/nunit/vs-project-loader/issues/35) Add functional tests to build
### Packages
There are two different packages available for the extension. <ul> <li>For a chocolatey install: `nunit-extension-nunit-v2-result-writer.3.9.0.nupkg` <li>For a nuget install: `NUnit.Extension.NUnitV2ResultWriter.3.9.0.nupkg` </ul> You may also download the extension from [chocolatey.org](https://chocolatey.org/packages/nunit-extension-nunit-v2-result-writer/) or [nuget.org](https://nuget.org/packages/NUnit.Extension.NUnitV2ResultWriter/).