10 lines
349 B
C#
10 lines
349 B
C#
using System.Reflection;
|
|
|
|
// You can specify all the values or you can default the Build and Revision Numbers
|
|
// by using the '*' as shown below:
|
|
// [assembly: AssemblyVersion("1.0.*")]
|
|
|
|
[assembly: AssemblyVersion("2.1.0.*")]
|
|
// wenn das nicht auskommentiert wird erhalten wir eine Warnung
|
|
// [assembly: AssemblyFileVersion("1.0.0.*")]
|