Releases: scottoffen/grapevine
Releases · scottoffen/grapevine
5.0.0-rc.0
Includes ContentFolder
implementation. See sample project for examples until documentation is complete.
5.0.0-beta.1
- Adds
RestServerBuilder
- Minor enhancements
5.0.0-beta.0
Grapevine 5.0 is a complete rewrite of the popular .NET Grapevine library for .NET 5.0.
Notes:
- Target Frameworks: netstandard2.0, netstandard 2.1, and net5.0
- Symbols package is also up on NuGet, for easier debugging during development
- Issues are temporarily disabled until I have the documentation up
- There is no more Grapevine.Client -> It is recommend to use
IHttpClientFactory
- The single URI restriction has been removed
- Everything you need in the library is now in the Grapevine namespace
- Grapevine is async all the way through the stack
- This beta does not contain an
IContentFolder
(formerlyIPublicFolder
) implementation - There are built in extension for adding CORS and correlation ids
- You can get started by using the code found in the Samples project