C# Class CCNet.Build.SetupPackages.NuGetPackage

Inheritance: NuGetReference
Show file Open project: shuruev/CCNet.Extensions Class Usage Examples

Public Methods

Method Description
NuGetPackage ( string id, string version, string framework, string title, string tags ) : System

Protected Methods

Method Description
ParseFramework ( string framework ) : TargetFramework

Method Details

NuGetPackage() public method

public NuGetPackage ( string id, string version, string framework, string title, string tags ) : System
id string
version string
framework string
title string
tags string
return System

ParseFramework() protected static method

protected static ParseFramework ( string framework ) : TargetFramework
framework string
return TargetFramework