ewilde / crane

Crane creates builds scripts so you don't have to
http://blog.cranebuild.com
Apache License 2.0
6 stars 2 forks source link

[api] patch assembly info #77

Closed ewilde closed 9 years ago

ewilde commented 9 years ago

api should be able to patch a projects assembly info file

foreach (var proj in solution.Projects)
{
      api.PatchAssemblyInfoFile(project)
}
function PatchAssemblyInfoFile(Project project)
{
   var path = project.AssemblyInfo.Path
....
....
....
}