MyFirstTestPackage 3.0.62

dotnet add package MyFirstTestPackage --version 3.0.62
                    
NuGet\Install-Package MyFirstTestPackage -Version 3.0.62
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MyFirstTestPackage" Version="3.0.62" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MyFirstTestPackage" Version="3.0.62" />
                    
Directory.Packages.props
<PackageReference Include="MyFirstTestPackage" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MyFirstTestPackage --version 3.0.62
                    
#r "nuget: MyFirstTestPackage, 3.0.62"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MyFirstTestPackage@3.0.62
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MyFirstTestPackage&version=3.0.62
                    
Install as a Cake Addin
#tool nuget:?package=MyFirstTestPackage&version=3.0.62
                    
Install as a Cake Tool

My package description.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.62 7,946 11/15/2014
3.0.61 7,206 11/15/2014
3.0.60 7,819 11/15/2014
3.0.59 7,164 11/15/2014
3.0.58 7,358 11/15/2014
3.0.57 7,395 11/15/2014
3.0.56 6,570 11/15/2014
3.0.55 7,493 11/15/2014
3.0.54 7,236 11/15/2014
3.0.53 7,402 11/15/2014
3.0.52 7,339 11/15/2014
3.0.51 7,457 11/15/2014
3.0.50 7,445 11/15/2014
3.0.49 6,986 11/15/2014
3.0.48 6,894 11/15/2014
3.0.47 6,625 11/15/2014
3.0.46 6,778 11/15/2014
3.0.45 7,060 11/15/2014
3.0.44 6,935 11/15/2014
Loading failed