We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bc2b0 commit 5df71a1Copy full SHA for 5df71a1
src/GitVersionCore/GitVersionFinder.cs
@@ -14,7 +14,7 @@ public SemanticVersion FindVersion(GitVersionContext context)
14
var filePath = Path.Combine(context.Repository.GetRepositoryDirectory(), "NextVersion.txt");
15
if (File.Exists(filePath))
16
{
17
- throw new WarningException("NextVersion.txt has been depreciated. See http://gitversion.readthedocs.org/en/latest/configuration/ for replacement");
+ throw new WarningException("NextVersion.txt has been deprecated. See http://gitversion.readthedocs.org/en/latest/configuration/ for replacement");
18
}
19
20
return new NextVersionCalculator().FindVersion(context);
0 commit comments