-
Notifications
You must be signed in to change notification settings - Fork 1
Version‐Assemblies
Luca Sgroi edited this page May 20, 2017
·
11 revisions
Version all the assemblies in the solution by modifying AssemblyInfo.cs
files.
The AssemblyInfo.cs
files are modified as follow:
-
AssemblyVersion
=($Version.Major).0.0.0
-
AssemblyFileVersion
=$Version.AssemblySemVer
-
AssemblyInformationalVersion
=$Version.InformationalVersion
The files are searched in each project directory up to two directory level down.
-
ExcludeAssemblyInfo - Array of files to exclude (relative path from solution's directory)
Optional