Skip to content

Releases: madskristensen/PrivateGalleryCreator

.NET 6.0

13 Oct 17:23
e1713dd
Compare
Choose a tag to compare

Upgraded to .NET 6.0

First .NET Core version

09 Nov 16:42
46efb06
Compare
Choose a tag to compare
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

28 Jan 16:17
Compare
Choose a tag to compare
Append relative path to the vsix file to the source for recursive sea…

…rches (#20)

A

21 Nov 18:31
Compare
Choose a tag to compare
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

19 Jul 17:22
Compare
Choose a tag to compare
Added --source option to set vsix download path (#11)

* Added --source option to set vsix download path

* Update README.md

Initial release

12 Apr 16:06
Compare
Choose a tag to compare

Added support for extension packs