Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Versioning feature and refactor of code #20

Merged
merged 8 commits into from
Aug 28, 2024
Merged

Versioning feature and refactor of code #20

merged 8 commits into from
Aug 28, 2024

Conversation

torbacz
Copy link
Owner

@torbacz torbacz commented Aug 28, 2024

No description provided.

Refactored how dependencies are processed, leveraging the new `DependencyDetails` structure. Added support to manage version update types (Major, Minor, Patch) by introducing `VersionUpdateType` enum and enhancing the project configuration. Made robust error handling for missing configurations and streamlined the parsing logic for the project files.
Updated the ParseCsproj method to return a HashSet instead of a List, ensuring unique entries for dependency details. This change eliminates previously required code to check for duplicates, streamlining the logic and enhancing performance.
Introduced unit tests for `DotNetUpdater` and reorganized project files, including new directories and `directory.build.props` files for better project management. Also refactored some methods and updated `csproj` files to enable documentation generation.
@torbacz torbacz merged commit 7b02015 into main Aug 28, 2024
1 check passed
@torbacz torbacz deleted the feature/versioning branch August 28, 2024 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant