Guest User

Untitled

a guest
May 24th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. [assembly: AssemblyVersion("1.0.*")]
  2. [assembly: AssemblyFileVersion("1.0.*")]
  3.  
  4. // Version information for an assembly consists of the following four values:
  5. //
  6. // Major Version
  7. // Minor Version
  8. // Build Number
  9. // Revision
  10. //
  11. // You can specify all the values or you can default the Build and Revision Numbers
  12. // by using the '*' as shown below:
  13. //[assembly: AssemblyVersion("1.0.*")]
  14. [assembly: AssemblyVersion("1.0.0.0")]
  15. [assembly: AssemblyFileVersion("1.0.0.0")]
  16.  
  17. [assembly: AssemblyVersion("1.0.*")]
  18. //[assembly: AssemblyVersion("1.0.0.0")]
  19. //[assembly: AssemblyFileVersion("1.0.0.0")]
Add Comment
Please, Sign In to add comment