﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>TriunniaLabs.TypeOps</id>
    <version>0.0.9</version>
    <authors>Triunnia Labs</authors>
    <readme>Readme.md</readme>
    <description>A library for performing advanced operations on generic types with a consistent api, taking into considerations all of the combinations types can come in: enums, nullable, arrays, nested, etc.</description>
    <copyright>Triunnia Labs</copyright>
    <repository type="git" commit="01e24ca6703047dc89877f4d87d2bafd7b641103" />
    <dependencies>
      <group targetFramework="net10.0" />
    </dependencies>
  </metadata>
</package>