git-ecosystem / git-credential-manager

Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.
Other
6.59k stars 1.71k forks source link

Release 2.5.0 is still not on nuget.org #1606

Open kzu opened 4 months ago

kzu commented 4 months ago

See https://www.nuget.org/packages/git-credential-manager#versions-body-tab

XVincentX commented 3 months ago

Is there a reason why this is still not on nuget?

kzu commented 2 months ago

If you need to use it exclusively as a library from NS2.0, you can use Devlooped.CredentialManager which provides the portable v2.5.0 implementation.

XVincentX commented 2 months ago

What I ended up doing was to modify the json file internally and and a rollForward option so it would run on .net 8:


{
  "runtimeOptions": {
    "tfm": "net7.0",
+   "rollForward":"Major",
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "7.0.13"
    },
    "configProperties": {
      "System.Reflection.Metadata.MetadataUpdater.IsSupported": false
    }
  }
}
mjcheetham commented 2 months ago

We are currently facing some issues publishing a correctly signed package to Nuget.org. Due to recent sponsorship/corporate funding priority changes, work on GCM has unfortunately slowed significantly.

Please watch this space!

stephengtuggy commented 2 months ago

We are currently facing some issues publishing a correctly signed package to Nuget.org. Due to recent sponsorship/corporate funding priority changes, work on GCM has unfortunately slowed significantly.

Please watch this space!

In the meantime, can you at least add a note to the installation instructions not to use the dotnet tool method of installation until further notice?

This is kind of a big deal, seems to me.

Thanks!