-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from nanoframework/release-1.0.2
- Loading branch information
Showing
188 changed files
with
2,280 additions
and
913 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
user=nanoframework | ||
project=lib-CoreLibrary | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,6 @@ artifacts/ | |
*.pdb | ||
*.pgc | ||
*.pgd | ||
*.rsp | ||
*.sbr | ||
*.tlb | ||
*.tli | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
# Change Log | ||
|
||
## [**Changes available only in 'Preview' NuGet packages:**](https://github.com/nanoframework/lib-CoreLibrary/tree/HEAD) | ||
|
||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview028...HEAD) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Add GetCustomAttributes method to MemberInfo and derived classes [\#27](https://github.com/nanoframework/lib-CoreLibrary/pull/27) | ||
- Add Encoding.GetString\(\) method [\#20](https://github.com/nanoframework/lib-CoreLibrary/pull/20) | ||
- Implement missing GetHashCode\(\) on several classes/structs [\#17](https://github.com/nanoframework/lib-CoreLibrary/pull/17) | ||
- Improve System.Single [\#16](https://github.com/nanoframework/lib-CoreLibrary/pull/16) | ||
- Work on Convert\(\) class [\#15](https://github.com/nanoframework/lib-CoreLibrary/pull/15) [[documentation](https://github.com/nanoframework/lib-CoreLibrary/labels/documentation)] | ||
- Work on TimeSpan [\#14](https://github.com/nanoframework/lib-CoreLibrary/pull/14) | ||
- Add overloads with float parameters to Math methods [\#13](https://github.com/nanoframework/lib-CoreLibrary/pull/13) | ||
- Add String.Format [\#12](https://github.com/nanoframework/lib-CoreLibrary/pull/12) | ||
- Add Timeout.InfiniteTimeSpan and Sleep\(timespan\) [\#11](https://github.com/nanoframework/lib-CoreLibrary/pull/11) | ||
- Update Assembly info [\#4](https://github.com/nanoframework/lib-CoreLibrary/pull/4) | ||
|
||
**Fixed bugs:** | ||
|
||
- Fix Assembly.GetType\(string, bool\) throws ArgumentException [\#26](https://github.com/nanoframework/lib-CoreLibrary/pull/26) | ||
- Fix PostProcessInteger in System.Number [\#25](https://github.com/nanoframework/lib-CoreLibrary/pull/25) | ||
- Constructor should copy only the desired chars [\#24](https://github.com/nanoframework/lib-CoreLibrary/pull/24) | ||
- Fix Hashtable.CopyTo [\#23](https://github.com/nanoframework/lib-CoreLibrary/pull/23) | ||
- Fix issue with ToString for doubles and floats [\#22](https://github.com/nanoframework/lib-CoreLibrary/pull/22) | ||
- Remove implementations of GetHashCode\(\) from several classes [\#21](https://github.com/nanoframework/lib-CoreLibrary/pull/21) | ||
- Fix infinite loop in Append\(object value\) [\#10](https://github.com/nanoframework/lib-CoreLibrary/pull/10) | ||
- Update Number.cs [\#6](https://github.com/nanoframework/lib-CoreLibrary/pull/6) | ||
|
||
**Documentation and other chores:** | ||
|
||
- Add all missing comments for documentation and Intellisense [\#18](https://github.com/nanoframework/lib-CoreLibrary/pull/18) [[documentation](https://github.com/nanoframework/lib-CoreLibrary/labels/documentation)] | ||
- Update comment on Random class [\#9](https://github.com/nanoframework/lib-CoreLibrary/pull/9) [[documentation](https://github.com/nanoframework/lib-CoreLibrary/labels/documentation)] | ||
|
||
## [v1.0.0-preview028](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview028) (2017-08-31) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview027...v1.0.0-preview028) | ||
|
||
## [v1.0.0-preview027](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview027) (2017-08-30) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview026...v1.0.0-preview027) | ||
|
||
## [v1.0.0-preview026](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview026) (2017-08-23) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview025...v1.0.0-preview026) | ||
|
||
## [v1.0.0-preview025](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview025) (2017-08-23) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview024...v1.0.0-preview025) | ||
|
||
## [v1.0.0-preview024](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview024) (2017-08-23) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview023...v1.0.0-preview024) | ||
|
||
## [v1.0.0-preview023](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview023) (2017-08-18) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview022...v1.0.0-preview023) | ||
|
||
## [v1.0.0-preview022](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview022) (2017-06-28) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview021...v1.0.0-preview022) | ||
|
||
## [v1.0.0-preview021](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview021) (2017-06-28) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview020...v1.0.0-preview021) | ||
|
||
## [v1.0.0-preview020](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview020) (2017-05-31) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview019...v1.0.0-preview020) | ||
|
||
## [v1.0.0-preview019](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview019) (2017-05-31) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview018...v1.0.0-preview019) | ||
|
||
## [v1.0.0-preview018](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview018) (2017-05-31) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview017...v1.0.0-preview018) | ||
|
||
## [v1.0.0-preview017](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview017) (2017-05-23) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview016...v1.0.0-preview017) | ||
|
||
## [v1.0.0-preview016](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview016) (2017-05-13) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview015...v1.0.0-preview016) | ||
|
||
## [v1.0.0-preview015](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview015) (2017-05-12) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview014...v1.0.0-preview015) | ||
|
||
## [v1.0.0-preview014](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview014) (2017-05-09) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview013...v1.0.0-preview014) | ||
|
||
## [v1.0.0-preview013](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview013) (2017-05-08) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview012...v1.0.0-preview013) | ||
|
||
## [v1.0.0-preview012](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview012) (2017-05-05) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview011...v1.0.0-preview012) | ||
|
||
## [v1.0.0-preview011](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview011) (2017-05-04) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview010...v1.0.0-preview011) | ||
|
||
## [v1.0.0-preview010](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview010) (2017-05-04) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview009...v1.0.0-preview010) | ||
|
||
## [v1.0.0-preview009](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview009) (2017-05-03) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview008...v1.0.0-preview009) | ||
|
||
## [v1.0.0-preview008](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview008) (2017-05-03) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview007...v1.0.0-preview008) | ||
|
||
## [v1.0.0-preview007](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview007) (2017-05-02) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview006...v1.0.0-preview007) | ||
|
||
## [v1.0.0-preview006](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview006) (2017-04-28) | ||
[Full Changelog](https://github.com/nanoframework/lib-CoreLibrary/compare/v1.0.0-preview005...v1.0.0-preview006) | ||
|
||
## [v1.0.0-preview005](https://github.com/nanoframework/lib-CoreLibrary/tree/v1.0.0-preview005) (2017-04-28) | ||
|
||
|
||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
# Copyright (c) 2017 The nanoFramework project contributors | ||
# Portions Copyright (c) Sankarsan Kampa (a.k.a. k3rn31p4nic). All rights reserved. | ||
# See LICENSE file in the project root for full license information. | ||
|
||
$STATUS=$args[0] | ||
$WEBHOOK_URL=$args[1] | ||
|
||
Write-Output "[Webhook]: Sending webhook to Discord..." | ||
|
||
Switch ($STATUS) { | ||
"success" { | ||
$EMBED_COLOR=3066993 | ||
$STATUS_MESSAGE="Passed" | ||
Break | ||
} | ||
"failure" { | ||
$EMBED_COLOR=15158332 | ||
$STATUS_MESSAGE="Failed" | ||
Break | ||
} | ||
default { | ||
Write-Output "Default!" | ||
Break | ||
} | ||
} | ||
|
||
if (!$env:APPVEYOR_REPO_COMMIT) { | ||
$env:APPVEYOR_REPO_COMMIT="$(git log -1 --pretty="%H")" | ||
} | ||
|
||
$AUTHOR_NAME="$(git log -1 "$env:APPVEYOR_REPO_COMMIT" --pretty="%aN")" | ||
$COMMITTER_NAME="$(git log -1 "$env:APPVEYOR_REPO_COMMIT" --pretty="%cN")" | ||
$COMMIT_SUBJECT="$(git log -1 "$env:APPVEYOR_REPO_COMMIT" --pretty="%s")" | ||
$COMMIT_MESSAGE="$(git log -1 "$env:APPVEYOR_REPO_COMMIT" --pretty="%b")" | ||
|
||
if ($AUTHOR_NAME -eq $COMMITTER_NAME) { | ||
$CREDITS = "$AUTHOR_NAME authored & committed" | ||
} | ||
else { | ||
$CREDITS = "$AUTHOR_NAME authored & $COMMITTER_NAME committed" | ||
} | ||
|
||
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) { | ||
$URL="https://github.com/$env:APPVEYOR_REPO_NAME/pull/$env:APPVEYOR_PULL_REQUEST_NUMBER" | ||
} | ||
else { | ||
$URL="" | ||
} | ||
|
||
$BUILD_VERSION = [uri]::EscapeDataString($env:APPVEYOR_BUILD_VERSION) | ||
|
||
$WEBHOOK_DATA="{ | ||
""embeds"": [ { | ||
""color"": $EMBED_COLOR, | ||
""author"": { | ||
""name"": ""Job #$env:APPVEYOR_JOB_NUMBER (Build #$env:APPVEYOR_BUILD_NUMBER) $STATUS_MESSAGE - $env:APPVEYOR_REPO_NAME"", | ||
""url"": ""https://ci.appveyor.com/project/$env:APPVEYOR_ACCOUNT_NAME/$env:APPVEYOR_PROJECT_SLUG/build/$BUILD_VERSION"", | ||
""icon_url"": ""$AVATAR"" | ||
}, | ||
""title"": ""$COMMIT_SUBJECT"", | ||
""url"": ""$URL"", | ||
""description"": ""$COMMIT_MESSAGE $CREDITS"", | ||
""fields"": [ | ||
{ | ||
""name"": ""Commit"", | ||
""value"": ""[``$($env:APPVEYOR_REPO_COMMIT.substring(0, 7))``](https://github.com/$env:APPVEYOR_REPO_NAME/commit/$env:APPVEYOR_REPO_COMMIT)"", | ||
""inline"": true | ||
}, | ||
{ | ||
""name"": ""Branch/Tag"", | ||
""value"": ""[``$env:APPVEYOR_REPO_BRANCH``](https://github.com/$env:APPVEYOR_REPO_NAME/tree/$env:APPVEYOR_REPO_BRANCH)"", | ||
""inline"": true | ||
} | ||
] | ||
} ], | ||
""content"" : """", | ||
""file"": """" | ||
}" | ||
|
||
Invoke-RestMethod -Uri $WEBHOOK_URL -Method POST -UserAgent AppVeyor-Webhook -ContentType 'application/json' -Body $WEBHOOK_DATA | ||
|
||
Write-Output "[Webhook]: Successfully sent the webhook." |
Oops, something went wrong.