Albacore / albacore

Albacore is a professional quality suite of Rake tasks for building .NET or Mono based systems.
www.albacorebuild.net
221 stars 64 forks source link

Reading information from existing AssemblyInfo files #211

Closed metatron-the-chronicler closed 7 years ago

metatron-the-chronicler commented 8 years ago

With Albacore 2 how can I read the information in a pre-existing AssemblyInfo.cs file? I want to use this data as the basis for NuGet packages stemming from a solution with multiple sub-projects.

haf commented 8 years ago

I never had any use for that particular functionality; but if you want it, it would make sense to add. Feel free to PR it here :)

metatron-the-chronicler commented 8 years ago

Submitted pull request. #214

haf commented 7 years ago

Merged PR.

haf commented 7 years ago

Could you please document this feature on the wiki, to finish it off and make it releasable?