Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Feb 13, 2021
2 parents 18b0f3f + cacb0a0 commit f71e07a
Show file tree
Hide file tree
Showing 16 changed files with 150 additions and 115 deletions.
111 changes: 65 additions & 46 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,80 +10,99 @@
"commit": false,
"contributors": [
{
"login": "AdmiringWorm",
"name": "Kim J. Nordmo",
"avatar_url": "https://avatars3.githubusercontent.com/u/1474648?v=4",
"profile": "https://github.com/AdmiringWorm",
"contributions": [
"login": "AdmiringWorm",
"name": "Kim J. Nordmo",
"avatar_url": "https://avatars3.githubusercontent.com/u/1474648?v=4",
"profile": "https://github.com/AdmiringWorm",
"contributions": [
"maintenance"
]
]
},
{
"login": "gep13",
"name": "Gary Ewan Park",
"avatar_url": "https://avatars3.githubusercontent.com/u/1271146?v=4",
"profile": "http://www.gep13.co.uk/blog",
"contributions": [
"login": "gep13",
"name": "Gary Ewan Park",
"avatar_url": "https://avatars3.githubusercontent.com/u/1271146?v=4",
"profile": "http://www.gep13.co.uk/blog",
"contributions": [
"question",
"ideas",
"review",
"doc"
]
]
},
{
"login": "codetriage-readme-bot",
"name": "README Bot",
"avatar_url": "https://avatars0.githubusercontent.com/u/35302948?v=4",
"profile": "https://www.codetriage.com",
"contributions": [
"login": "codetriage-readme-bot",
"name": "README Bot",
"avatar_url": "https://avatars0.githubusercontent.com/u/35302948?v=4",
"profile": "https://www.codetriage.com",
"contributions": [
"doc"
]
]
},
{
"login": "Jericho",
"name": "jericho",
"avatar_url": "https://avatars0.githubusercontent.com/u/112710?v=4",
"profile": "https://github.com/Jericho",
"contributions": [
"login": "Jericho",
"name": "jericho",
"avatar_url": "https://avatars0.githubusercontent.com/u/112710?v=4",
"profile": "https://github.com/Jericho",
"contributions": [
"ideas",
"question"
]
]
},
{
"login": "mholo65",
"name": "Martin Björkström",
"avatar_url": "https://avatars1.githubusercontent.com/u/7863439?v=4",
"profile": "https://twitter.com/mholo65",
"contributions": [
"login": "mholo65",
"name": "Martin Björkström",
"avatar_url": "https://avatars1.githubusercontent.com/u/7863439?v=4",
"profile": "https://twitter.com/mholo65",
"contributions": [
"question"
]
]
},
{
"login": "x-jokay",
"name": "D. Domig",
"avatar_url": "https://avatars0.githubusercontent.com/u/18613935?v=4",
"profile": "https://github.com/x-jokay",
"contributions": [
"login": "jokay",
"name": "D. Domig",
"avatar_url": "https://avatars0.githubusercontent.com/u/18613935?v=4",
"profile": "https://github.com/jokay",
"contributions": [
"doc"
]
]
},
{
"login": "augustoproiete",
"name": "C. Augusto Proiete",
"avatar_url": "https://avatars.githubusercontent.com/u/177608?v=4",
"profile": "https://augustoproiete.net",
"contributions": [
"ideas"
]
},
{
"login": "nils-a",
"name": "Nils Andresen",
"avatar_url": "https://avatars.githubusercontent.com/u/349188?v=4",
"profile": "https://github.com/nils-a",
"contributions": [
"ideas"
]
}
],
"contributorsPerLine": 7,
"types": {
"bug": {
"symbol": "🐛",
"description": "Bug reports",
"link": "<%= options.repoHost %>/<%= options.projectOwner %>/<%= options.projectName %>/issues?q=author%3A<%= contributor.login %>+label%3Abug"
"symbol": "🐛",
"description": "Bug reports",
"link": "<%= options.repoHost %>/<%= options.projectOwner %>/<%= options.projectName %>/issues?q=author%3A<%= contributor.login %>+label%3Abug"
},
"ideas": {
"symbol": "🤔",
"description": "Ideas, Planning, & Feedback",
"link": "<%= options.repoHost %>/<%= options.projectOwner %>/<%= options.projectName %>/issues?q=author%3A<%= contributor.login %>"
"symbol": "🤔",
"description": "Ideas, Planning, & Feedback",
"link": "<%= options.repoHost %>/<%= options.projectOwner %>/<%= options.projectName %>/issues?q=author%3A<%= contributor.login %>"
},
"review": {
"symbol": "👀",
"description": "Reviewed Pull Requests",
"link": "<%= options.repoHost %>/<%= options.projectOwner %>/<%= options.projectName %>/pulls?q=reviewed-by%3A<%= contributor.login %>"
"symbol": "👀",
"description": "Reviewed Pull Requests",
"link": "<%= options.repoHost %>/<%= options.projectOwner %>/<%= options.projectName %>/pulls?q=reviewed-by%3A<%= contributor.login %>"
}
}
},
"skipCi": true
}
18 changes: 8 additions & 10 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "0.38.4",
"commands": [
"dotnet-cake"
]
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "0.38.5",
"commands": ["dotnet-cake"]
}
}
}
}
}
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,16 @@ jobs:
WYAM_DEPLOY_REMOTE: ${{ github.event.repository.html_url }}

