Skip to content

Commit 4e03611

Browse files
docs(nuget): Fix NuGet casing (renovatebot#36501)
1 parent 014eeba commit 4e03611

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/usage/.pages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ nav:
2020
- 'Java': 'java.md'
2121
- 'JavaScript': 'javascript.md'
2222
- 'Node.js Versions': 'node.md'
23-
- 'Nuget': 'nuget.md'
23+
- 'NuGet': 'nuget.md'
2424
- 'PHP': 'php.md'
2525
- 'Python': 'python.md'
2626
- 'Ruby': 'ruby.md'

docs/usage/key-concepts/changelogs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ Read [`maven` datasource, making your changelogs fetchable](../modules/datasourc
104104

105105
Read the [Docker datasource](../modules/datasource/docker/index.md) docs.
106106

107-
### Nuget package maintainers
107+
### NuGet package maintainers
108108

109109
See [Renovate issue #14128 about using NuGet's changelogs](https://github.com/renovatebot/renovate/issues/14128).

lib/modules/manager/nuget/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For Renovate to work with .NET Framework projects, you need to update these file
2222

2323
### Disabling updates for pinned versions
2424

25-
In Nuget, when you use versions like `Version="1.2.3"` then it means "1.2.3 or greater, up to v2"
25+
In NuGet, when you use versions like `Version="1.2.3"` then it means "1.2.3 or greater, up to v2"
2626
When you use versions like `Version="[1.2.3]"` then it means "exactly 1.2.3".
2727

2828
If you would like Renovate to disable updating of exact versions (warning: you might end up years out of date and not realize it) then here is an example configuration to achieve that:

0 commit comments

Comments
 (0)