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,779 11/15/2014
3.0.61 7,035 11/15/2014
3.0.60 7,649 11/15/2014
3.0.59 7,006 11/15/2014
3.0.58 7,186 11/15/2014
3.0.57 7,236 11/15/2014
3.0.56 6,412 11/15/2014
3.0.55 7,331 11/15/2014
3.0.54 7,067 11/15/2014
3.0.53 7,242 11/15/2014
3.0.52 7,178 11/15/2014
3.0.51 7,279 11/15/2014
3.0.50 7,288 11/15/2014
3.0.49 6,826 11/15/2014
3.0.48 6,734 11/15/2014
3.0.47 6,460 11/15/2014
3.0.46 6,617 11/15/2014
3.0.45 6,902 11/15/2014
3.0.44 6,765 11/15/2014
Loading failed