WIP NuGet API 3.5.0

This commit is contained in:
Paul Schneider 2022-04-17 14:10:20 +01:00
commit a4a1c6e271
12 changed files with 172 additions and 98 deletions

View file

@ -1,3 +1,4 @@
using System;
using System.Linq;
using System.Threading.Tasks;
using isnd.ViewModels;
@ -9,7 +10,6 @@ namespace isnd.Controllers
public partial class PackagesController
{
// GET: PackageVersion
public async Task<IActionResult> Index(PackageIndexViewModel model)
{