WizardWrx.ConsoleAppAids3 8.0.528

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package WizardWrx.ConsoleAppAids3 --version 8.0.528
                    
NuGet\Install-Package WizardWrx.ConsoleAppAids3 -Version 8.0.528
                    
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="WizardWrx.ConsoleAppAids3" Version="8.0.528" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WizardWrx.ConsoleAppAids3" Version="8.0.528" />
                    
Directory.Packages.props
<PackageReference Include="WizardWrx.ConsoleAppAids3" />
                    
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 WizardWrx.ConsoleAppAids3 --version 8.0.528
                    
#r "nuget: WizardWrx.ConsoleAppAids3, 8.0.528"
                    
#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.
#addin nuget:?package=WizardWrx.ConsoleAppAids3&version=8.0.528
                    
Install WizardWrx.ConsoleAppAids3 as a Cake Addin
#tool nuget:?package=WizardWrx.ConsoleAppAids3&version=8.0.528
                    
Install WizardWrx.ConsoleAppAids3 as a Cake Tool

Helper routines for console mode programs

Product Compatible and additional computed target framework versions.
.NET Framework net35-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
9.0.573 160 1/11/2024
9.0.570 125 1/11/2024
9.0.569 135 12/16/2023
9.0.568 124 12/16/2023
9.0.567 161 9/9/2023
9.0.566 343 12/31/2022
8.1.570 449 10/16/2022
8.1.560 475 5/21/2022
8.1.559 456 5/21/2022
8.1.558 441 5/21/2022
8.1.557 507 4/14/2022
8.0.552 486 4/9/2022
8.0.551 454 3/25/2022
8.0.550 476 3/9/2022
8.0.549 320 12/20/2021
8.0.548 335 12/10/2021
8.0.547 362 10/19/2021
8.0.546 413 10/14/2021
8.0.545 373 8/9/2021
8.0.544 399 7/12/2021
8.0.543 450 7/4/2021
8.0.542 384 6/30/2021
8.0.541 351 6/21/2021
8.0.540 382 6/21/2021
8.0.539 343 6/18/2021
8.0.538 346 6/11/2021
8.0.537 360 6/11/2021
8.0.536 371 6/9/2021
8.0.535 422 6/6/2021
8.0.533 385 5/2/2021
8.0.531 396 3/6/2021
8.0.528 403 3/5/2021
7.2.525 454 10/28/2020
7.1.521.579 641 6/5/2019

This update of the WizardWrx.ConsoleAppAids3 library resolves an issue that allowed a calling routine to instantiate an uninitialized, utterly useless instance of the ConsoleAppStateManager object. In so doing, the bug breaks a fundamental tenet of the Singleton design pattern which it is intended to implement. Additionally, this release implements semantic versioning and the Deterministic compiler switch.