Skip to content

Commit

Permalink
TASK: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rflechner committed Jul 27, 2017
1 parent 0893b97 commit 9efab95
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/content/index.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This is a [proof of concept](https://en.wikipedia.org/wiki/Proof_of_concept) to
[Swagger UI](http://swagger.io/swagger-ui/) is embedded in resources and a `WebPart` serving it is automatically added.
![Swagger UI 3](images/screen3.gif)
![Swagger UI 3](images/swagger-3.0.21.screen-optim1.gif)
Contributing and copyright
Expand Down
Binary file added docs/files/images/screen1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/files/images/screen2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/files/images/screen3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/files/images/screen3_2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/files/images/swagger-3.0.21.screen.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/Suave.Swagger/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("Suave.Swagger")>]
[<assembly: AssemblyProductAttribute("Suave.Swagger")>]
[<assembly: AssemblyDescriptionAttribute("This is an extension for Suave.io with some REST tools and Swagger documentation helpers")>]
[<assembly: AssemblyVersionAttribute("2.0.1")>]
[<assembly: AssemblyFileVersionAttribute("2.0.1")>]
[<assembly: AssemblyVersionAttribute("2.1.0")>]
[<assembly: AssemblyFileVersionAttribute("2.1.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Suave.Swagger"
let [<Literal>] AssemblyProduct = "Suave.Swagger"
let [<Literal>] AssemblyDescription = "This is an extension for Suave.io with some REST tools and Swagger documentation helpers"
let [<Literal>] AssemblyVersion = "2.0.1"
let [<Literal>] AssemblyFileVersion = "2.0.1"
let [<Literal>] AssemblyVersion = "2.1.0"
let [<Literal>] AssemblyFileVersion = "2.1.0"

0 comments on commit 9efab95

Please sign in to comment.