Skip to content

Publishing to SSMS Gallery #109

@ErikEJ

Description

@ErikEJ

Maybe you are aware of VSIX Gallery or already publish to it?

It allows SSMS extensions as well, but they are very hard to discover, as the focus is VS extensions.

I am considering to launch a clone, that only supports SSMS extensions for max visibility.

What do you get from the Gallery:

  • ability to make the latest released version of your extension abvailable for download.
  • a RSS feed that your users can subscribe to in order to get notified of updates
  • extended description of your extension based on the readme in your GitHub repository

For a sample of what this looks like, have a look here:

https://ssmsgallery.azurewebsites.net/

(to publish an extension, I simply used this command line:

curl "https://ssmsgallery.azurewebsites.net/api/upload" -F "file=@SQL Formatter v1.0.59.vsix"

Please let me know what you think!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions