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

Commit

Permalink
Bumps nanoFramework.CoreLibrary from 1.0.5-preview024 to 1.0.6-previe…
Browse files Browse the repository at this point in the history
…w-001 (#30)
  • Loading branch information
nfbot authored and josesimoes committed Nov 8, 2018
1 parent 0b2a4e5 commit 20e75b6
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 20 deletions.
6 changes: 3 additions & 3 deletions source/Windows.Devices.I2c/Windows.Devices.I2c.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<NFMDP_CMD_LINE_OUTPUT>false</NFMDP_CMD_LINE_OUTPUT>
</PropertyGroup>
<ItemGroup>
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.0.5-preview024\lib\mscorlib.dll">
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.0.6-preview-001\lib\mscorlib.dll">
<InProject>false</InProject>
</NFMDP_PE_LoadHints>
</ItemGroup>
Expand All @@ -65,8 +65,8 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib, Version=1.0.5.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.0.5-preview024\lib\mscorlib.dll</HintPath>
<Reference Include="mscorlib, Version=1.0.6.1, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.0.6-preview-001\lib\mscorlib.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion source/Windows.Devices.I2c/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.0.5-preview024" targetFramework="netnanoframework10" />
<package id="nanoFramework.CoreLibrary" version="1.0.6-preview-001" targetFramework="netnanoframework10" />
<package id="Nerdbank.GitVersioning" version="2.2.13" developmentDependency="true" />
</packages>
20 changes: 11 additions & 9 deletions source/nanoFramework.Windows.Devices.I2c.DELIVERABLES.nuspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>nanoFramework.Windows.Devices.I2c.DELIVERABLES</id>
Expand All @@ -7,24 +7,26 @@
<authors>nanoFramework project contributors</authors>
<owners>nanoFramework project contributors</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes></releaseNotes>
<releaseNotes>
</releaseNotes>
<developmentDependency>false</developmentDependency>
<projectUrl>https://github.com/nanoframework</projectUrl>
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
<copyright>Copyright (c) 2018 The nanoFramework project contributors</copyright>
<copyright>Copyright (c) 2018 The nanoFramework project contributors</copyright>
<description>** DON'T REFERENCE THIS PACKAGE ** Not meant for development. This package includes the deliverable artifacts of the Windows.Devices.I2c assembly for nanoFramework. These are for testing purposes and for updating the native code base of the library.</description>
<summary>Windows.Devices.I2c.DELIVERABLES is not meant for development.</summary>
<tags></tags>
<tags>
</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="[1.0.5-preview024]" />
</dependencies>
<dependency id="nanoFramework.CoreLibrary" version="[1.0.6-preview-001]" />
</dependencies>
</metadata>
<files>
<file src="Windows.Devices.I2c\bin\Release\Stubs\*.*" target="content\Stubs\" />
<file src="Windows.Devices.I2c\obj\Release\*.txt" target="content\txt\" />
<file src="Windows.Devices.I2c\obj\Release\*.dump" target="content\dump\" />
<file src="Windows.Devices.I2c\obj\Release\*.strings" target="content\dump\" />
<file src="Windows.Devices.I2c\obj\Release\*.resources" target="content\resources\" />
<file src="Windows.Devices.I2c\obj\Release\*.il" target="content\disasm\" />
<file src="Windows.Devices.I2c\obj\Release\*.resources" target="content\resources\" />
<file src="Windows.Devices.I2c\obj\Release\*.il" target="content\disasm\" />
</files>
</package>
</package>
15 changes: 8 additions & 7 deletions source/nanoFramework.Windows.Devices.I2c.nuspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>nanoFramework.Windows.Devices.I2c</id>
Expand All @@ -7,23 +7,24 @@
<authors>nanoFramework project contributors</authors>
<owners>nanoFramework project contributors</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes></releaseNotes>
<releaseNotes>
</releaseNotes>
<developmentDependency>false</developmentDependency>
<projectUrl>https://github.com/nanoframework</projectUrl>
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
<copyright>Copyright (c) 2018 The nanoFramework project contributors</copyright>
<copyright>Copyright (c) 2018 The nanoFramework project contributors</copyright>
<description>This package includes the Windows.Devices.I2c assembly for nanoFramework C# projects.</description>
<summary>Windows.Devices.I2c assembly for nanoFramework C# projects</summary>
<tags>nanoFramework C# csharp netmf netnf Windows.Devices.I2c</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="[1.0.5-preview024]" />
</dependencies>
<dependency id="nanoFramework.CoreLibrary" version="[1.0.6-preview-001]" />
</dependencies>
</metadata>
<files>
<file src="Windows.Devices.I2c\bin\Release\Windows.Devices.I2c.dll" target="lib\Windows.Devices.I2c.dll" />
<file src="Windows.Devices.I2c\bin\Release\Windows.Devices.I2c.pdb" target="lib\Windows.Devices.I2c.pdb" />
<file src="Windows.Devices.I2c\bin\Release\Windows.Devices.I2c.pdbx" target="lib\Windows.Devices.I2c.pdbx" />
<file src="Windows.Devices.I2c\bin\Release\Windows.Devices.I2c.pe" target="lib\Windows.Devices.I2c.pe" />
<file src="Windows.Devices.I2c\bin\Release\Windows.Devices.I2c.xml" target="lib\Windows.Devices.I2c.xml" />
<file src="Windows.Devices.I2c\bin\Release\Windows.Devices.I2c.xml" target="lib\Windows.Devices.I2c.xml" />
</files>
</package>
</package>

0 comments on commit 20e75b6

Please sign in to comment.