Thank for the fast response
I have been further investigating the issue and I saw the following result:
Testing against the 'official' v2 api :
PM> find-package swashbuckle.aspnetcore
Id Versions
Swashbuckle.AspNetCore {1.0.0}
Swashbuckle.AspNetCore.SwaggerGen {1.0.0}
Swashbuckle.AspNetCore.Swagger {1.0.0}
Swashbuckle.AspNetCore.SwaggerUi {1.0.0}
Carable.Swashbuckle.AspNetCore.D... {1.0.0}
Swashbuckle.AspNetCore.Examples {2.3.1}
SwashBuckle.AspNetCore.Microsoft... {0.4.0}
When testing 'official' V3 API : same result.
When testing against a proget nuget feed:
PM> find-package swashbuckle.aspnetcore
Id Versions
Swashbuckle.AspNetCore
Swashbuckle.AspNetCore.SwaggerGen
Swashbuckle.AspNetCore.Swagger
Swashbuckle.AspNetCore.SwaggerUi
Carable.Swashbuckle.AspNetCore.D... {1.0.0}
Swashbuckle.AspNetCore.Examples {2.3.1}
SwashBuckle.AspNetCore.Microsoft... {0.4.0}
You see 4 packages are not able to report their version information.
It is strange because the Proget website does show the version information...
For now this is not a blocking issue for me because it is enough to specify a version number and it works!
Hopefully this can be solved, at least you know about it now, :-)
Good day!