Rebranding, code cleanup and dependency update#2
Merged
Conversation
Updated all references from Innofactor to ImranAkram, including NuGet package metadata, project and solution names, and UI labels. Added new icon resource and updated .gitignore. Adjusted resource and project files to reflect new branding and maintain compatibility with Visual Studio 2022.
Renamed all namespaces from Innofactor.XTB.StepManipulationTool to XTB.StepManipulationTool across the codebase for consistency with new project structure. Updated assembly and product metadata to "ImranAkram.XTB.StepManipulationTool" and revised copyright to 2026 Imran Akram. Changed assembly version to 1.2026.1.5. Updated About form description, icon, and UI layout. Replaced SmallImageBase64 icon, removed BigImageBase64, and updated resource references. Refreshed application icons (icon.ico, iconLarge.png) to reflect new branding.
Added build.yml for CI builds on push/PR and release.yml for manual NuGet/GitHub releases with auto-versioning. Updated README with workflow usage, versioning scheme, and required secrets. No changes to main codebase.
- CI now builds, versions, and uploads the .nupkg as an artifact - Release workflow only promotes a chosen CI-built .nupkg (no rebuild) - Release requires CI run_id, resolves version from artifact - Updated README with new release process and instructions - Added .github/workflows to solution for visibility in VS - Improves reliability, traceability, and release auditability
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Classification
Rebranding and code cleanup.
PR Summary
This pull request rebrands the project from "Innofactor.XTB.StepManipulationTool" to "ImranAkram.XTB.StepManipulationTool", updates ownership and metadata, and refreshes UI resources and references.