You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make the feature/nuget branch the main development branch
merge master into feature/nuget again on the different projects
announce that the merge of the feature/nuget branch will be made the main development branch
merge feature/nuget into master on the different projects. Doing this requires adjusting the path to the CHANGELOG.md file in the .csproj as well as adjusting GitVersion.yml (removing settings for feature/nuget branch).
create a release of the nuget packages on each project, and use these released nuget packages in the other projects. Note: also create releases for other projects like L10NSharp that still have a pre-release version number (Create release nuget packages of dependent projects #1018).
("packaging" below means creating the Debian packages)
Create and use nuget packages in the following projects
Verify that using the designer for winforms projects is still possible on Windows
update flexbridge installer/packaging - adjust build scripts ([feature/nuget] Adjust changelogs flexbridge#289) (update flexbridge installer/packaging - adjust build scripts #1006)
update/test LfMerge packaging (update/test LfMerge packaging #1007)
update/test FieldWorks packaging (update/test FieldWorks packaging #1008)
document developing/debugging a project with dependencies that are now nuget packages (document developing/debugging a project with dependencies that are now nuget packages #1009)
update and make available documentation of what changed and how things work now with the nuget packages (update and make available documentation of what changed and how things work now with the nuget packages #1010)
update documentation with release process
make the
feature/nuget
branch the main development branchmaster
intofeature/nuget
again on the different projectsfeature/nuget
branch will be made the main development branchfeature/nuget
intomaster
on the different projects. Doing this requires adjusting the path to theCHANGELOG.md
file in the.csproj
as well as adjustingGitVersion.yml
(removing settings forfeature/nuget
branch).The text was updated successfully, but these errors were encountered: