Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

MyGet package publishing #1013

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Fixed AssemblyInfo
  • Loading branch information
iskiselev committed Jul 20, 2016
commit 5a5a3aff573ac5b84fc50a23fb55eccf751c373e
16 changes: 0 additions & 16 deletions JSIL.mscorlib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
[assembly: AssemblyTitle("JSIL.mscorlib")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("JSIL.mscorlib")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
Expand All @@ -23,17 +19,5 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("aef2633e-e92c-4a0d-b8e0-a072ed404af7")]

// 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")]
[assembly: JSRepaceAssemblyDeclaration("mscorlib")]
[assembly: JSOverrideAssemblyReference(typeof(object), "mscorlib")]
2 changes: 1 addition & 1 deletion Tests.DCE/Tests.DCE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<None Include="DCETests\StripOuterTypes.cs" />
<None Include="DCETests\StripInterfaceImplementation.cs" />
<Compile Include="..\JSIL\Properties\GlobalAssemblyInfo.cs">
<Link>GlobalAssemblyInfo.cs</Link>
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="DeadCodeEliminationTest.cs" />
<None Include="app.config" />
Expand Down