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

licensing and packaging configurations #3

Merged
merged 2 commits into from
Jan 22, 2025
Merged

licensing and packaging configurations #3

merged 2 commits into from
Jan 22, 2025

Conversation

btungut
Copy link
Owner

@btungut btungut commented Jan 22, 2025

This pull request includes updates to the licensing and packaging configurations for the DotNetHeaderReplicator project. The most important changes include the addition of an MIT license file, updates to the project file to include new package metadata, and adjustments to assembly attributes.

Licensing updates:

  • LICENSE: Added the MIT license to the project.

Packaging configuration updates:

  • src/DotNetHeaderReplicator.csproj: Added PackageId, RepositoryType, PackageIcon, SymbolPackageFormat, IncludeSymbols, PackageLicenseFile, GeneratePackageOnBuild, PackageRequireLicenseAcceptance, and PublishRepositoryUrl properties. Updated PackageTags to a semicolon-separated list.
  • src/DotNetHeaderReplicator.csproj: Added a new InternalsVisibleTo attribute for DynamicProxyGenAssembly2.
  • src/DotNetHeaderReplicator.csproj: Included icon.png and LICENSE files in the package. Removed duplicate InternalsVisibleTo attribute.

@btungut btungut merged commit 97ac36e into master Jan 22, 2025
1 of 2 checks passed
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