Conversations.Core by UNOPS

<PackageReference Include="Conversations.Core" Version="1.0.0-beta" />

 Conversations.Core 1.0.0-beta

Conversations is a very simple .NET Standard library to help manage conversations inside your app. This package includes core functionality without any storage implementation.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Conversations.Core</id>
    <version>1.0.0-beta</version>
    <authors>UNOPS</authors>
    <owners>UNOPS</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Conversations is a very simple .NET Standard library to help manage conversations inside your app. This package includes core functionality without any storage implementation.</description>
    <copyright>Copyright 2017 (c) UNOPS. All rights reserved.</copyright>
    <dependencies>
      <group targetFramework=".NETStandard1.4">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <title>Conversations</title>
  </metadata>
</package>