-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to use Suave v1.0 #11
Conversation
Signed-off-by: Andre Dublin <81dublin@gmail.com>
Signed-off-by: Andre Dublin <81dublin@gmail.com>
@@ -10,7 +10,7 @@ In this application we'll use server-side HTML templating with the help of a sep | |||
> Note: As of the time of writing, `Suave.Experimental` is a separate package. It's likely that next releases of the package will include breaking changes. It's also possible that the modules we're going to use from within the package will be extracted to the core Suave package. | |||
|
|||
To use the package, we need to take a dependency on the following NuGet: | |||
```install-package Suave.Experimental -version 0.28.1``` | |||
```install-package Suave.Experimental``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather stick with pinned version (-version 1.0
), to have content synced with code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added that in now
Signed-off-by: Andre Dublin <81dublin@gmail.com>
Awesome! Did you indeed check that those changes make it work with Suave 1.0 ? |
Yes, I worked through the book with the updated code and made sure the changes worked. |
Cool, can we please temporarily add |
Signed-off-by: Andre Dublin <81dublin@gmail.com>
Links added |
No description provided.