8000 Tags · package-url/packageurl-dotnet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: package-url/packageurl-dotnet

Tags

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Encoded purl components as per the PURL specification. (#23)

* Encoded Version, subpath, name, qualifier components of a PURL as per PURL specifation.

* Addressed Pr comments.

* Addressed PR comments.

---------

Co-authored-by: Mounika Rendedla <morended@microsoft.com>

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix issues handling golang packages with multi-part namespaces. (#20)

* Fix issues handling golang packages with multi-part namespaces.
Added a test for it as well.

* Update src/PackageUrl.cs

Match packageurl-js implementation for namespace encoding.

Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>

---------

Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Standardize namespace and name normalization to match Python library (#…

…22)

* Standardize namespace and name normalization to match Python library

* Add github example to test data

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prevent lowercasing npm names to support grandfathered packages (#19)

npm used to support package names
containing capital characters:
https://blog.npmjs.org/post/168978377570/new-package-moniker-rules.html

Such packages still exist on the npm
registry, like this one:
https://www.npmjs.com/package/Acid/v/3.0.17

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cocoapods, cran, vsm and cpan packages should not be lowered (#18)

* Dont lower cocoa, cpan, vsm and cran package names

Cocoapods, CPAN, VSM and CRAN package managers are case sensitive and need the original name string - when the name is automatically lowered you cannot find the packages in the responsitory.

* Update PackageUrl.cs

* Update PackageUrl.cs

Some managers also have case sensitive namespaces

* Remove static from ValidateNamespace

* Update PackageUrl.cs

* Fix namespace switch

* Add missing semicolon.

* Per discussion. Remove all lowering and replace

Removes the ToLower and the Replace methods which were modifying the ValidateName and ValidateNamespace methods.

* Revert "Per discussion. Remove all lowering and replace"

This reverts commit aa1a107.

* Add Tests

* Update src/PackageUrl.cs

Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>

* Update PackageUrl.cs

Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
456B
Merge pull request #13 from ThomasPiskol/master

Change package ID to "packageurl-dotnet"
0