File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-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 : ** [ BREAKING] ** Target .NET 9 and remove .NET 6 target] ( https://github.com/adamralph/simple-exec/pull/681 )
8+
9+ ### Other
10+
11+ - [ #645 : ** [ BREAKING] ** Remove .NET 7 target] ( https://github.com/adamralph/simple-exec/pull/645 )
12+
313## 12.0.0
414
515### Enhancements
616
7- - [ #521 : ** [ BREAKING] ** switch from netstandard2.1 to net6.0 and net7.0 ] ( https://github.com/adamralph/simple-exec/pull/521 )
17+ - [ #521 : ** [ BREAKING] ** Target .NET 6 and .NET 7 and remove .NET Standard 2.1 target ] ( https://github.com/adamralph/simple-exec/pull/521 )
818- [ #578 : include build metadata in informational version] ( https://github.com/adamralph/simple-exec/pull/578 )
919- [ #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 )
20+ - [ #585 : Target .NET 8] ( https://github.com/adamralph/simple-exec/pull/585 )
1121- [ #600 : ** [ BREAKING] ** Cancel child processes by default] ( https://github.com/adamralph/simple-exec/issues/600 )
1222
1323## 11.0.0
3848
3949- [ #351 : ** [ BREAKING] ** New API for version 9] ( https://github.com/adamralph/simple-exec/issues/351 )
4050- [ #352 : Echo to standard out instead of standard error] ( https://github.com/adamralph/simple-exec/issues/352 )
51+ - [ #375 : ** [ BREAKING] ** Target .NET Standard 2.1 and remove .NET Standard 2.0 target] ( https://github.com/adamralph/simple-exec/pull/375 )
4152- [ #390 : Nullable annotations] ( https://github.com/adamralph/simple-exec/issues/390 )
4253
4354### Other
4455
4556- [ #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 )
4757
4858## 8.0.0
4959
98108- [ #140 : Prefix messages in stderr] ( https://github.com/adamralph/simple-exec/issues/140 )
99109- [ #143 : Add XML documentation file to package 🤦♂] ( https://github.com/adamralph/simple-exec/issues/143 )
100110
111+ ### Other
112+
113+ - [ #146 : ** [ BREAKING] ** Remove .NET Standard 1.3 target] ( https://github.com/adamralph/simple-exec/issues/146 )
114+
101115## 6.0.0
102116
103117### Enhancements
163177
164178### Enhancements
165179
166- - [ #31 : add .NET Standard 2.0 target ] ( https://github.com/adamralph/simple-exec/pull/31 )
180+ - [ #31 : Target .NET Standard 2.0] ( https://github.com/adamralph/simple-exec/pull/31 )
167181
168182## 2.1.0
169183
You can’t perform that action at this time.
0 commit comments