﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>SimpleToolkit.Attributes</id>
    <version>1.7.11</version>
    <title>SimpleToolkit.Attributes</title>
    <authors>Mateusz Skoczek</authors>
    <licenseUrl>https://repos.mateuszskoczek.com/SimpleToolkit/SimpleToolkit.Attributes/src/branch/main/LICENSE</licenseUrl>
    <icon>icon.png</icon>
    <readme>README.md</readme>
    <projectUrl>https://repos.mateuszskoczek.com/SimpleToolkit/</projectUrl>
    <description>Set of helpers, class extensions, UI controls used in my other C# projects - Class, method and property attributes</description>
    <copyright>Mateusz Skoczek</copyright>
    <repository type="git" url="https://repos.mateuszskoczek.com/SimpleToolkit/SimpleToolkit.Attributes" commit="2d9fe685e02a7fac9cd146f926136e5a03fee0b9" />
    <dependencies>
      <group targetFramework="net8.0">
        <dependency id="Microsoft.AspNetCore.Mvc.Core" version="2.3.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>