v1.5.0
v1.5.0 (minor)
Changes since v1.4.0:
- [minor] Obsolete the command-string overloads (@matt-edmondson)
- [minor] Add environment variables to CommandOptions (@matt-edmondson)
- [minor] Add CommandOptions with a working directory for the spawned process (@matt-edmondson)
- chore: store icon.png in LFS as .gitattributes declares (@matt-edmondson)
- [patch] Throw on cancellation instead of returning a killed process's exit code (@matt-edmondson)
- docs: scope build badge to the default branch (@matt-edmondson)
- docs: correct README, DESCRIPTION and TAGS metadata (@matt-edmondson)
- Stop Update SDKs failing when there is nothing to update (@matt-edmondson)
- Fix build against ktsu.Sdk 2.27.0 (@matt-edmondson)
- Sync .editorconfig (@KtsuTools)
- Sync global.json (@KtsuTools)
- chore: update ktsu.Sdk to 2.21.1 [patch] (@matt-edmondson)
- chore: remove unused SourceLink package versions (@matt-edmondson)
- chore: remove SourceLink references and fix test attributes (@matt-edmondson)
What's Changed
- Add CommandOptions with a working directory for the spawned process by @matt-edmondson in #43
- Add environment variables to CommandOptions by @matt-edmondson in #44
- Obsolete the command-string overloads by @matt-edmondson in #45
Full Changelog: v1.4.29...v1.5.0