Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: loic-sharma/BaGet

Tags

v0.4.0-preview2

Toggle v0.4.0-preview2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove the release notes length limit (#687)

Kudos to @dncnkrs for the original implementation. 

This allows BaGet to index packages with large release notes, like https://www.nuget.org/packages/chocolatey/0.10.6.1

v0.4.0-preview1

Toggle v0.4.0-preview1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release Docker image as part of "Release" GitHub Action (#683)

v0.3.0-preview5

Toggle v0.3.0-preview5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for NuGet V2 upstream package sources (#630)

To configure the mirror service to use the NuGet V2 client:

```json
"Mirror": {
  "Enabled": true,
  "PackageSource": "https://www.nuget.org/api/v2/",
  "Legacy": true
},
```

v0.3.0-preview4

Toggle v0.3.0-preview4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update the bindings in docker quickstart (#539)

Co-authored-by: Lucas Michon <[email protected]>

v0.3.0-preview2

Toggle v0.3.0-preview2's commit message
Support embedded package icons (#469)

NuGet supports embedding the package's icon into the package itself. This adds the necessary logic to support embedded icons in BaGet. This was a community contribution by @iodes

v0.3.0-preview1

Toggle v0.3.0-preview1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Gracefully handle mirror failures for offline scenarios (#448)

Addresses #432

v0.2.0-preview1

Toggle v0.2.0-preview1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Address feedback (#343)

Addresses #341

v0.1.77-prerelease

Toggle v0.1.77-prerelease's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[UI] Fix several bugs (#254)

v0.1.75-prerelease

Toggle v0.1.75-prerelease's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Protocol] Mirror nuget.org's undocumented protocols (#249)

NuGet.org uses RDF to generate its V3 API. This adds properties that aren't part of the official API, however, certain clients depend on these undocumented properties.

v0.1.71-prerelease

Toggle v0.1.71-prerelease's commit message
Add support for Google buckets storage (#233)