Aquarius.ONE.Shared.Communication 6.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aquarius.ONE.Shared.Communication --version 6.1.0
NuGet\Install-Package Aquarius.ONE.Shared.Communication -Version 6.1.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="Aquarius.ONE.Shared.Communication" Version="6.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aquarius.ONE.Shared.Communication --version 6.1.0
#r "nuget: Aquarius.ONE.Shared.Communication, 6.1.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 Aquarius.ONE.Shared.Communication as a Cake Addin
#addin nuget:?package=Aquarius.ONE.Shared.Communication&version=6.1.0

// Install Aquarius.ONE.Shared.Communication as a Cake Tool
#tool nuget:?package=Aquarius.ONE.Shared.Communication&version=6.1.0

Changelog

All notable changes to this project will be documented in this file.

Version 6.1.0

Changed

  • Enhanced JSON serialization on DataSet with DataTimeOffset.

Version 6.0.0 - 2023-03-24

Changed

  • Migrated to .NET 6

Version 1.3.1 - 2022-10-14

Added

  • Allow empty responses besides 204
  • Provide nicer message when attempting to format a non protobuf response as protobuf

Version 1.3.0 - 2022-07-26

Added

  • OneAppName for ONE.Operations.Sample

Version 1.2.0 - 2022-06-16

Added

  • OneAppName for ONE.Historian.Data

Version 1.1.0 - 2022-01-13

Added

  • Implementations of IOneAppName for all current MSApps

Version 1.0.0 - 2021-12-07

Added

  • Initial Release
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 (2)

Showing the top 2 NuGet packages that depend on Aquarius.ONE.Shared.Communication:

Package Downloads
Aquarius.ONE.Shared.Security

Shared security package, used to provide authentication and authorization for apps in the ONE platflorm

Aquarius.ONE.Shared.DataAdapters

Shared DataAdapters package

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.4.0 419 2/20/2024
6.3.0 685 11/28/2023
6.3.0-AQI-6246-02 103 11/28/2023
6.2.2 570 10/31/2023
6.2.1 128 10/11/2023
6.2.0 160 10/5/2023
6.1.0 940 6/27/2023
6.0.0 2,814 3/29/2023
1.3.1 567 10/14/2022
1.2.0 904 6/16/2022
1.1.0 6,655 1/18/2022
1.0.1-pre-1 372 1/6/2022
1.0.0 686 12/6/2021

Version 6.1.0
   - Enhanced JSON serielization on DataSet with DataTimeOffset.