Anixe.IO.Messaging.Serializer 4.0.0

dotnet add package Anixe.IO.Messaging.Serializer --version 4.0.0
NuGet\Install-Package Anixe.IO.Messaging.Serializer -Version 4.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Anixe.IO.Messaging.Serializer" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Anixe.IO.Messaging.Serializer --version 4.0.0
#r "nuget: Anixe.IO.Messaging.Serializer, 4.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Anixe.IO.Messaging.Serializer as a Cake Addin
#addin nuget:?package=Anixe.IO.Messaging.Serializer&version=4.0.0

// Install Anixe.IO.Messaging.Serializer as a Cake Tool
#tool nuget:?package=Anixe.IO.Messaging.Serializer&version=4.0.0

Anixe.IO.Messaging.Serializer

Intended to use with Anixe.IO.Messaging as default formatter. Internally uses Newtonsoft.Json.

Usage

Register formatter in your DI container, e.g. in ASP Core:

serices.AddSingleton<IMessageFormatter, NewtonsoftMessageFormatter>();
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0 968 1/8/2024
2.0.0 327 11/22/2022
1.1.1 8,232 11/4/2021
1.1.0 879 8/31/2021
1.0.6 365 7/8/2021
1.0.5 1,772 1/27/2021
1.0.3 4,093 5/8/2020
1.0.2 536 4/20/2020
1.0.1 465 4/15/2020
1.0.0 618 4/2/2020

# Anixe.IO.Messaging.Serializer CHANGELOG

## 4.0.0 - 2024-01-03

- Updated Anixe.IO.Messaging from v3.1.0 to v4.0.0

## 2.0.0 - 2022-11-14

- drop support of all .NET versions before .NET 6

## 1.1.1 - 2021-11-04

- Added handling yyyyMMddTHH:mm:ss.fffZ date format in ts_utc

## 1.1.0 - 2021-08-31

- Updated Newtonsoft.Json to 13.*
- Updated Anixe.IO.Messaging to 2.1.0

## 1.0.6 - 2021-07-08

### Added

- License information in package metadata