Skip to content

Releases: garrettpauls/VSGallery.AtomGenerator

v1.0.3

08 Jul 02:04
Compare
Choose a tag to compare

v1.0.3

  • Pulled in baderbuddy's changes:
    • Fixed bug preventing multiple versions of the same vsix not including any in output.

v1.0.2

  • Pulled in ChrisMaddock's changes:
    • Fixed URI format exceptions when targeting network paths.
    • Added return code 0 for success, 1 for error.
  • Logger no longer throws an exception if it can't write to the file.

v1.0.1

  • Issue #1 - zip entry names for images are normalized to support both / and \ in the manifest file.
  • Issue #2 - added more verbose logging and output to stdout.

v1.0.0

  • Initial release with base functionality.
  • Generates atom.xml based on .vsix files in the supplied directory.
  • Supports both PackageManifest and Vsix manifest based files.
  • Extracts icons and preview images from .vsix files.

v1.0.2

05 Aug 01:27
Compare
Choose a tag to compare

v1.0.2

  • Pulled in ChrisMaddock's changes:
    • Fixed URI format exceptions when targeting network paths.
    • Added return code 0 for success, 1 for error.
  • Logger no longer throws an exception if it can't write to the file.

v1.0.1

  • Issue #1 - zip entry names for images are normalized to support both / and \ in the manifest file.
  • Issue #2 - added more verbose logging and output to stdout.

v1.0.0

  • Initial release with base functionality.
  • Generates atom.xml based on .vsix files in the supplied directory.
  • Supports both PackageManifest and Vsix manifest based files.
  • Extracts icons and preview images from .vsix files.

v1.0.1

15 Dec 02:55
Compare
Choose a tag to compare

This release contains a minor bug fix and logging improvement.

v1.0.1

  • Issue #1 - zip entry names for images are normalized to support both / and \ in the manifest file.
  • Issue #2 - added more verbose logging and output to stdout.

v1.0.0

  • Initial release with base functionality.
  • Generates atom.xml based on .vsix files in the supplied directory.
  • Supports both PackageManifest and Vsix manifest based files.
  • Extracts icons and preview images from .vsix files.