File tree Expand file tree Collapse file tree 3 files changed +3
-51
lines changed
nanoFramework.Runtime.Native Expand file tree Collapse file tree 3 files changed +3
-51
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55// set of attributes. Change these attribute values to modify the information
66// associated with an assembly.
77using System . Reflection ;
8- using System . Runtime . InteropServices ;
98
109[ assembly: AssemblyTitle ( "nanoFramework.Runtime.Native" ) ]
1110[ assembly: AssemblyCompany ( "nanoFramework Contributors" ) ]
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 ) ]
Original file line number Diff line number Diff line change 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 >
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" />
You can’t perform that action at this time.
0 commit comments