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,891 11/15/2014
3.0.61 7,154 11/15/2014
3.0.60 7,767 11/15/2014
3.0.59 7,114 11/15/2014
3.0.58 7,296 11/15/2014
3.0.57 7,344 11/15/2014
3.0.56 6,520 11/15/2014
3.0.55 7,442 11/15/2014
3.0.54 7,176 11/15/2014
3.0.53 7,352 11/15/2014
3.0.52 7,289 11/15/2014
3.0.51 7,408 11/15/2014
3.0.50 7,397 11/15/2014
3.0.49 6,937 11/15/2014
3.0.48 6,842 11/15/2014
3.0.47 6,572 11/15/2014
3.0.46 6,726 11/15/2014
3.0.45 7,010 11/15/2014
3.0.44 6,873 11/15/2014
Loading failed