Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release-v1.0.1 #35

Merged
merged 51 commits into from
Jul 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
e56fde2
Initial commit
josesimoes Oct 1, 2020
aad6621
Initial project setup, empty class, naming
Ellerbach Oct 1, 2020
0166061
Initial commit adding System.Device.I2c managed implementation (#1)
Ellerbach Oct 2, 2020
9f20dd3
Fix broken links in documentation (#2)
PlasmaEye Oct 12, 2020
5525127
Remove I2cSharingMode
josesimoes Oct 26, 2020
5f03e58
Minor improvements in code style
josesimoes Oct 26, 2020
aab49d8
Remove dependency of Windows.Device.I2c
josesimoes Oct 27, 2020
b388ba4
Update build status badge
josesimoes Oct 27, 2020
96aab04
Add I2cTransferResult and I2cTransferStatus (#11)
josesimoes Oct 27, 2020
5a32edf
Update CHANGELOG for v1.0.0
nfbot Oct 27, 2020
a737167
Update version.json
josesimoes Oct 27, 2020
f4d4e1c
Update CHANGELOG for v1.0.1
nfbot Oct 27, 2020
025e0f9
Update sonarcloud badges
josesimoes Oct 27, 2020
95e1156
Work CD-CI
josesimoes Oct 27, 2020
e9cb84c
Update CHANGELOG for v1.0.1
nfbot Oct 27, 2020
cd1f40e
Fix sonarcloud badges
josesimoes Oct 27, 2020
ff70f20
Update CHANGELOG for v1.0.1
nfbot Oct 27, 2020
ad309bc
Update dependencies
github-actions[bot] Oct 28, 2020
c398b21
Update CHANGELOG for v1.0.1
nfbot Oct 28, 2020
762900e
Update CICD image (#13)
networkfusion Dec 1, 2020
8bb3ba6
Bumps nanoFramework.CoreLibrary from 1.9.1-preview.6 to 1.10.0-preview.4
nfbot Dec 7, 2020
73c6b36
Update CHANGELOG for v1.0.1
nfbot Dec 7, 2020
d5a2fb7
Bumps nanoFramework.CoreLibrary from 1.10.0-preview.4 to 1.10.1-previ…
nfbot Dec 28, 2020
9c2d8ab
Update CHANGELOG for v1.0.1
nfbot Dec 28, 2020
8a05b53
Work CI-CD
networkfusion Dec 28, 2020
011b6b7
Bumps nanoFramework.CoreLibrary from 1.10.1-preview.6 to 1.10.1-previ…
nfbot Dec 29, 2020
2688e45
Update CHANGELOG for v1.0.1
nfbot Dec 29, 2020
d4de1ec
Bumps nanoFramework.CoreLibrary from 1.10.1-preview.7 to 1.10.1-previ…
nfbot Jan 6, 2021
939b4d5
Update CHANGELOG for v1.0.1
nfbot Jan 6, 2021
a435b6a
Update update-dependencies.yml
networkfusion Feb 11, 2021
5e7b830
Update 2 nuget dependencies
github-actions[bot] Feb 16, 2021
d69769e
Revert "Update 2 nuget dependencies"
josesimoes Feb 16, 2021
82f5493
Bumps nanoFramework.CoreLibrary from 1.10.1-preview.9 to 1.10.1-previ…
nfbot Mar 2, 2021
fe25b16
Update CHANGELOG for v1.0.1
nfbot Mar 2, 2021
b5d88d4
Bumps nanoFramework.CoreLibrary from 1.10.1-preview.11 to 1.10.3-prev…
nfbot Mar 21, 2021
37baf8a
Update CHANGELOG for v1.0.1
nfbot Mar 21, 2021
5e9ad16
Work CI-CD
josesimoes Mar 25, 2021
89a6dae
Update version.json
networkfusion Apr 12, 2021
c5cc913
Update version.json
networkfusion Apr 12, 2021
741a32a
Bumps nanoFramework.CoreLibrary from 1.10.3-preview.7 to 1.10.3-previ…
nfbot May 4, 2021
bd36de5
Bumps nanoFramework.CoreLibrary from 1.10.3-preview.20 to 1.10.4-prev…
nfbot May 13, 2021
0898b00
Bumps nanoFramework.CoreLibrary from 1.10.4-preview.4 to 1.10.4-previ…
nfbot May 19, 2021
5cbad02
Bumps nanoFramework.CoreLibrary from 1.10.4-preview.6 to 1.10.4-previ…
nfbot May 19, 2021
b912e57
Update 1 nuget dependencies
github-actions[bot] May 30, 2021
4a20ea2
Bumps nanoFramework.CoreLibrary from 1.10.5-alpha.145.6 to 1.10.5-pre…
nfbot May 31, 2021
cf146df
Update 1 nuget dependencies (#31)
github-actions[bot] Jun 6, 2021
40a88d6
Bumps nanoFramework.CoreLibrary from 1.10.5-preview.10 to 1.10.5-prev…
nfbot Jun 7, 2021
526012f
Bumps nanoFramework.CoreLibrary from 1.10.5-preview.13 to 1.10.5-prev…
nfbot Jun 19, 2021
939d811
Fix reference to mscorlib
josesimoes Jul 6, 2021
50cb2a9
Update 1 nuget dependencies
github-actions[bot] Jul 14, 2021
4dec051
Set version to '1.0.1'
nfbot Jul 16, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Copyright (c) .NET Foundation and Contributors
# See LICENSE file in the project root for full license information.

# This workflow will periodically check .NET nanoFramework dependencies and updates them in the repository it's running.

name: Daily update dependencies

on:
schedule:
# At 00:00 UTC every day.
- cron: '00 00 * * *'
repository_dispatch:
types: update-dependencies

defaults:
run:
shell: pwsh

jobs:
update-dotnet-preview:
name: Update .NET nanoFramework dependencies
timeout-minutes: 15
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
with:
path: main
- name: Checkout tools repo
uses: actions/checkout@v2.3.1
with:
repository: nanoframework/nf-tools
path: tools
- name: Update dependencies
run: ./github-actions/update-nf-dependencies.ps1
working-directory: tools
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
if: env.CREATE_PR == 'true'
with:
title: '${{ env.PR_TITLE }}'
body: |
${{ env.PR_MESSAGE }}

[version update]

### :warning: This is an automated update. :warning:
committer: 'nfbot <dependencybot@nanoframework.net>'
branch: ${{ env.BRANCH_NAME }}
path: main
labels: |
Type: dependencies
13 changes: 13 additions & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
user=nanoframework
project=lib-System.Device.I2c
issues=true
add_issues_wo_labels=false
add_pr_wo_labels=false
add_issues_wo_labels=false
filter_issues_by_milestone=false
exclude_labels=Area: Config-and-Build,Area: Infrastructure-and-Organization,reverted
enhancement_labels=Type: enhancement
bug_labels=Type: bug
merge_prefix=**Documentation and other chores:**
unreleased_label=**Changes available only in 'Preview' NuGet packages:**
author=false
255 changes: 255 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,255 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/

# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
*.VisualState.xml
TestResult.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

# DNX
project.lock.json
artifacts/

*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding add-in
.JustCode

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

# MightyMoose
*.mm.*
AutoTest.Net/

# Web workbench (sass)
.sass-cache/

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets

# Microsoft Azure Build Output
csx/
*.build.csdef

# Microsoft Azure Emulator
ecf/
rcf/

# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs

# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
*.mdf
*.ldf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

# Microsoft Fakes
FakesAssemblies/

# GhostDoc plugin setting file
*.GhostDoc.xml

# Node.js Tools for Visual Studio
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions

# Paket dependency manager
.paket/paket.exe
paket-files/

# FAKE - F# Make
.fake/

# JetBrains Rider
.idea/
*.sln.iml

#SoundCloud
*.sonarqube/
Loading