Skip to content

Commit 37ef614

Browse files
authored
Merge pull request #11 from meokullu/meokullu-patch-3
Update README.md
2 parents 4121141 + a37b04f commit 37ef614

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,19 @@ NuGet Version Checker is a project aims recency of NuGet packges on projects.
55

66
![NuGetVersionChecker](https://github.com/meokullu/NuGetVersionChecker/assets/4971757/2bb4e390-009e-442b-b91a-8f067f2757fc)
77

8-
[Download on NuGet gallery](https://www.nuget.org/packages/NuGetVersionChecker/)
98
### Description
109
Since there is no tracking mechanism that notifies users of package without manually checking them, NuGetVersionChecker will allow a way to track packages certain ways on upcoming versions.
1110

11+
### How to download
12+
Release: [Latest release](https://github.com/meokullu/NuGetVersionChecker/releases/latest)
13+
14+
[Download on NuGet gallery](https://www.nuget.org/packages/NuGetVersionChecker/)
15+
16+
.NET CLI:
17+
```
18+
dotnet add package NuGetVersionChecker
19+
```
20+
1221
### Example Usage
1322

1423
```

0 commit comments

Comments
 (0)