Skip to content
New issue

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

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

Already on GitHub? # to your account

add ability to customize Autogenerated Message #32

Merged
merged 1 commit into from
Feb 19, 2022

Conversation

dansiegel
Copy link
Owner

Description

Currently the output code includes an autogenerated header with a default Autogenerated message. This PR adds the ability to add a customized Autogenerated Message

var builder = CodeGenerate.Create("AwesomeApp")
                          .WithAutoGeneratedMessage(@"This file was autogenerated by my Code Generator
Copyright (c) 2022 My Company

Do not make changes to this file.");

@dansiegel dansiegel added the enhancement New feature or request label Feb 19, 2022
@dansiegel dansiegel merged commit b5863ae into master Feb 19, 2022
@dansiegel dansiegel deleted the autogenerated-message branch February 19, 2022 03:00
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant