You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ GNaP.WebApi.Versioning
3
3
4
4
## Usage
5
5
6
-
Add a reference to [GNaP.WebApi.Versioning.dll](https://github.com/infrabel/GNaP.WebApi.Versioning/raw/master/deploy/1.0.3.0/GNaP.WebApi.Versioning/GNaP.WebApi.Versioning.dll)in your Web API project.
6
+
Install from NuGet in your Web API project: ```Install-Package GNaP.WebApi.Versioning```
7
7
8
8
You can now use ```VersionedRoute``` instead of ```Route``` in your controllers to get API versioning for free on your routes.
0 commit comments