Skip to content

Commit ef671ab

Browse files
committed
fix: fix link in NuGet documentation to correct url.
issue: #70
1 parent fffa6e4 commit ef671ab

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

Git2SemVer.MSBuild.sln

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tool", "Tool", "{C3EBC693-7
8888
src\Tool\Directory.Versioning.Build.props = src\Tool\Directory.Versioning.Build.props
8989
EndProjectSection
9090
EndProject
91-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1 - Solution items", "1 - Solution items", "{2FA7BDFD-410B-458E-B2C8-21D4890DD43D}"
92-
ProjectSection(SolutionItems) = preProject
93-
src\Tool\.gitignore = src\Tool\.gitignore
94-
src\Tool\Directory.Build.props = src\Tool\Directory.Build.props
95-
src\Tool\Directory.Build.targets = src\Tool\Directory.Build.targets
96-
src\Tool\Directory.Versioning.Build.props = src\Tool\Directory.Versioning.Build.props
97-
EndProjectSection
98-
EndProject
9991
Global
10092
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10193
Debug|Any CPU = Debug|Any CPU
@@ -224,7 +216,6 @@ Global
224216
{8EED4F95-602C-4FD5-B3AF-75848E6E8CBF} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
225217
{88C792C1-51D3-4B4F-8092-7E59DC1DE1D0} = {3B28B2BF-AD6F-42CE-B31B-35E88B911204}
226218
{C3EBC693-7E1F-4407-93C0-7771263503DC} = {1890E2B7-C4AA-485A-A6ED-4E0B5979C920}
227-
{2FA7BDFD-410B-458E-B2C8-21D4890DD43D} = {8EED4F95-602C-4FD5-B3AF-75848E6E8CBF}
228219
EndGlobalSection
229220
GlobalSection(ExtensibilityGlobals) = postSolution
230221
SolutionGuid = {7C89AA72-27F1-4410-8A4F-6F87F721B719}

src/MSBuild/NuGet_description.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Provides versioning _out of box_. It is fully customisable by by built-in C# scr
55

66
Just works on every **Visual Studio** or dotnet CLI build on every box.
77

8-
Go to [documentation](https://noetictools.github.io/Git2SemVer.MSBuild/) for more information.
8+
Go to [documentation](https://noetictools.github.io/Git2SemVer/) for more information.
99

1010
## Features
1111

@@ -21,4 +21,4 @@ Go to [documentation](https://noetictools.github.io/Git2SemVer.MSBuild/) for mor
2121
* Branching model (such as GitHub Flow or GitFlow) agnostic. No model configuration.
2222
* Easy solution setup with dotnet tool Git2SemVer.Tool.
2323

24-
See more about features [here](https://noetictools.github.io/Git2SemVer.MSBuild).
24+
See more about features [here](https://noetictools.github.io/Git2SemVer).

0 commit comments

Comments
 (0)