-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite logic for generating list with packages to upgrade (#121)
* Remove double slash from nuget package API calls * Allow for other projects to be upgraded if one or more are with old Sitefinity version * Improve logic for SyncReferencesWithPackages; * Add logic to remove references to non-existing files in nuget packages * Use Path.Combine where approriate * Improve logic for updating hint path; Update variable names; * Fix bug with parsing assembly version * Replaced string.format with string interpolation * Bump version to 1.1.0.20 * Rewrite logic for building list of packages to upgrade to simplify and resolve package dependency issues; * Version bump to 1.1.0.21 * Minor changes to logging when generating upgrade config Co-authored-by: PROGRESS\sruzmano <[email protected]>
- Loading branch information
1 parent
809251e
commit f38975e
Showing
3 changed files
with
113 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters