File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 12.1.0
4+
5+ ### Enhancements
6+
7+ - [ #681 : Target .NET 9 and remove .NET 6 target] ( https://github.com/adamralph/simple-exec/pull/681 )
8+
39## 12.0.0
410
511### Enhancements
612
7- - [ #521 : ** [ BREAKING] ** switch from netstandard2.1 to net6.0 and net7.0 ] ( https://github.com/adamralph/simple-exec/pull/521 )
13+ - [ #521 : ** [ BREAKING] ** Target .NET 6 and .NET 7 and remove .NET Standard 2.1 target ] ( https://github.com/adamralph/simple-exec/pull/521 )
814- [ #578 : include build metadata in informational version] ( https://github.com/adamralph/simple-exec/pull/578 )
915- [ #584 : avoid race between cancellation and exit] ( https://github.com/adamralph/simple-exec/pull/584 )
10- - [ #585 : target .NET 8] ( https://github.com/adamralph/simple-exec/pull/585 )
16+ - [ #585 : Target .NET 8] ( https://github.com/adamralph/simple-exec/pull/585 )
1117- [ #600 : ** [ BREAKING] ** Cancel child processes by default] ( https://github.com/adamralph/simple-exec/issues/600 )
1218
1319## 11.0.0
3844
3945- [ #351 : ** [ BREAKING] ** New API for version 9] ( https://github.com/adamralph/simple-exec/issues/351 )
4046- [ #352 : Echo to standard out instead of standard error] ( https://github.com/adamralph/simple-exec/issues/352 )
47+ - [ #375 : ** [ BREAKING] ** Target .NET Standard 2.1 and remove .NET Standard 2.0 target] ( https://github.com/adamralph/simple-exec/pull/375 )
4148- [ #390 : Nullable annotations] ( https://github.com/adamralph/simple-exec/issues/390 )
4249
4350### Other
4451
4552- [ #312 : ** [ BREAKING] ** Remove NonZeroExitCodeException] ( https://github.com/adamralph/simple-exec/issues/312 )
46- - [ #375 : ** [ BREAKING] ** switch from netstandard2.0 to netstandard2.1] ( https://github.com/adamralph/simple-exec/pull/375 )
4753
4854## 8.0.0
4955
163169
164170### Enhancements
165171
166- - [ #31 : add .NET Standard 2.0 target ] ( https://github.com/adamralph/simple-exec/pull/31 )
172+ - [ #31 : Target .NET Standard 2.0] ( https://github.com/adamralph/simple-exec/pull/31 )
167173
168174## 2.1.0
169175
You can’t perform that action at this time.
0 commit comments