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

Add Visual Basic support to AssemblyFileInfo task and make Namespace optional in config #471

Merged
merged 2 commits into from
Jun 16, 2014

Commits on Jun 13, 2014

  1. Add Visual Basic support to AssemblyFileInfo

    Drew Peterson committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    a8ba573 View commit details
    Browse the repository at this point in the history
  2. Optional Namespace in AssemblyInfoFileConfig

    Namespace should be optional as it's not required if GenerateClass = false.
    If GenerateClass is false, a namespace should not be added to the
    AssemblyInfo file.
    
    - Make AssemblyInfoFileConfig a class with optional UseNamespace
    - Alter CreateCSharpAssemblyInfoWithConfig and
      CreateVisualBasicAssemblyInfoWithConfig to not write a namespace line
      unless a class is being generated
    Drew Peterson committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    280c5cc View commit details
    Browse the repository at this point in the history