Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyndv authored May 25, 2018
1 parent 27c106c commit fcca616
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Adds service API versioning to your ASP.NET Core applications
* Support Major.Minor.Build Version (x.x.x)
* Support Get LastVersionApi

* [![NuGet Release](https://img.shields.io/nuget/vpre/Alomso.AspNetCore.Mvc.Versioning.svg?maxAge=2592000)](https://www.nuget.org/packages/Alomso.AspNetCore.Mvc.Versioning/)

Expand All @@ -26,6 +27,7 @@ Version Format | Example | Interpre
o.AssumeDefaultVersionWhenUnspecified = true;
o.ReportApiVersions = true;
o.DefaultApiVersion = new ApiVersion( 1, 2, 2 );
o.SupportLastVersionApi = true;
} );
```

Expand Down

0 comments on commit fcca616

Please sign in to comment.