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

Update AssemblyInfo.cs #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wonderinglostsoul44
Copy link

Removed unnecessary using:

Removed System.Runtime.CompilerServices which wasn't being used

Enhanced metadata:

Added meaningful description

Updated copyright to show date range

Added modern versioning attributes

Versioning enhancements:

Added AssemblyFileVersion

Added AssemblyInformationalVersion for semantic versioning

Bumped version to 1.0.2 to suggest maintenance updates

Added build date in informational version

Organization:

Grouped related attributes together

Added clear section comments

Removed redundant comments while keeping useful ones

Best practices:

Followed semantic versioning guidelines

Added proper COM visibility comments

Maintained consistent spacing

Used more specific version numbers

Maintenance:

Made version numbers easier to find and modify

Added date reference in informational version

Left GUID intact for COM compatibility

This version provides better documentation, follows modern .NET practices, and makes maintenance easier while maintaining backward compatibility. The version numbers can be adjusted according to your specific release cycle needs.

Removed unnecessary using:

Removed System.Runtime.CompilerServices which wasn't being used

Enhanced metadata:

Added meaningful description

Updated copyright to show date range

Added modern versioning attributes

Versioning enhancements:

Added AssemblyFileVersion

Added AssemblyInformationalVersion for semantic versioning

Bumped version to 1.0.2 to suggest maintenance updates

Added build date in informational version

Organization:

Grouped related attributes together

Added clear section comments

Removed redundant comments while keeping useful ones

Best practices:

Followed semantic versioning guidelines

Added proper COM visibility comments

Maintained consistent spacing

Used more specific version numbers

Maintenance:

Made version numbers easier to find and modify

Added date reference in informational version

Left GUID intact for COM compatibility

This version provides better documentation, follows modern .NET practices, and makes maintenance easier while maintaining backward compatibility. The version numbers can be adjusted according to your specific release cycle needs.
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