Releases: microsoft/sbom-tool
Releases · microsoft/sbom-tool
v1.6.1
⚙️ Changes
- Bring back build property that allows proper versioning. by @sebasgomez238 (#376)
- ci: collect and upload code coverage by @JamieMagee (#373)
v1.6.0
⚙️ Changes
- Don't warn on NU5104 for Mono.Unix Package by @sebasgomez238 (#374)
- docs: add winget installation to documentation by @JamieMagee (#368)
- Update to Help Options by @Charles1992Sail (#371)
- Fix mapping when using a config file to pass license argument. by @sebasgomez238 (#370)
- Add license retrieval for Cargo, Pip, Ruby, Cocoapods. by @sebasgomez238 (#369)
- chore: CA1715 identifiers should have correct prefix by @JamieMagee (#367)
- ci: migrate from
MinVerDefaultPreReleasePhase
toMinVerDefaultPreReleaseIdentifiers
by @JamieMagee (#366) - Add telemetry and error handling to license retrieval. by @sebasgomez238 (#360)
- chore: SA1206 declaration keywords must follow order by @JamieMagee (#365)
- chore: SA1117 parameters must be on same line or separate lines by @JamieMagee (#364)
- chore: SA1028 code must not contain trailing whitespace by @JamieMagee (#363)
- chore: SA1000 keywords must be spaced correctly by @JamieMagee (#362)
- test: add
Microsoft.NET.Test.Sdk
to all test projects by @JamieMagee (#361) - Add ability to fetch license info for packages. by @sebasgomez238 (#359)
- chore: remove
System.Security.Cryptography.ProtectedData
by @JamieMagee (#356) - chore: update dotnet sdk from
6.0.400
to7.0.400
by @JamieMagee (#357) - refactor: SA1518 use line endings correctly at end of file by @JamieMagee (#351)
- Bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot (#353)
- chore: silence IL3000 by @JamieMagee (#355)
- refactor: IDE0017 simplify object initialization by @JamieMagee (#350)
- Revert Automapper extensions to working version by @sebasgomez238 (#354)
- refactor: fix IDE0073 require file header by @JamieMagee (#347)
- refactor: fix SA1108 block statements must not contain embedded comments by @JamieMagee (#348)
- chore: add docker to our dependabot updates by @JamieMagee (#344)
- refactor: fix IDE0004 by @JamieMagee (#345)
- Migrate from Mono.Posix.NETStandard to Mono.Unix by @sebasgomez238 (#346)
- ci: pin github actions digest by @JamieMagee (#343)
- chore: codestyle and roslyn analyzers best practices by @JamieMagee (#341)
- Bump coverlet.collector from 3.1.0 to 6.0.0 by @dependabot (#339)
- chore: sort
PackageReference
s alphabetically by @JamieMagee (#338) - Bump ComponentDetectionPackageVersion from 3.6.2 to 3.6.4 by @dependabot (#336)
- ci: scope down permissions of
GITHUB_TOKEN
by @JamieMagee (#333) - Bump actions/setup-dotnet from 2 to 3 by @dependabot (#307)
- Bump AutoMapper.Extensions.Microsoft.DependencyInjection from 8.1.1 to 12.0.1 by @dependabot (#334)
- Bump Microsoft.NET.Test.Sdk from 17.4.0-preview-20220726-02 to 17.7.2 by @dependabot (#335)
- chore: remove
serilog.aspnetcore
by @JamieMagee (#332) - Bump MinVer from 2.5.0 to 4.3.0 by @dependabot (#330)
- Bump Microsoft.Extensions.Hosting from 6.0.1 to 7.0.1 by @dependabot (#326)
v1.5.2
⚙️ Changes
- Handle BOM's at the beginning of SbomParser streams by @ryanbrandenburg (#328)
- Bump MSTest.TestAdapter from 2.2.5 to 3.1.1 by @dependabot (#325)
- ci: simplify ci build by @JamieMagee (#323)
- chore: remove
system.composition
dependencies by @JamieMagee (#322) - Bump Microsoft.Extensions.DependencyInjection from 6.0.1 to 7.0.0 by @dependabot (#313)
v1.5.1
v1.5.0
⚙️ Changes
- Users/segomez/update cd library by @sebasgomez238 (#316)
- Add Homebrew install instructions to README by @shawnfunke (#298)
- Remove unused mocks by @ryanbrandenburg (#304)
- Bump MSTest.TestFramework from 2.2.5 to 3.1.1 by @dependabot (#308)
- Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 3.3.0 to 3.3.2 by @dependabot (#309)
- Enable dependabot updates by @JamieMagee (#303)
- Add logs by @ryanbrandenburg (#306)
v1.4.0
⚙️ Changes
- Revert "Update CD libraries to latest version (#292)" by @sebasgomez238 (#305)
v1.3.3
⚙️ Changes
- Fix validation when SBOM contains duplicate entries by @sebasgomez238 (#300)
v1.3.2
⚙️ Changes
- Fix stream handling by @ryanbrandenburg (#295)
- Make states skipable by @ryanbrandenburg (#294)
v1.2.0
⚙️ Changes
- Added metadata parser by @aasim (#293)
- Update CD libraries to latest version by @sebasgomez238 (#292)
- Handle incomplete reads by @ryanbrandenburg (#290)
v1.1.9
⚙️ Changes
- Handle incomplete reads by @ryanbrandenburg (#290)