﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>SimpleToolkit.UI.WinUI.Behaviors</id>
    <version>1.7.9</version>
    <title>SimpleToolkit.UI.WinUI.Behaviors</title>
    <authors>Mateusz Skoczek</authors>
    <licenseUrl>https://repos.mateuszskoczek.com/SimpleToolkit/SimpleToolkit.UI.WinUI.Behaviors/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 - XAML action triggers for WinUI applications</description>
    <copyright>Mateusz Skoczek</copyright>
    <repository type="git" url="https://repos.mateuszskoczek.com/SimpleToolkit/SimpleToolkit.UI.WinUI.Behaviors" commit="8254c9909c5da790721f6bc8ac0535e493ceeacb" />
    <dependencies>
      <group targetFramework="net8.0-windows10.0.19041">
        <dependency id="Microsoft.Xaml.Behaviors.WinUI.Managed" version="2.0.9" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>