21 lines
1.2 KiB
XML
21 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>Oqtane.Application.Template</id>
|
|
<version>6.1.5</version>
|
|
<title>Oqtane Application Solution For Blazor</title>
|
|
<authors>Shaun Walker</authors>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<license type="expression">MIT</license>
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
<icon>icon.png</icon>
|
|
<projectUrl>https://github.com/oqtane/oqtane.framework</projectUrl>
|
|
<description>Oqtane is an open source CMS and Application Framework that provides advanced functionality for developing web, mobile, and desktop applications on .NET. It leverages Blazor to compose a fully dynamic digital experience which can be hosted on Static Blazor, Blazor Server, Blazor WebAssembly, or Blazor Hybrid (via .NET MAUI).</description>
|
|
<language>en-US</language>
|
|
<tags>Web ASP.NET Blazor Oqtane Modular Multi-Tenant "Open Source" "SQL Server" MySQL PostgreSQL SQLite</tags>
|
|
<readme>README.md</readme>
|
|
<packageTypes>
|
|
<packageType name="Template" />
|
|
</packageTypes>
|
|
</metadata>
|
|
</package> |