Guest User

Untitled

a guest
Oct 19th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // Auto increment assembly version
  2. // <Major Version>.<Minor Version>.*
  3.  
  4. // C#:
  5. [assembly: AssemblyVersion("1.0.*")]
  6.  
  7. ' VB.NET:
  8. <assembly: AssemblyVersion("1.0.*")>
Add Comment
Please, Sign In to add comment