steps:
- uses: actions/checkout@v2.3.2
- uses: actions/checkout@v2.3.4
with:
sumbodules: true
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Install Transifex Client
if: ${{ runner.os == 'ubuntu-latest' }} # We do not need it for anything else
run: sudo apt-get install transifex-client -y
- name: Cache Tools
uses: actions/cache@v2.1.1
uses: actions/cache@v2.1.4
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
Expand All @@ -53,10 +55,10 @@ jobs:
script-path: recipe.cake
target: CI
verbosity: Diagnostic
cake-version: 0.38.4
cake-version: 0.38.5
cake-bootstrap: true
- name: Upload artifacts
uses: actions/upload-artifact@v2.1.4
uses: actions/upload-artifact@v2.2.2
with:
name: ${{ matrix.os }}-artifacts
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.2
- uses: actions/checkout@v2.3.4

- name: Lint Code Base
uses: github/super-linter@v3.10.0
uses: github/super-linter@v3.14.5
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: develop
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:

steps:
- name: Checkout the requested branch
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Cache Tools
uses: actions/cache@v2.1.1
uses: actions/cache@v2.1.4
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publishdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:

steps:
- name: Checkout the requested branch
uses: actions/checkout@v2.3.2
uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
ref: ${{ github.event.ref }}
- name: Cache Tools
uses: actions/cache@v2.1.1
uses: actions/cache@v2.1.4
with:
path: tools
key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}
Expand All @@ -29,5 +29,5 @@ jobs:
script-path: recipe.cake
target: Force-Publish-Documentation
verbosity: Diagnostic
cake-version: 0.38.4
cake-version: 0.38.5
cake-bootstrap: true
6 changes: 3 additions & 3 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:

steps:
- name: Checkout the requested branch
uses: actions/checkout@v2.3.1
uses: actions/checkout@v2.3.4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Cache Tools
uses: actions/cache@v2.1.1
uses: actions/cache@v2.1.4
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
Expand Down Expand Up @@ -43,5 +43,5 @@ jobs:
script-path: recipe.cake
target: releasenotes
verbosity: Diagnostic
cake-version: 0.38.4
cake-version: 0.38.5
cake-bootstrap: true
2 changes: 1 addition & 1 deletion .github/workflows/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: technote-space/toc-generator@v2.4.9
- uses: technote-space/toc-generator@v4
with:
COMMIT_MESSAGE: "(docs) Update TOC"
TARGET_PATHS: "README.md"
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
},
"peacock.color": "#995700",
"omnisharp.enableRoslynAnalyzers": true,
"omnisharp.enableEditorConfigSupport": true
"omnisharp.enableEditorConfigSupport": true,
"powershell.codeFormatting.addWhitespaceAroundPipe": true
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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

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

0 comments on commit f71e07a

Please sign in to comment.