Skip to content

Commit f71e07a

Browse files
committed
Merge branch 'release/1.0.0'
2 parents 18b0f3f + cacb0a0 commit f71e07a

16 files changed

+150
-115
lines changed

.all-contributorsrc

Lines changed: 65 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -10,80 +10,99 @@
1010
"commit": false,
1111
"contributors": [
1212
{
13-
"login": "AdmiringWorm",
14-
"name": "Kim J. Nordmo",
15-
"avatar_url": "https://avatars3.githubusercontent.com/u/1474648?v=4",
16-
"profile": "https://github.com/AdmiringWorm",
17-
"contributions": [
13+
"login": "AdmiringWorm",
14+
"name": "Kim J. Nordmo",
15+
"avatar_url": "https://avatars3.githubusercontent.com/u/1474648?v=4",
16+
"profile": "https://github.com/AdmiringWorm",
17+
"contributions": [
1818
"maintenance"
19-
]
19+
]
2020
},
2121
{
22-
"login": "gep13",
23-
"name": "Gary Ewan Park",
24-
"avatar_url": "https://avatars3.githubusercontent.com/u/1271146?v=4",
25-
"profile": "http://www.gep13.co.uk/blog",
26-
"contributions": [
22+
"login": "gep13",
23+
"name": "Gary Ewan Park",
24+
"avatar_url": "https://avatars3.githubusercontent.com/u/1271146?v=4",
25+
"profile": "http://www.gep13.co.uk/blog",
26+
"contributions": [
2727
"question",
2828
"ideas",
2929
"review",
3030
"doc"
31-
]
31+
]
3232
},
3333
{
34-
"login": "codetriage-readme-bot",
35-
"name": "README Bot",
36-
"avatar_url": "https://avatars0.githubusercontent.com/u/35302948?v=4",
37-
"profile": "https://www.codetriage.com",
38-
"contributions": [
34+
"login": "codetriage-readme-bot",
35+
"name": "README Bot",
36+
"avatar_url": "https://avatars0.githubusercontent.com/u/35302948?v=4",
37+
"profile": "https://www.codetriage.com",
38+
"contributions": [
3939
"doc"
40-
]
40+
]
4141
},
4242
{
43-
"login": "Jericho",
44-
"name": "jericho",
45-
"avatar_url": "https://avatars0.githubusercontent.com/u/112710?v=4",
46-
"profile": "https://github.com/Jericho",
47-
"contributions": [
43+
"login": "Jericho",
44+
"name": "jericho",
45+
"avatar_url": "https://avatars0.githubusercontent.com/u/112710?v=4",
46+
"profile": "https://github.com/Jericho",
47+
"contributions": [
4848
"ideas",
4949
"question"
50-
]
50+
]
5151
},
5252
{
53-
"login": "mholo65",
54-
"name": "Martin Björkström",
55-
"avatar_url": "https://avatars1.githubusercontent.com/u/7863439?v=4",
56-
"profile": "https://twitter.com/mholo65",
57-
"contributions": [
53+
"login": "mholo65",
54+
"name": "Martin Björkström",
55+
"avatar_url": "https://avatars1.githubusercontent.com/u/7863439?v=4",
56+
"profile": "https://twitter.com/mholo65",
57+
"contributions": [
5858
"question"
59-
]
59+
]
6060
},
6161
{
62-
"login": "x-jokay",
63-
"name": "D. Domig",
64-
"avatar_url": "https://avatars0.githubusercontent.com/u/18613935?v=4",
65-
"profile": "https://github.com/x-jokay",
66-
"contributions": [
62+
"login": "jokay",
63+
"name": "D. Domig",
64+
"avatar_url": "https://avatars0.githubusercontent.com/u/18613935?v=4",
65+
"profile": "https://github.com/jokay",
66+
"contributions": [
6767
"doc"
68-
]
68+
]
69+
},
70+
{
71+
"login": "augustoproiete",
72+
"name": "C. Augusto Proiete",
73+
"avatar_url": "https://avatars.githubusercontent.com/u/177608?v=4",
74+
"profile": "https://augustoproiete.net",
75+
"contributions": [
76+
"ideas"
77+
]
78+
},
79+
{
80+
"login": "nils-a",
81+
"name": "Nils Andresen",
82+
"avatar_url": "https://avatars.githubusercontent.com/u/349188?v=4",
83+
"profile": "https://github.com/nils-a",
84+
"contributions": [
85+
"ideas"
86+
]
6987
}
7088
],
7189
"contributorsPerLine": 7,
7290
"types": {
7391
"bug": {
74-
"symbol": "🐛",
75-
"description": "Bug reports",
76-
"link": "<%= options.repoHost %>/<%= options.projectOwner %>/<%= options.projectName %>/issues?q=author%3A<%= contributor.login %>+label%3Abug"
92+
"symbol": "🐛",
93+
"description": "Bug reports",
94+
"link": "<%= options.repoHost %>/<%= options.projectOwner %>/<%= options.projectName %>/issues?q=author%3A<%= contributor.login %>+label%3Abug"
7795
},
7896
"ideas": {
79-
"symbol": "🤔",
80-
"description": "Ideas, Planning, & Feedback",
81-
"link": "<%= options.repoHost %>/<%= options.projectOwner %>/<%= options.projectName %>/issues?q=author%3A<%= contributor.login %>"
97+
"symbol": "🤔",
98+
"description": "Ideas, Planning, & Feedback",
99+
"link": "<%= options.repoHost %>/<%= options.projectOwner %>/<%= options.projectName %>/issues?q=author%3A<%= contributor.login %>"
82100
},
83101
"review": {
84-
"symbol": "👀",
85-
"description": "Reviewed Pull Requests",
86-
"link": "<%= options.repoHost %>/<%= options.projectOwner %>/<%= options.projectName %>/pulls?q=reviewed-by%3A<%= contributor.login %>"
102+
"symbol": "👀",
103+
"description": "Reviewed Pull Requests",
104+
"link": "<%= options.repoHost %>/<%= options.projectOwner %>/<%= options.projectName %>/pulls?q=reviewed-by%3A<%= contributor.login %>"
87105
}
88-
}
106+
},
107+
"skipCi": true
89108
}

