@model isnd.Data.PackageVersion @{ ViewData["Title"] = "Delete"; }

Delete

Are you sure you want to delete this?

PackageVersion


@Html.DisplayNameFor(model => model.Major)
@Html.DisplayFor(model => model.Major)
@Html.DisplayNameFor(model => model.Minor)
@Html.DisplayFor(model => model.Minor)
@Html.DisplayNameFor(model => model.Patch)
@Html.DisplayFor(model => model.Patch)
@Html.DisplayNameFor(model => model.IsPrerelease)
@Html.DisplayFor(model => model.IsPrerelease)
@Html.DisplayNameFor(model => model.Package)
@Html.DisplayFor(model => model.Package.Id)
| Back to List