Skip to content

Releases: scottoffen/grapevine

5.0.0-rc.0

02 Jan 02:46
d8fe4ac
Compare
Choose a tag to compare
5.0.0-rc.0 Pre-release
Pre-release

Includes ContentFolder implementation. See sample project for examples until documentation is complete.

5.0.0-beta.1

29 Dec 18:30
Compare
Choose a tag to compare
5.0.0-beta.1 Pre-release
Pre-release
  • Adds RestServerBuilder
  • Minor enhancements

5.0.0-beta.0

26 Dec 18:23
Compare
Choose a tag to compare
5.0.0-beta.0 Pre-release
Pre-release

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 (formerly IPublicFolder) 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