OpenActive.NET by OpenActive Community

<PackageReference Include="OpenActive.NET" Version="2.0.2" />

.NET API 203,776 bytes

 OpenActive.NET 2.0.2

OpenActive.io objects turned into strongly typed C# POCO classes for use in .NET. All classes can be serialized into JSON/JSON-LD, to provide easy conformance with the OpenActive Modelling Specification.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>OpenActive.NET</id>
    <version>2.0.2</version>
    <authors>OpenActive Community</authors>
    <owners>OpenActive Community</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://www.openactive.io/OpenActive.NET</projectUrl>
    <iconUrl>https://www.openactive.io/assets/openactive-icon-64x64.png</iconUrl>
    <description>OpenActive.io objects turned into strongly typed C# POCO classes for use in .NET. All classes can be serialized into JSON/JSON-LD, to provide easy conformance with the OpenActive Modelling Specification.</description>
    <copyright>OpenActive</copyright>
    <tags>OpenActive schema rpde</tags>
    <repository url="https://github.com/openactive/OpenActive.NET" />
    <dependencies>
      <group targetFramework=".NETStandard1.1">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
        <dependency id="Schema.NET" version="6.0.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Schema.NET" version="6.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>