v15.1.7 (Release)
·
699 commits
to main
since this release
Azure DevOps Migration Tools v15.1.7
Version: 15.1.7
Ring: (Release)
This release focuses on refactoring the project structure, improving logging practices, modernizing build processes, and updating configuration handling. The migration to new namespaces for test helpers, removing deprecated functionality, refining log messages, and upgrading dependencies enhances maintainability and improves the developer experience.
- 🔧ci: Update release condition in GitHub Actions to target 'Release'.
- 🔥chore: Remove obsolete 'NKDAgility.AzureDevOps.Tools.CommandHost' project.
- 💄style: Fix project path for 'MigrationTools.Helpers.Tests.csproj'.
- 🚚chore: Rename 'Fakes' folder to 'Helpers.Tests' for naming consistency.
- 🚚chore: Correct namespace from 'MigrationTools.Fakes' to 'MigrationTools.Helpers.Tests'.
- 📝docs: Update Git branch references in generated XML documentation.
- 📝docs: Change GitHub URLs in contribution card to point to 'main' branch.
- 🚧feat: Integrate 'Microsoft.Extensions.Hosting' in console programs for modern hosting.
- 🔥chore: Remove 'DetectVersionService' and associated interfaces and logic from the host project.
- 🔥chore: Remove unused 'HostExtensions' and 'MigrationService' classes from the host project.
- 🔧ci: Update Spectre.Console CLI dependency to use 'Spectre.Console.Extensions.Hosting'.
- 🔥chore: Remove initialisation logic from Host project to simplify command configuration.
- 🔥chore: Remove handling for deprecated 'HostExtensions.InitializeMigrationSetup'.
- 🔥chore: Remove 'StartupService' used for application startup logic.
- 🔧ci: Update versioning in WinGet installer manifests to version '1.0.0.0'.
- 🚚chore: Update ServiceProviderHelper references to new test helpers namespace.
Get the tools
- Download the MigrationTools-15.1.7.zip file below
- Install with Winget with
winget install nkdagility.azure-devops-migration-tools --version 15.1.7
. There is a delay for aprovals on the winget store, so you may need to wait a few days before this is available. microsoft/winget-pkgs#166084 - Install with Chocolatey with
choco install vsts-sync-migrator --version 15.1.7
. There is a delay for aprovals on the chocolatey store, so you may need to wait a few hours before this is available.
What's Changed
🏕 Features
- Removing some Error meesages that are user based by @MrHinsh in #2223
- Refactor Hosts (again) and Reconcile Project & Solution referecnces. by @MrHinsh in #2225
- Update Docs and Winget to Latest by @MrHinsh in #2226
- Error in TfsWorkItemConvertor and Null reference in WorkItemMigrationContext by @MrHinsh in #2231
- [Bug]: Target Query not Used by @MrHinsh in #2233
Full Changelog: v15.1.6...v15.1.7