simpleidserver / SimpleIdServer

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
https://simpleidserver.com/
Apache License 2.0
686 stars 90 forks source link

Nuget.org for version 4.0.5 #636

Closed agkoutis closed 7 months ago

agkoutis commented 7 months ago

Hello all,

Correct me if i am wrong but it seems that the version of SID 4.0.5 does not exist in Nuget.org.

NuGet\Install-Package SimpleIdServer.IdServer -Version 4.0.5

image

Also, I'm getting the same error while trying to install SimpleIdServer.IdServer.WebSite V4.0.5

GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlserver/index.json GET https://api.nuget.org/v3-flatcontainer/simpleidserver.idserver/index.json OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlserver/index.json 191ms OK https://api.nuget.org/v3-flatcontainer/simpleidserver.idserver/index.json 613ms GET https://api.nuget.org/v3/vulnerabilities/index.json OK https://api.nuget.org/v3/vulnerabilities/index.json 45ms GET https://api.nuget.org/v3/vulnerabilities/vulnerability.base.json GET https://api.nuget.org/v3/vulnerabilities/vulnerability.update.json OK https://api.nuget.org/v3/vulnerabilities/vulnerability.update.json 42ms OK https://api.nuget.org/v3/vulnerabilities/vulnerability.base.json 44ms NU1102: Unable to find package SimpleIdServer.IdServer with version (>= 4.0.5)

simpleidserver commented 7 months ago

I pushed the missing package into Nuget. Can-you try again ?

agkoutis commented 7 months ago

It's all right now on Nuget.org, I will test it later!

Thanks!