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

Merge 'develop' for Release 1.0.0 #26

Merged
merged 50 commits into from
Oct 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
4e1b921
Initial version of nanoFramework.Hardware.Esp32 (#1)
AdrianSoundy Jun 5, 2018
c31c77b
Correct URLs for build badges
josesimoes Jun 5, 2018
76d8062
Correct project URL in package properties
josesimoes Jun 5, 2018
cdf89df
Correct project URL in package properties
josesimoes Jun 5, 2018
06d93b0
Update Nugets (#2)
josesimoes Jun 16, 2018
6911760
Update Nuget 📦 (#3)
AdrianSoundy Jun 24, 2018
af1bcb8
Fix typo in WakeupByTimer method name (#4)
AdrianSoundy Jun 25, 2018
391ffc1
📦 Update Nugets (#5)
josesimoes Aug 3, 2018
7ed7d5e
📦 Update Nugets (#6)
josesimoes Aug 7, 2018
fad1e74
Update URL and mentions from Slack to Discord
josesimoes Aug 23, 2018
e06cf1f
Correct Discord URL and add Discord badge
josesimoes Aug 23, 2018
29e4abc
Update Nugets (#7)
josesimoes Aug 27, 2018
4b8adba
Add PS script to call Discord webhook on build failure
josesimoes Aug 30, 2018
003568a
Update appveyor.yml
josesimoes Aug 30, 2018
b3debbe
Update README.md
josesimoes Sep 12, 2018
c6be28a
Update README.md
josesimoes Sep 12, 2018
4b5f587
Bump nanoFramework.CoreLibrary, Devices.Gpio and Runtime.Events (#9)
dependabot[bot] Sep 12, 2018
de2eeee
Update strong name key to match mscorlib (#12)
josesimoes Sep 18, 2018
3e3ca57
Fix URLs for Nuget and MyGet badges
josesimoes Sep 18, 2018
ca1fdb2
Bump nanoFramework.Windows.Devices.Gpio from 1.0.0-preview197 to 1.0.…
dependabot[bot] Sep 18, 2018
1efe9fc
Bump nanoFramework.Runtime.Events (#14)
dependabot[bot] Sep 18, 2018
f6108ee
High res timer (#15)
AdrianSoundy Sep 28, 2018
d045486
Create PULL_REQUEST_TEMPLATE.md
josesimoes Oct 8, 2018
bbc9bc2
Repo reorganization (#19)
josesimoes Oct 8, 2018
e625750
Work on CI (#20)
josesimoes Oct 8, 2018
0ff3eba
Update CHANGELOG for v1.0.0-preview025
nfbot Oct 8, 2018
27b71de
Delete Nuget.nanoFramework.Hardware.ESP32.DELIVERABLES.nuproj
josesimoes Oct 8, 2018
77d9b8f
Delete Nuget.nanoFramework.Hardware.ESP32.nuproj
josesimoes Oct 8, 2018
1de3a3d
Update .github_changelog_generator
josesimoes Oct 8, 2018
91413e3
Update 3 NuGet dependencies (#21)
nfbot Oct 8, 2018
a98ed91
Update 3 NuGet dependencies (#22)
nfbot Oct 8, 2018
d2c484a
Update README.md
josesimoes Oct 11, 2018
2d4512f
Update README.md
josesimoes Oct 13, 2018
ba82a09
Update appveyor.yml
josesimoes Oct 13, 2018
3726407
Update appveyor.yml
josesimoes Oct 13, 2018
9fcac31
Update appveyor.yml
josesimoes Oct 13, 2018
f5176fd
Update 3 NuGet dependencies (#23)
nfbot Oct 13, 2018
1f3b5fb
Update assembly info file for v1.0.0-preview037
nfbot Oct 13, 2018
8787995
Bumps nanoFramework.Windows.Devices.Gpio from 1.0.0-preview226 to 1.0…
nfbot Oct 15, 2018
86d790d
Update assembly info file for v1.0.0-preview039
nfbot Oct 15, 2018
05e1dee
Update appveyor.yml
josesimoes Oct 15, 2018
9b2d3de
Update appveyor.yml
josesimoes Oct 16, 2018
9a98bea
Update .github_changelog_generator
josesimoes Oct 16, 2018
e647a1a
Update assembly info file for v1.0.0-rc001
nfbot Oct 16, 2018
74e4d4e
Update CHANGELOG for v1.0.0-rc001
nfbot Oct 16, 2018
5db185d
Update commit-assemblyinfo-changes.ps1
josesimoes Oct 16, 2018
5020f5c
Update appveyor.yml
josesimoes Oct 16, 2018
e38f247
Improvements on CI & CD
josesimoes Oct 17, 2018
b87c299
Update 3 NuGet dependencies (#25)
nfbot Oct 17, 2018
016604a
Update CHANGELOG for v1.0.0-rc001
nfbot Oct 17, 2018
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
36 changes: 36 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->

## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes/closes/resolves an open issue, please link to the issue here using the template bellow (mind the link as all issues are open in the Home repository, not in this one) -->
- Fixes/Closes/Resolves nanoFramework/Home#NNNN

## How Has This Been Tested?<!-- (if applicable) -->
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->

## Screenshots<!-- (if appropriate): -->

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] Improvement (non-breaking change that improves a feature, code or algorithm)
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have read the **CONTRIBUTING** document.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.

<!--- It would be nice if you could sign off your contribution by replacing the name with your GitHub user name and GitHub email contact. -->
Signed-off-by: GITHUB_USER <GITHUB_USER_EMAIL>
14 changes: 14 additions & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
user=nanoframework
project=lib-nanoFramework.Hardware.Esp32
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:**
issue_line_labels=Breaking-Change,documentation
author=false
252 changes: 252 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,252 @@
## 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
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Change Log

## [v1.0.0](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.0.0) (2018-10-17)
**Implemented enhancements:**

- Update strong name key to match mscorlib [\#12](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/12)

**Fixed bugs:**

- Fix typo in WakeupByTimer method name [\#4](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/4)

**Documentation and other chores:**

- Update 3 NuGet dependencies [\#25](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/25)
- Bumps nanoFramework.Windows.Devices.Gpio from 1.0.0-preview226 to 1.0.0-preview228 [\#24](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/24)
- Update 3 NuGet dependencies [\#23](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/23)
- Update 3 NuGet dependencies [\#22](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/22)
- Update 3 NuGet dependencies [\#21](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/21)
- Add High res timer class [\#15](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/15)
- Bump nanoFramework.Runtime.Events from 1.0.0-preview188 to 1.0.0-preview191 in /source [\#14](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/14)
- Bump nanoFramework.Windows.Devices.Gpio from 1.0.0-preview197 to 1.0.0-preview199 in /source [\#13](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/13)
- Bump nanoFramework.CoreLibrary, Devices.Gpio and Runtime.Events in /source [\#9](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/9)



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
3 changes: 3 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributor Code of Conduct

Please refer to the contributor Code of Conduct at the Home repository [here](https://github.com/nanoframework/Home/blob/master/CODE_OF_CONDUCT.md.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributing to **nanoFramework**

Please refer to the contribution guidelines at the Home repository [here](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md).
38 changes: 38 additions & 0 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
next-version: 1.0.0
assembly-versioning-scheme: MajorMinorPatch
assembly-file-versioning-scheme: MajorMinorPatch
assembly-informational-format: '{LegacySemVerPadded}'
build-metadata-padding: 3
legacy-semver-padding: 3
major-version-bump-message: '\+semver:\s?(breaking|major)'
minor-version-bump-message: '\+semver:\s?(feature|minor)'
patch-version-bump-message: '\+semver:\s?(fix|patch)'
branches:
master:
mode: ContinuousDelivery
tag:
increment: Patch
prevent-increment-of-merged-branch-version: true
track-merge-target: false
develop:
regex: dev(elop)?(ment)?$
mode: ContinuousDeployment
tag: preview
increment: Patch
prevent-increment-of-merged-branch-version: false
track-merge-target: true
tracks-release-branches: true
is-release-branch: false
release:
tag: rc
pull-request:
regex: (pull|pull\-requests|pr)[/-]
tag: alpha
mode: ContinuousDelivery
increment: Inherit
prevent-increment-of-merged-branch-version: false
track-merge-target: false
tracks-release-branches: false
is-release-branch: false
ignore:
sha: []
Loading