Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nanoframework/System.Device.I2c
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1-preview.8
Choose a base ref
...
head repository: nanoframework/System.Device.I2c
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1-preview.11
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Oct 28, 2020

  1. Update CHANGELOG for v1.0.1

    ***NO_CI***
    nfbot committed Oct 28, 2020
    Copy the full SHA
    c398b21 View commit details

Commits on Dec 1, 2020

  1. Update CICD image (#13)

    ***NO_CI***
    networkfusion authored Dec 1, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    762900e View commit details

Commits on Dec 7, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8bb3ba6 View commit details
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-System.Device.I2c/tree/HEAD)

[Full Changelog](https://github.com/nanoframework/lib-System.Device.I2c/compare/v1.0.1-preview.6...HEAD)

**Documentation and other chores:**

- Update dependencies [\#12](https://github.com/nanoframework/lib-System.Device.I2c/pull/12)

## [v1.0.1-preview.6](https://github.com/nanoframework/lib-System.Device.I2c/tree/v1.0.1-preview.6) (2020-10-27)

[Full Changelog](https://github.com/nanoframework/lib-System.Device.I2c/compare/v1.0.1-preview.4...v1.0.1-preview.6)

## [v1.0.1-preview.4](https://github.com/nanoframework/lib-System.Device.I2c/tree/v1.0.1-preview.4) (2020-10-27)

[Full Changelog](https://github.com/nanoframework/lib-System.Device.I2c/compare/v1.0.1-preview.1...v1.0.1-preview.4)
8 changes: 4 additions & 4 deletions System.Device.I2c/System.Device.I2c.nfproj
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"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<NanoFrameworkProjectSystemPath>$(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
@@ -38,7 +38,7 @@
</NFMDP_PE_ExcludeClassByName>
</ItemGroup>
<ItemGroup>
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.9.1-preview.6\lib\mscorlib.dll">
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.10.0-preview.4\lib\mscorlib.dll">
<InProject>false</InProject>
</NFMDP_PE_LoadHints>
</ItemGroup>
@@ -56,8 +56,8 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib, Version=1.9.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.9.1-preview.6\lib\mscorlib.dll</HintPath>
<Reference Include="mscorlib, Version=1.10.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.10.0-preview.4\lib\mscorlib.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
2 changes: 1 addition & 1 deletion System.Device.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.9.1-preview.6" targetFramework="netnanoframework10" />
<package id="nanoFramework.CoreLibrary" version="1.10.0-preview.4" targetFramework="netnanoframework10" />
<package id="Nerdbank.GitVersioning" version="3.1.91" developmentDependency="true" targetFramework="netnanoframework10" />
</packages>
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ resources:
endpoint: nanoframework

pool:
vmImage: 'VS2017-Win2016'
vmImage: 'windows-2019'

variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
2 changes: 1 addition & 1 deletion nanoFramework.System.Device.I2c.DELIVERABLES.nuspec
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
<tags>
</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.9.1-preview.6" />
<dependency id="nanoFramework.CoreLibrary" version="1.10.0-preview.4" />
</dependencies>
</metadata>
<files>
2 changes: 1 addition & 1 deletion nanoFramework.System.Device.I2c.nuspec
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ This package requires a target with System.Device.I2c v$nativeVersion$ (checksum
<summary>System.Device.I2c assembly for .NET nanoFramework C# projects</summary>
<tags>nanoFramework C# csharp netmf netnf System.Device.I2c</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.9.1-preview.6" />
<dependency id="nanoFramework.CoreLibrary" version="1.10.0-preview.4" />
</dependencies>
</metadata>
<files>