Skip to content

Releases: snyk/snyk-nuget-plugin

v2.3.4

12 Jan 07:50
ac4b39d
Compare
Choose a tag to compare

2.3.4 (2024-01-12)

Bug Fixes

  • better error handling of malformed packages.config (#200) (ac4b39d)

v2.3.3

10 Dec 15:20
ae06ef4
Compare
Choose a tag to compare

2.3.3 (2023-12-10)

Bug Fixes

  • [OSM-887] Fix runtime assembly collection bug (#199) (ae06ef4)

v2.3.2

10 Dec 13:14
e167791
Compare
Choose a tag to compare

2.3.2 (2023-12-10)

Bug Fixes

  • [OSM-887] Fixing depGraph build error on version definition in .props (#198) (e167791)

v2.3.1

07 Dec 21:32
675b208
Compare
Choose a tag to compare

2.3.1 (2023-12-07)

Bug Fixes

  • [OSM-887] Use targetAlias where present instead of raw target name (#197) (675b208)

v2.3.0

22 Nov 08:23
e86f0a3
Compare
Choose a tag to compare

2.3.0 (2023-11-22)

Features

  • [OSM-801] Rewrite of dependency graph generation for v2 parser (#196) (e86f0a3)

v2.2.1

21 Nov 21:06
052684c
Compare
Choose a tag to compare

2.2.1 (2023-11-21)

Bug Fixes

v2.2.0

10 Nov 08:02
3fccc8c
Compare
Choose a tag to compare

2.2.0 (2023-11-10)

Features

  • [SUP-2193] Runtime asembly gathering re-write for v2 parser (#193) (3fccc8c)

v2.1.0

09 Nov 10:26
9e48246
Compare
Choose a tag to compare

2.1.0 (2023-11-09)

Features

  • [SUP-2193] Transitive dependency fixes for v2 parsing with missing RIDs. (#192) (9e48246)
  • dropping the stdout traversal stuff (#191) (9b7ca8c)

v2.0.1

08 Nov 07:39
9c560b5
Compare
Choose a tag to compare

2.0.1 (2023-11-08)

Bug Fixes

  • [OSM-782] Fix local PackageReference bug for v2 parsing (#190) (9c560b5)

v2.0.0

25 Oct 09:32
b4ebe6f
Compare
Choose a tag to compare

2.0.0 (2023-10-25)

Features

BREAKING CHANGES

  • This will alter the format of the result this plugin returns when using the --dotnet-runtime-resolution flag, from a SinglePackageResult to a MultiProjectResult.