Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove product name #65

Merged
merged 1 commit into from
Jul 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Salus - SBOM Tool
# SBOM Tool

[![Build](https://github.com/microsoft/sbom-tool/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/microsoft/sbom-tool/actions/workflows/build.yml)
![GitHub all releases](https://img.shields.io/github/downloads/microsoft/sbom-tool/total)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>Microsoft.Sbom.Contracts</AssemblyName>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Description>Contracts and interfaces for Salus SBOM API</Description>
<Description>Contracts and interfaces for SBOM API</Description>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Description>Contracts and interfaces for extending Salus SBOM tool.</Description>
<Description>Contracts and interfaces for extending SBOM tool.</Description>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>Microsoft.Sbom.Parsers.Spdx22SbomParser</AssemblyName>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Description>SPDX2.2 parser for Salus SBOM tool.</Description>
<Description>SPDX2.2 parser for SBOM tool.</Description>
</PropertyGroup>

<ItemGroup>
Expand Down