Releases: madskristensen/PrivateGalleryCreator
Releases · madskristensen/PrivateGalleryCreator
.NET 6.0
First .NET Core version
Fix AppVeyor after .NET Core (#25) * Fix Appveyor config after .NET Core change * Is that what you want, Appveyor? * Fixed paths * Last change, rename the artifact
Fix for recursive search
1.0.41 Append relative path to the vsix file to the source for recursive sea…
A
Adding --latest-only option (#15) * Adding --latest-only option By default, any duplicate packages that are found will be processed, resulting in multiple versions of the same package in the feed. In case you have a build process that retains older versions of VSIX packages, this option can be used to ensure only the latest version of packages with the same ID end up in the feed. * Refactoring latest version to be much simpler. Removing private method and switching to use a one-line LINQ statement. It's probably slightly less efficient, but I think the simpler code outweighs the minor performance hit.
More customizations
Added --source option to set vsix download path (#11) * Added --source option to set vsix download path * Update README.md
Initial release
Added support for extension packs