Skip to content

Version‐Assemblies

Luca Sgroi edited this page May 20, 2017 · 11 revisions

Synopsis

Version all the assemblies in the solution by modifying AssemblyInfo.cs files.


Description

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.


Properties

  • ExcludeAssemblyInfo - Array of files to exclude (relative path from solution's directory)
    Optional