pathogen-playground - DualConfigurationNuGetPackage 1.0.0
A dummy NuGet package that contains both release and debug configurations.
PM> Install-Package DualConfigurationNuGetPackage -Version 1.0.0 -Source https://www.myget.org/F/pathogen-playground/api/v3/index.json
> nuget.exe install DualConfigurationNuGetPackage -Version 1.0.0 -Source https://www.myget.org/F/pathogen-playground/api/v3/index.json
> dotnet add package DualConfigurationNuGetPackage --version 1.0.0 --source https://www.myget.org/F/pathogen-playground/api/v3/index.json
source https://www.myget.org/F/pathogen-playground/api/v3/index.json
nuget DualConfigurationNuGetPackage ~> 1.0.0
Copy to clipboard
> choco install DualConfigurationNuGetPackage --version 1.0.0 --source https://www.myget.org/F/pathogen-playground/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "pathogen-playground" -SourceLocation "https://www.myget.org/F/pathogen-playground/api/v2"
Install-Module -Name "DualConfigurationNuGetPackage" -RequiredVersion "1.0.0" -Repository "pathogen-playground"
Copy to clipboard
Initial release.
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.0.0 | 5.14 KB | Sun, 23 Sep 2018 20:12:10 GMT | 3 |
|