Skip to content

Commit a8e51f8

Browse files
authored
Merge pull request #110 from dorssel/update-dotnet-sdk-9.0.101
Update .NET SDK to 9.0.101
2 parents e6dcb6c + fd00abf commit a8e51f8

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

.mega-linter.yml renamed to .github/linters/.mega-linter.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# SPDX-License-Identifier: MIT
44

55
---
6+
# yamllint disable-line rule:line-length
7+
# yaml-language-server: $schema=https://raw.githubusercontent.com/oxsecurity/megalinter/main/megalinter/descriptors/schemas/megalinter-configuration.jsonschema.json
8+
69
# Configuration file for MegaLinter
710
# See all available variables at https://megalinter.github.io/configuration/ and in linters documentation
811

@@ -26,5 +29,11 @@ XML_XMLLINT_FILE_EXTENSIONS:
2629
- .csproj
2730
- .props
2831
- .pubxml
32+
- .targets
33+
- .wixproj
34+
- .wxs
2935
# Exclude verbatim copies of external sources that are not under our control.
30-
FILTER_REGEX_EXCLUDE: COPYING\.md|LICENSES/
36+
# Also exclude auto-generated files.
37+
FILTER_REGEX_EXCLUDE: COPYING\.md|LICENSE\.txt|LICENSES/|global.json|dotnet-tools.json
38+
# Exclude additional binary files not already excluded by default.
39+
EDITORCONFIG_EDITORCONFIG_CHECKER_FILTER_REGEX_EXCLUDE: (\.snk$)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ SPDX-License-Identifier: MIT
66

77
# dotnet-xmss
88

9-
[![Build](https://github.com/dorssel/dotnet-xmss/workflows/Build/badge.svg?branch=master)](https://github.com/dorssel/dotnet-xmss/actions?query=workflow%3ABuild+branch%3Amaster)
10-
[![CodeQL](https://github.com/dorssel/dotnet-xmss/workflows/CodeQL/badge.svg?branch=master)](https://github.com/dorssel/dotnet-xmss/actions?query=workflow%3ACodeQL+branch%3Amaster)
11-
[![MegaLinter](https://github.com/dorssel/dotnet-xmss/workflows/MegaLinter/badge.svg?branch=master)](https://github.com/dorssel/dotnet-xmss/actions?query=workflow%3AMegaLinter+branch%3Amaster)
12-
[![codecov](https://codecov.io/gh/dorssel/dotnet-xmss/branch/master/graph/badge.svg?token=8alCQveCnj)](https://codecov.io/gh/dorssel/dotnet-xmss)
9+
[![Build](https://github.com/dorssel/dotnet-xmss/actions/workflows/dotnet.yml/badge.svg?branch=master)](https://github.com/dorssel/dotnet-xmss/actions?query=workflow%3ABuild+branch%3Amaster)
10+
[![CodeQL](https://github.com/dorssel/dotnet-xmss/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/dorssel/dotnet-xmss/actions?query=workflow%3ACodeQL+branch%3Amaster)
11+
[![MegaLinter](https://github.com/dorssel/dotnet-xmss/actions/workflows/lint.yml/badge.svg?branch=master)](https://github.com/dorssel/dotnet-xmss/actions?query=workflow%3ALint+branch%3Amaster)
12+
[![Codecov](https://codecov.io/gh/dorssel/dotnet-xmss/branch/master/graph/badge.svg?token=8alCQveCnj)](https://codecov.io/gh/dorssel/dotnet-xmss)
1313
[![REUSE status](https://api.reuse.software/badge/github.com/dorssel/dotnet-xmss)](https://api.reuse.software/info/github.com/dorssel/dotnet-xmss)
1414

1515
.NET Standard 2.0 implementation of XMSS and XMSS-MT, as defined by:

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.100",
3+
"version": "9.0.101",
44
"allowPrerelease": false,
55
"rollForward": "latestFeature"
66
}

0 commit comments

Comments
 (0)