GPS.SimpleMVC 2.0.0
Simple MVC is a standard Model-View-Controller patterned framework for creating maintable and powerful projects, large and small.
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>GPS.SimpleMVC</id>
<version>2.0.0</version>
<authors>Payton Byrd</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>docs\Square-Logo-GPS.png</icon>
<projectUrl>http://simplemvc.gatewayprogramming.school/</projectUrl>
<description>Simple MVC is a standard Model-View-Controller patterned framework for creating maintable and powerful projects, large and small.</description>
<copyright>©️ 2017-2021, Gateway Programming School, Inc.</copyright>
<tags>MVC</tags>
<repository type="git" url="https://github.com/gatewayprogrammingschool/SimpleMVC" branch="master" commit="7d25da5bbc6475536fb0c0b32ae929411a6ba7cb" />
<dependencies>
<group targetFramework="net5.0" />
<group targetFramework="net6.0" />
</dependencies>
</metadata>
</package>