Skip to content

Releases: andygjp/DotNet.Project.LaunchSettings

Prevent System.IO.DirectoryNotFoundException

24 Aug 08:10
Compare
Choose a tag to compare

Prevent exception when navigating up through the file system looking for a csproj file

Replaced Newtonsoft.Json

22 Aug 18:27
Compare
Choose a tag to compare

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

24 Jun 01:28
Compare
Choose a tag to compare

Release dependabot bump of Newtonsoft.Json from 12.0.3 to 13.0.1.

Advisory: GHSA-5crp-9r3c-p9vr

nix bug fix

10 Feb 00:50
Compare
Choose a tag to compare

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()

24 Feb 12:16
Compare
Choose a tag to compare

Match has two overloads: 1) parameters are Action types, 2) parameters are Func types.

TryGet() becomes Use()

23 Feb 22:56
Compare
Choose a tag to compare

TryGet() becomes Use() and returns a custom type instead of ValueTuple

First release

10 Feb 19:51
Compare
Choose a tag to compare

First release

Nuget v1.0.1