Skip to content

Commit

Permalink
feat: add dotnet-type (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
  • Loading branch information
ckotzbauer authored Apr 28, 2022
1 parent 1bcd40e commit a072fa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packageurl.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ var (
TypeDebian = "deb"
// TypeDocker is a pkg:docker purl.
TypeDocker = "docker"
// TypeDotnet is a pkg:dotnet purl.
TypeDotnet = "dotnet"
// TypeGem is a pkg:gem purl.
TypeGem = "gem"
// TypeGeneric is a pkg:generic purl.
Expand Down

0 comments on commit a072fa3

Please sign in to comment.