add note to set version to 1

ref #131
This commit is contained in:
Collin M. Barrett 2018-06-07 15:33:51 -05:00
parent 768cedbb7b
commit ea0c95c1e7

View file

@ -29,7 +29,7 @@ private static void AddSwaggerGenCustom(this IServiceCollection services)
Description =
"A REST-ish API for FilterLists, the independent, comprehensive directory of all public filter and hosts lists for advertisements, trackers, malware, and annoyances." +
Environment.NewLine +
" - {version} has to be specified manually in Swagger playground below due to https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/370",
" - {version} has to be specified manually (to \"1\") in Swagger playground below due to https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/370",
Contact = new Contact
{
Url = "https://github.com/collinbarrett/FilterLists/",