Skip to content

Commit

Permalink
Merge pull request #13 from ThomasPiskol/master
Browse files Browse the repository at this point in the history
Change package ID to "packageurl-dotnet"
  • Loading branch information
sschuberth authored Feb 28, 2022
2 parents 5c27400 + 79253ba commit 49e7fb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Installation
-------------------

```sh
dotnet add <Path-to-Project-file> package PackageUrl
dotnet add <Path-to-Project-file> package packageurl-dotnet
```

or in project file, add:

```xml
<PackageReference Include="PackageUrl" Version="1.0.0" />
<PackageReference Include="packageurl-dotnet" Version="1.0.0" />
```

Usage
Expand Down
1 change: 1 addition & 0 deletions src/PackageUrl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
Package
https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets#pack-target
-->
<PackageId>packageurl-dotnet</PackageId>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>Package URL;purl</PackageTags>
<PackageDescription>.NET implementation of the package url spec</PackageDescription>
Expand Down
2 changes: 1 addition & 1 deletion tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@
"xunit.extensibility.core": "[2.4.1]"
}
},
"packageurl": {
"packageurl-dotnet": {
"type": "Project"
}
}
Expand Down

0 comments on commit 49e7fb4

Please sign in to comment.