Skip to content

Commit

Permalink
Updated assembly info
Browse files Browse the repository at this point in the history
  • Loading branch information
skyguy94 committed Jun 1, 2015
1 parent 2b368e2 commit f85b443
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 52 deletions.
35 changes: 9 additions & 26 deletions poshring.tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,35 +1,18 @@
using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Manager.Tests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("poshring.tests")]
[assembly: AssemblyDescription("Test assembly for poshring.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Manager.Tests")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCompany("Care Evolution")]
[assembly: AssemblyProduct("CEDevEnvironment")]
[assembly: AssemblyCopyright("Copyright © CareEvolution 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]
[assembly: AssemblyInformationalVersion("0.0.0")]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: ComVisible(false)]
[assembly: Guid("ecf3aacc-075f-4706-be75-a1b09ee6d539")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// 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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
34 changes: 8 additions & 26 deletions poshring/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,36 +1,18 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("poshring")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Powershell credential management cmdlets via the Win32 Cred API.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("poshring")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCompany("Care Evolution")]
[assembly: AssemblyProduct("CEDevEnvironment")]
[assembly: AssemblyCopyright("Copyright © CareEvolution 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]
[assembly: AssemblyInformationalVersion("0.0.0")]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: ComVisible(false)]
[assembly: Guid("4d18cf2e-8d7d-4675-a78c-3cbc93ff1081")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// 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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit f85b443

Please sign in to comment.