Skip to content

Commit fd0ae23

Browse files
authored
Major version bump for Component Detection (#1323)
* Bump CD to 6.0.0 * Update docs
1 parent 0179c2c commit fd0ae23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PackageVersion>
88
</ItemDefinitionGroup>
99
<PropertyGroup>
10-
<ComponentDetectionPackageVersion>5.2.27</ComponentDetectionPackageVersion>
10+
<ComponentDetectionPackageVersion>6.0.0</ComponentDetectionPackageVersion>
1111
</PropertyGroup>
1212
<ItemGroup>
1313
<PackageVersion Include="AutoMapper" Version="10.1.1" />

docs/feature-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Note: These are not the only entries found in the packages section. To view a fu
3636

3737
| Ecosystem | Detection Mechanism | Requirements | License Concluded (Via ClearlyDefinedApi) | License Declared | Supplier
3838
| - | - | - | - | - | - |
39-
| Cargo | <ul><li>Cargo.lock (v1, v2, v3)</li></ul> | - || ✔ (Via RustCli detector) ||
39+
| Cargo | <ul><li>*.cargo-sbom.json</li><li>Cargo.toml</li><li>Cargo.lock (v1, v2, v3)</li></ul> | - || ✔ (Via RustCli detector) ||
4040
| Ruby | <ul><li>gemfile.lock</li></ul> | - ||||
4141
| Pip (Python) | <ul><li>setup.py</li><li>requirements.txt</li><li>*setup=distutils.core.run_setup({setup.py}); setup.install_requires*</li><li>dist package METADATA file</li></ul> | <ul><li>Python 2 or Python 3</li><li>Internet connection</li></ul> ||||
4242
| Maven | <ul><li>pom.xml</li></ul> | <ul><li>Maven</li></ul> | - | - | - |

0 commit comments

Comments
 (0)