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,893 11/15/2014
3.0.61 7,158 11/15/2014
3.0.60 7,770 11/15/2014
3.0.59 7,115 11/15/2014
3.0.58 7,308 11/15/2014
3.0.57 7,345 11/15/2014
3.0.56 6,521 11/15/2014
3.0.55 7,444 11/15/2014
3.0.54 7,177 11/15/2014
3.0.53 7,353 11/15/2014
3.0.52 7,290 11/15/2014
3.0.51 7,410 11/15/2014
3.0.50 7,398 11/15/2014
3.0.49 6,938 11/15/2014
3.0.48 6,844 11/15/2014
3.0.47 6,575 11/15/2014
3.0.46 6,727 11/15/2014
3.0.45 7,012 11/15/2014
3.0.44 6,885 11/15/2014
Loading failed