ploeh / ZeroToNine

A tool for maintaining .NET Assembly versions across multiple files.
MIT License
147 stars 16 forks source link

VB support #4

Closed ploeh closed 10 years ago

ploeh commented 10 years ago

Currently, Zero29 looks for AssemblyVersion and AssemblyFileVersion attributes in F# and C# syntax. Perhaps it should also support Visual Basic syntax.

Can this be done implicitly (by inference, like with F# and C#), or does it require an explicit command-line switch?