Skip to content

Commit

Permalink
Release release-v1.0.1
Browse files Browse the repository at this point in the history
***PUBLISH_RELEASE***
  • Loading branch information
nfbot authored Jun 12, 2020
2 parents f9773fb + c2651e4 commit 698c9c0
Show file tree
Hide file tree
Showing 24 changed files with 2,124 additions and 1 deletion.
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-nanoFramework.System.Collections
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/
117 changes: 117 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
# Changelog

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

[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Collections/compare/v1.0.1-preview.7...HEAD)

**Documentation and other chores:**

- Bumps nanoFramework.CoreLibrary from 1.7.3-preview.4 to 1.7.3 [\#13](https://github.com/nanoframework/lib-nanoFramework.System.Collections/pull/13)

## [v1.0.1-preview.7](https://github.com/nanoframework/lib-nanoFramework.System.Collections/tree/v1.0.1-preview.7) (2020-05-29)

[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Collections/compare/v1.0.1-preview.6...v1.0.1-preview.7)

**Documentation and other chores:**

- Bumps nanoFramework.CoreLibrary from 1.7.2-preview.7 to 1.7.3-preview.4 [\#12](https://github.com/nanoframework/lib-nanoFramework.System.Collections/pull/12)

## [v1.0.1-preview.6](https://github.com/nanoframework/lib-nanoFramework.System.Collections/tree/v1.0.1-preview.6) (2020-05-08)

[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Collections/compare/v1.0.1-preview.5...v1.0.1-preview.6)

**Documentation and other chores:**

- Bumps nanoFramework.CoreLibrary from 1.7.2-preview.6 to 1.7.2-preview.7 [\#11](https://github.com/nanoframework/lib-nanoFramework.System.Collections/pull/11)

## [v1.0.1-preview.5](https://github.com/nanoframework/lib-nanoFramework.System.Collections/tree/v1.0.1-preview.5) (2020-05-08)

[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Collections/compare/v1.0.1-preview.4...v1.0.1-preview.5)

**Documentation and other chores:**

- Bumps nanoFramework.CoreLibrary from 1.7.2-preview.5 to 1.7.2-preview.6 [\#10](https://github.com/nanoframework/lib-nanoFramework.System.Collections/pull/10)

## [v1.0.1-preview.4](https://github.com/nanoframework/lib-nanoFramework.System.Collections/tree/v1.0.1-preview.4) (2020-04-27)

[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Collections/compare/v1.0.1-preview.3...v1.0.1-preview.4)

**Documentation and other chores:**

- Bumps nanoFramework.CoreLibrary from 1.7.2-preview.4 to 1.7.2-preview.5 [\#9](https://github.com/nanoframework/lib-nanoFramework.System.Collections/pull/9)

## [v1.0.1-preview.3](https://github.com/nanoframework/lib-nanoFramework.System.Collections/tree/v1.0.1-preview.3) (2020-04-16)

[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Collections/compare/v1.0.1-preview.2...v1.0.1-preview.3)

**Documentation and other chores:**

- Bumps nanoFramework.CoreLibrary from 1.7.1-preview.4 to 1.7.2-preview.4 [\#8](https://github.com/nanoframework/lib-nanoFramework.System.Collections/pull/8)

## [v1.0.1-preview.2](https://github.com/nanoframework/lib-nanoFramework.System.Collections/tree/v1.0.1-preview.2) (2020-04-14)

[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Collections/compare/v1.0.1-preview.1...v1.0.1-preview.2)

**Documentation and other chores:**

- Bumps nanoFramework.CoreLibrary from 1.7.0-preview.12 to 1.7.1-preview.4 [\#7](https://github.com/nanoframework/lib-nanoFramework.System.Collections/pull/7)

## [v1.0.1-preview.1](https://github.com/nanoframework/lib-nanoFramework.System.Collections/tree/v1.0.1-preview.1) (2020-03-25)

[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Collections/compare/v1.0.0-preview.12...v1.0.1-preview.1)

## [v1.0.0-preview.12](https://github.com/nanoframework/lib-nanoFramework.System.Collections/tree/v1.0.0-preview.12) (2020-03-10)

[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Collections/compare/v1.0.0-preview.11...v1.0.0-preview.12)

**Documentation and other chores:**

- Bumps nanoFramework.CoreLibrary from 1.7.0-preview.11 to 1.7.0-preview.12 [\#6](https://github.com/nanoframework/lib-nanoFramework.System.Collections/pull/6)

## [v1.0.0-preview.11](https://github.com/nanoframework/lib-nanoFramework.System.Collections/tree/v1.0.0-preview.11) (2020-03-09)

[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Collections/compare/v1.0.0-preview.10...v1.0.0-preview.11)

**Documentation and other chores:**

- Bumps nanoFramework.CoreLibrary from 1.7.0-preview.2 to 1.7.0-preview.11 [\#5](https://github.com/nanoframework/lib-nanoFramework.System.Collections/pull/5)

## [v1.0.0-preview.10](https://github.com/nanoframework/lib-nanoFramework.System.Collections/tree/v1.0.0-preview.10) (2020-03-09)

[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Collections/compare/v1.0.0-preview.7...v1.0.0-preview.10)

**Documentation and other chores:**

- Bumps nanoFramework.CoreLibrary from 1.6.0-preview.1 to 1.7.0-preview.2 [\#4](https://github.com/nanoframework/lib-nanoFramework.System.Collections/pull/4)

## [v1.0.0-preview.7](https://github.com/nanoframework/lib-nanoFramework.System.Collections/tree/v1.0.0-preview.7) (2019-11-14)

[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Collections/compare/v1.0.0-preview.6...v1.0.0-preview.7)

**Documentation and other chores:**

- Bumps nanoFramework.CoreLibrary from 1.5.1-preview.1 to 1.6.0-preview.1 [\#3](https://github.com/nanoframework/lib-nanoFramework.System.Collections/pull/3)

## [v1.0.0-preview.6](https://github.com/nanoframework/lib-nanoFramework.System.Collections/tree/v1.0.0-preview.6) (2019-11-07)

[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Collections/compare/v1.0.0-preview.2...v1.0.0-preview.6)

**Documentation and other chores:**

- Bumps nanoFramework.CoreLibrary from 1.5.0-preview.1 to 1.5.1-preview.1 [\#2](https://github.com/nanoframework/lib-nanoFramework.System.Collections/pull/2)

## [v1.0.0-preview.2](https://github.com/nanoframework/lib-nanoFramework.System.Collections/tree/v1.0.0-preview.2) (2019-11-04)

[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Collections/compare/v1.0.0-preview.1...v1.0.0-preview.2)

**Documentation and other chores:**

- Bumps nanoFramework.CoreLibrary from 1.5.0-alpha.2 to 1.5.0-preview.1 [\#1](https://github.com/nanoframework/lib-nanoFramework.System.Collections/pull/1)

## [v1.0.0-preview.1](https://github.com/nanoframework/lib-nanoFramework.System.Collections/tree/v1.0.0-preview.1) (2019-11-04)

[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Collections/compare/f9773fb3b1f522cdcf13e4492dfe4f286a044e8d...v1.0.0-preview.1)



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/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).
Loading

0 comments on commit 698c9c0

Please sign in to comment.