added file version info attributes to main assemblies

This commit is contained in:
Peter Honeder 2015-07-20 16:54:39 -07:00
parent c7e5834a17
commit a4ad8c0793
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,5 @@
using System.Runtime.CompilerServices;
using System.Reflection;
[assembly:InternalsVisibleTo("System.Management.Automation")]
[assembly:AssemblyFileVersionAttribute("1.0.0.0")]

View file

@ -1,3 +1,4 @@
using System.Runtime.CompilerServices;
using System.Reflection;
[assembly:InternalsVisibleTo("System.Management.Automation")]
//[assembly:InternalsVisibleTo("ps_hello_world")]
[assembly:AssemblyFileVersionAttribute("1.0.0.0")]

View file

@ -6,8 +6,8 @@ using System.Reflection;
[assembly:InternalsVisibleTo("Microsoft.PowerShell.Commands.Utility")]
[assembly:InternalsVisibleTo("Microsoft.PowerShell.Security")]
[assembly:InternalsVisibleTo("Microsoft.PowerShell.CoreCLR.AssemblyLoadContext")]
//[assembly:InternalsVisibleTo("ps_hello_world")]
[assembly:InternalsVisibleTo("ps_test")]
[assembly:AssemblyFileVersionAttribute("1.0.0.0")]
//