﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>BotPages</id>
    <version>0.6.0</version>
    <authors>FrigaT</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://git.frigat.duckdns.org/FrigaT/BotPages</projectUrl>
    <description>Платформонезависимый framework для создания диалоговых ботов с системой страниц.</description>
    <copyright>Copyright © 2025 FrigaT</copyright>
    <repository type="git" url="https://git.frigat.duckdns.org/FrigaT/BotPages" commit="47921b16219659b1a06310cff7df974dc6292d34" />
    <dependencies>
      <group targetFramework="net8.0">
        <dependency id="BotPages.Core" version="0.6.0" exclude="Build,Analyzers" />
        <dependency id="BotPages.Telegram" version="0.6.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>