File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## 12.0.0
4
10
5
11
### Enhancements
6
12
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 )
8
14
- [ #578 : include build metadata in informational version] ( https://github.com/adamralph/simple-exec/pull/578 )
9
15
- [ #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 )
11
17
- [ #600 : ** [ BREAKING] ** Cancel child processes by default] ( https://github.com/adamralph/simple-exec/issues/600 )
12
18
13
19
## 11.0.0
38
44
39
45
- [ #351 : ** [ BREAKING] ** New API for version 9] ( https://github.com/adamralph/simple-exec/issues/351 )
40
46
- [ #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 )
41
48
- [ #390 : Nullable annotations] ( https://github.com/adamralph/simple-exec/issues/390 )
42
49
43
50
### Other
44
51
45
52
- [ #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 )
47
53
48
54
## 8.0.0
49
55
163
169
164
170
### Enhancements
165
171
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 )
167
173
168
174
## 2.1.0
169
175
You can’t perform that action at this time.
0 commit comments