Skip to content

Releases: snyk/dotnet-deps-parser

v4.3.1

04 Feb 12:45
90ce5d0
Compare
Choose a tag to compare

4.3.1 (2019-02-04)

Bug Fixes

  • bump vulnerable lodash 4.17.10 to 4.17.11 (277d7eb)
  • bump vulnerable lodash 4.17.10 to 4.17.11 (861c41f)

v4.3.0

01 Feb 11:32
7db2ad3
Compare
Choose a tag to compare

4.3.0 (2019-02-01)

Features

  • Extract targetFrameworks from project.json (7e3c0c4)

v4.2.1

25 Jan 11:05
8421710
Compare
Choose a tag to compare

4.2.1 (2019-01-25)

Bug Fixes

v4.2.0

23 Jan 10:14
ad7d5a3
Compare
Choose a tag to compare

4.2.0 (2019-01-23)

Features

  • function to determine presence of PackageReference (b2f2a87)

v4.1.0

22 Jan 16:38
4d58f43
Compare
Choose a tag to compare

4.1.0 (2019-01-22)

Features

  • merges dotnetDepsPkgTree with PkgTree. (8594af7)

v4.0.0

22 Jan 12:33
43fc512
Compare
Choose a tag to compare

4.0.0 (2019-01-22)

Features

  • adds conditional dotnet target frameworks to dep tree. (6e97e9e)

BREAKING CHANGES

  • For consistency the parser now returns target frameworks as an array with a pluralised key of targetFrameworks.

v3.7.0

08 Jan 09:48
d205c24
Compare
Choose a tag to compare

3.7.0 (2019-01-08)

Features

  • filter deps by target framework (9d4ece5)
  • remove filtering and add annotation of targetFramework (71ca239)
  • support empty target framework (4618bdf)

v3.6.0

31 Dec 15:40
b8f45f2
Compare
Choose a tag to compare

3.6.0 (2018-12-31)

Features

  • Support for package version set as xml variables (7e1d88d)

v3.5.1

24 Dec 08:22
1cdb9f2
Compare
Choose a tag to compare

3.5.1 (2018-12-24)

Bug Fixes

  • added missing export extractTargetFrameworksFromProjectConfig (13c3ab9)

v3.5.0

20 Dec 17:04
7c310db
Compare
Choose a tag to compare

3.5.0 (2018-12-20)

Features

  • adds packages.config support for target framework parsing. (b927a73)