Skip to content

Releases: lucaritossa/DevOpsArtifactsCleaner

v1.3.0

Choose a tag to compare

@lucaritossa lucaritossa released this 21 Dec 06:58

What's Changed

  • Pagination support to fetch more than 1.000 packages, as suggested by @AndrLov in #13
  • Moved from Task.Run to async/await pattern

New Contributors

  • @AndrLov made their first contribution proposing PR #14

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@lucaritossa lucaritossa released this 01 Apr 14:29

What's Changed

  • Delete all old packages by @SeeUnsharp in #10
  • #2 Solved the limit of 100 records per API batch request
  • #9 Select all packages versions automatically
  • #1 Disable sorting of "Publish Date" column
  • Message box to inform clearly that the operation completed successfully
  • Filter by version

New Contributors

Full Changelog: v1.0.0...v1.2.0

v1.0.0

Choose a tag to compare

@lucaritossa lucaritossa released this 02 Dec 20:14

This is the first version, not all desired features are available but you can:

  • Configure and test the connection to your Azure DevOps organization's artifact repository.
  • View packages and their versions (you can choose to view only latest version or all versions).
  • Filter packages by name (you can use part of the package's name).
  • Filter versions by official/pre release and/or listed/unlisted.
  • View all packages that have the same selected version (this is the killer feature if you have a lot of different nuget packages representing you entire solution)
  • Perform following action to selected versions:
    • UNLIST
    • RELIST
    • DELETE

Some useful sub-feature

  • Persist (securely) you configuration into user settings (appdata) so you can reopen the app fastly.
  • Persist the window's size and vertical/horizontal split size so you can reopen the app with the same size.