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

GH2637 GH2638: Update CreateAssemblyInfo alias #2639

Merged
merged 2 commits into from
Oct 15, 2019

Commits on Oct 15, 2019

  1. (cake-buildGH-2637) Fix string rendering of boolean value

    There is a difference between how C# and VB interpret a boolean value.
    C# uses true/false, where as VB uses True/False
    gep13 committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    18ed6a4 View commit details
    Browse the repository at this point in the history
  2. (cake-buildGH-2638) Add ability to pass bool and null values

    When creating CustomAttributes for AssemblyInfo files, it is useful to
    be able to generate attributes with boolean values, as well as attributes
    that don't have a value.  This is a "simple" solution to allow this to
    happen, a broader fix would be to use Roslyn to fully understand all
    attributes in the file.
    gep13 committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    8546aa3 View commit details
    Browse the repository at this point in the history