Skip to content

Commit 09aef6d

Browse files
authored
Added Doc changes for Nuget Inspector release (#1035)
* add release notes and docs for new nuget Inspector release * Refactored the release note
1 parent 3040ea4 commit 09aef6d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

documentation/src/main/markdown/currentreleasenotes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### New features
66

7-
*
7+
* Nuget Inspector now supports the exclusion of user-specified dependency types from the Bill of Materials (BOM) via the [solution_name] property --detect.nuget.dependency.types.excluded. See the [detect.nuget.dependency.types.excluded](../properties/detectors/nuget.md#nuget-dependency-types-excluded) property for more information.
88

99
### Changed features
1010

@@ -16,4 +16,4 @@
1616

1717
### Dependency updates
1818

19-
*
19+
* Released and Upgraded Nuget Inspector to version 1.3.0.

documentation/src/main/markdown/packagemgrs/nuget.md

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ The detectors run a platform dependent self-contained executable that is current
2121
* The NuGet Detectors do not work with mono.
2222
</note>
2323

24+
## Excluding dependency types
25+
[solution_name] offers the ability to exclude package manager specific dependency types from the BOM.
26+
Nuget dependency types can be filtered with the [detect.nuget.dependency.types.excluded](../properties/detectors/nuget.md#nuget-dependency-types-excluded) property.
27+
2428
### [solution_name] NuGet Inspector downloads
2529

2630
[solution_name] jar execution will automatically download any required binaries not located in the cache.

0 commit comments

Comments
 (0)