Skip to content

Commit 3b475ed

Browse files
authored
Remove GC class (#148)
***NO_CI***
1 parent 33e35bf commit 3b475ed

File tree

3 files changed

+3
-51
lines changed

3 files changed

+3
-51
lines changed

nanoFramework.Runtime.Native/GC.cs

Lines changed: 0 additions & 42 deletions
This file was deleted.

nanoFramework.Runtime.Native/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// set of attributes. Change these attribute values to modify the information
66
// associated with an assembly.
77
using System.Reflection;
8-
using System.Runtime.InteropServices;
98

109
[assembly: AssemblyTitle("nanoFramework.Runtime.Native")]
1110
[assembly: AssemblyCompany("nanoFramework Contributors")]
@@ -14,10 +13,5 @@
1413

1514
////////////////////////////////////////////////////////////////
1615
// update this whenever the native assembly signature changes //
17-
[assembly: AssemblyNativeVersion("100.0.10.0")]
16+
[assembly: AssemblyNativeVersion("100.0.11.0")]
1817
////////////////////////////////////////////////////////////////
19-
20-
// Setting ComVisible to false makes the types in this assembly not visible
21-
// to COM components. If you need to access a type in this assembly from
22-
// COM, set the ComVisible attribute to true on that type.
23-
[assembly: ComVisible(false)]

nanoFramework.Runtime.Native/nanoFramework.Runtime.Native.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<ProjectGuid>4C4AA37C-19D9-4C41-ADD0-BA83A0E593DA</ProjectGuid>
1313
<OutputType>Library</OutputType>
1414
<FileAlignment>512</FileAlignment>
15-
<RootNamespace></RootNamespace>
15+
<RootNamespace>
16+
</RootNamespace>
1617
<AssemblyName>nanoFramework.Runtime.Native</AssemblyName>
1718
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
1819
<NF_IsCoreLibrary>True</NF_IsCoreLibrary>
@@ -44,7 +45,6 @@
4445
<ItemGroup>
4546
<Compile Include="RebootOption.cs" />
4647
<Compile Include="Power.cs" />
47-
<Compile Include="GC.cs" />
4848
<Compile Include="SystemInfo.cs" />
4949
<Compile Include="ExecutionConstraint.cs" />
5050
<Compile Include="Properties\AssemblyInfo.cs" />

0 commit comments

Comments
 (0)