Releases: lucaritossa/DevOpsArtifactsCleaner
Releases · lucaritossa/DevOpsArtifactsCleaner
Release list
v1.3.0
What's Changed
- Pagination support to fetch more than 1.000 packages, as suggested by @AndrLov in #13
- Moved from
Task.Runto async/await pattern
New Contributors
Full Changelog: v1.2.0...v1.3.0
v1.2.0
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
- @SeeUnsharp made their first contribution in #10
Full Changelog: v1.0.0...v1.2.0
v1.0.0
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.