Skip to content

Commit 29fa4fd

Browse files
committed
Updated README.md
***NO_CI***
1 parent 9182ee6 commit 29fa4fd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ The reports do not only show the coverage quota, but also include the source cod
2828

2929
</div>
3030

31+
## License
32+
- ReportGenerator is licensed under the [Apache License, Version 2.0](https://opensource.org/licenses/Apache-2.0)
33+
- You can support the project by [becoming a sponsor](https://github.com/sponsors/danielpalme).
34+
I encourage you to do so, especially if you are using ReportGenerator for commercial projects.
35+
3136
## Getting started
3237
*ReportGenerator* is a commandline tool which works with full .NET Framework and .NET Core.
3338
Use the online [configuration tool](https://danielpalme.github.io/ReportGenerator/usage.html) to get started quickly.

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ stages:
2626
custom: '--info'
2727

2828
- task: UseDotNet@2
29-
displayName: 'Use .NET Core SDK 3.1.300'
29+
displayName: 'Use .NET Core SDK 3.1.301'
3030
inputs:
3131
packageType: sdk
32-
version: 3.1.300
32+
version: 3.1.301
3333

3434
- task: DotNetCoreCLI@2
3535
displayName: 'dotnet info'

0 commit comments

Comments
 (0)