.config/dotnet-tools.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
2-
"version": 1,
3-
"isRoot": true,
4-
"tools": {
5-
"cake.tool": {
6-
"version": "0.38.4",
7-
"commands": [
8-
"dotnet-cake"
9-
]
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"cake.tool": {
6+
"version": "0.38.5",
7+
"commands": ["dotnet-cake"]
8+
}
109
}
11-
}
12-
}
10+
}

.github/workflows/build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,16 @@ jobs:
3636
WYAM_DEPLOY_REMOTE: ${{ github.event.repository.html_url }}
3737

3838
steps:
39-
- uses: actions/[email protected]
39+
- uses: actions/[email protected]
40+
with:
41+
sumbodules: true
4042
- name: Fetch all tags and branches
4143
run: git fetch --prune --unshallow
4244
- name: Install Transifex Client
4345
if: ${{ runner.os == 'ubuntu-latest' }} # We do not need it for anything else
4446
run: sudo apt-get install transifex-client -y
4547
- name: Cache Tools
46-
uses: actions/[email protected].1
48+
uses: actions/[email protected].4
4749
with:
4850
path: tools
4951
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
@@ -53,10 +55,10 @@ jobs:
5355
script-path: recipe.cake
5456
target: CI
5557
verbosity: Diagnostic
56-
cake-version: 0.38.4
58+
cake-version: 0.38.5
5759
cake-bootstrap: true
5860
- name: Upload artifacts
59-
uses: actions/upload-artifact@v2.1.4
61+
uses: actions/upload-artifact@v2.2.2
6062
with:
6163
name: ${{ matrix.os }}-artifacts
6264
path: |

.github/workflows/linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/[email protected].2
14+
- uses: actions/[email protected].4
1515

1616
- name: Lint Code Base
17-
uses: github/super-linter@v3.10.0
17+
uses: github/super-linter@v3.14.5
1818
env:
1919
VALIDATE_ALL_CODEBASE: false
2020
DEFAULT_BRANCH: develop

.github/workflows/pre-release-notes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111

1212
steps:
1313
- name: Checkout the requested branch
14-
uses: actions/[email protected].2
14+
uses: actions/[email protected].4
1515
- name: Fetch all tags and branches
1616
run: git fetch --prune --unshallow
1717
- name: Cache Tools
18-
uses: actions/[email protected].1
18+
uses: actions/[email protected].4
1919
with:
2020
path: tools
2121
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

.github/workflows/publishdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414

1515
steps:
1616
- name: Checkout the requested branch
17-
uses: actions/[email protected].2
17+
uses: actions/[email protected].4
1818
with:
1919
fetch-depth: 0
2020
ref: ${{ github.event.ref }}
2121
- name: Cache Tools
22-
uses: actions/[email protected].1
22+
uses: actions/[email protected].4
2323
with:
2424
path: tools
2525
key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}
@@ -29,5 +29,5 @@ jobs:
2929
script-path: recipe.cake
3030
target: Force-Publish-Documentation
3131
verbosity: Diagnostic
32-
cake-version: 0.38.4
32+
cake-version: 0.38.5
3333
cake-bootstrap: true

.github/workflows/release-notes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111

1212
steps:
1313
- name: Checkout the requested branch
14-
uses: actions/[email protected].1
14+
uses: actions/[email protected].4
1515
- name: Fetch all tags and branches
1616
run: git fetch --prune --unshallow
1717
- name: Cache Tools
18-
uses: actions/[email protected].1
18+
uses: actions/[email protected].4
1919
with:
2020
path: tools
2121
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
@@ -43,5 +43,5 @@ jobs:
4343
script-path: recipe.cake
4444
target: releasenotes
4545
verbosity: Diagnostic
46-
cake-version: 0.38.4
46+
cake-version: 0.38.5
4747
cake-bootstrap: true

.github/workflows/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: technote-space/toc-generator@v2.4.9
15+
- uses: technote-space/toc-generator@v4
1616
with:
1717
COMMIT_MESSAGE: "(docs) Update TOC"
1818
TARGET_PATHS: "README.md"

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
},
1717
"peacock.color": "#995700",
1818
"omnisharp.enableRoslynAnalyzers": true,
19-
"omnisharp.enableEditorConfigSupport": true
19+
"omnisharp.enableEditorConfigSupport": true,
20+
"powershell.codeFormatting.addWhitespaceAroundPipe": true
2021
}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2019 Kim J. Nordmo
3+
Copyright (c) 2017-2021 Kim J. Nordmo
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)