﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Webefinity.Cadence.UI</id>
    <version>0.0.1-beta03</version>
    <authors>Webefinity</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <readme>README.md</readme>
    <description>Cadence.UI is a Razor Component Library providing reusable UI components, styling, and JavaScript functionality for ASP.NET Core Blazor applications.</description>
    <tags>blazor components ui razor</tags>
    <repository type="git" url="https://github.com/hollandar/webefinity-cadence" commit="45f99c687a9deef7a18c4b27cc03dd6681f4d01c" />
    <dependencies>
      <group targetFramework="net10.0">
        <dependency id="Markdig" version="1.3.2" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Components.Web" version="10.0.10" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <contentFiles>
      <files include="any/net10.0/custom-elements.json" buildAction="Content" />
    </contentFiles>
  </metadata>
</package>