Releases: andygjp/DotNet.Project.LaunchSettings
Releases · andygjp/DotNet.Project.LaunchSettings
Prevent System.IO.DirectoryNotFoundException
Replaced Newtonsoft.Json
Replaced Newtonsoft.Json with System.Text.Json.
Also fixed a bug that would fail to find the launchSettings.json
if the caller wasn't in the root of the project folder.
Bump Newtonsoft.Json from 12.0.3 to 13.0.1
Release dependabot bump of Newtonsoft.Json from 12.0.3 to 13.0.1.
Advisory: GHSA-5crp-9r3c-p9vr
nix bug fix
The launch settings file would not load on Ubuntu development machine - part of the file path used Windows file path separator.
I also took the opportunity to update the netcoreapps (the Example and Test projects) from 2.0 to 3.1. Note; the the library still supports netstandard2.0.
Functional Match()
Match has two overloads: 1) parameters are Action types, 2) parameters are Func types.
TryGet() becomes Use()
TryGet() becomes Use() and returns a custom type instead of ValueTuple
First release
First release