Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-08 committed Aug 6, 2021
1 parent 0b15de7 commit 62253a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- minimal repro for current incomplete nuget range/floating support in [renovate](https://docs.renovatebot.com/)
- nuget background
- nuget supports a "prefer most stable version of a given major.minor.patch (including prerelease)" behavior ([nuget Spec](https://github.com/NuGet/Home/wiki/Support-pre-release-packages-with-floating-versions#common-scenarios))
- nuget supports a "prefer most stable version of a given major.minor.patch (including prerelease)" behavior ([nuget spec](https://github.com/NuGet/Home/wiki/Support-pre-release-packages-with-floating-versions#common-scenarios))
- example:
- given a PackageReference with `Version="3.4.142-*"`
- results in `3.4.142` being preferred if this stable version exists
Expand All @@ -11,7 +11,7 @@
- current behavior
- `-*`-PackageReferences are replaced with a concrete version, e. g. `3.4.142-alpha`
- expected behavior
- renovate leaves the `-*` untouched and just cares about the major.minor.patch-part, at least if this is configured (via `"rangeStrategy": "replace"` or another approprivate config option)
- renovate leaves the `-*` untouched and just cares about the major.minor.patch-part, at least if this is configured (via `"rangeStrategy": "replace"` or another appropriate config option)
- example:
- given a PackageReference with `Version="3.4.142-*"`
- renovate creates a PR with `Version="3.4.231-*"`

0 comments on commit 62253a3

Please sign in to comment.