sdk-csharp/docs
Jon Skeet 54cbd3ca85 Release 2.8.0
Changes since 2.7.1:

- Add an explicit .NET 8 target to all packages.
- Removed dependencies that are already included in the framework, for suitable targets.
- Use a framework reference to Microsoft.AspNetCore.App instead of package frameworks,
  for the .NET 8 target
- Release CloudNative.CloudEvents.Mqtt as 3.8.0, bumping the major
  version to reflect adopting MQTTnet version 4.3.6.1152.
  Fixes [#269](https://github.com/cloudevents/sdk-csharp/issues/269).
- Other dependency updates:
  - AMQPNetLite and AMQPNetLite.Serialization: 2.4.2 => 2.4.11
  - Apache.Avro: 1.11.1 => 1.11.3
  - Newtonsoft.Json: 13.0.2 => 13.0.3
  - Google.Protobuf: 3.22.0 => 3.27.3
  - Confluent.Kafka: 1.6.3 => 1.9.3
    - See [#297](https://github.com/cloudevents/sdk-csharp/issues/297) for
      consideration of a bump to 2.x.
  - Only for netstandard2.0 and netstandard2.1 targets:
    - System.Text.Encodings.Web: 6.0.0 => 8.0.0
    - System.Text.Json: 5.0.2 => 8.0.4

Signed-off-by: Jon Skeet <jonskeet@google.com>
2024-08-07 08:24:58 +01:00
..
README.md Adjust documented processes based on expectations of releases. 2021-07-10 07:03:22 +01:00
bindings.md docs: Fix spec references in docs 2022-05-31 18:25:41 +01:00
changes-since-1x.md Remove distributed tracing extension attributes 2021-06-03 18:17:19 +01:00
formatters.md docs: Fix spec references in docs 2022-05-31 18:25:41 +01:00
guide.md fix markup link 2022-10-19 20:33:45 +01:00
history.md Release 2.8.0 2024-08-07 08:24:58 +01:00

README.md

SDK documentation

Note: all of this documentation is specific to versions 2.0-beta.2 and onwards

This directory contains documentation on:

Implementation utility classes

The CloudNative.CloudEvents.Core namespace contains utility classes which are generally helpful when implementing protocol bindings or event formatters but are not expected to be used by code which only creates or consumes CloudEvents.

The classes in this namespace are static classes, but the methods are deliberately not extension methods. This avoids the methods from being suggested to non-implementation code.