﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>ArgumentsToolkit.Core</id>
    <version>0.0.3</version>
    <authors>FrigaT</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://git.frigat.duckdns.org/FrigaT/ArgumentsToolkit</projectUrl>
    <description>Ядро библиотеки ArgumentsToolkit: парсинг аргументов, генерация строки, обязательные параметры, базовые конвертеры.</description>
    <tags>cli arguments parser toolkit core</tags>
    <repository type="git" url="https://git.frigat.duckdns.org/FrigaT/ArgumentsToolkit" commit="52fecbb436db2d728776790aa73f40ef685a6266" />
    <dependencies>
      <group targetFramework="net8.0" />
    </dependencies>
  </metadata>
</package>