Nemesis.Demos 1.0.34

dotnet add package Nemesis.Demos --version 1.0.34
                    
NuGet\Install-Package Nemesis.Demos -Version 1.0.34
                    
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="Nemesis.Demos" Version="1.0.34" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nemesis.Demos" Version="1.0.34" />
                    
Directory.Packages.props
<PackageReference Include="Nemesis.Demos" />
                    
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 Nemesis.Demos --version 1.0.34
                    
#r "nuget: Nemesis.Demos, 1.0.34"
                    
#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 Nemesis.Demos@1.0.34
                    
#: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=Nemesis.Demos&version=1.0.34
                    
Install as a Cake Addin
#tool nuget:?package=Nemesis.Demos&version=1.0.34
                    
Install as a Cake Tool

Nemesis.Demos

A collection of demonstrations and reusable utilities showcasing modern C# language features, design patterns, and framework usage. It consists of extension methods, reusable utilities, and demonstration classes for features like data dumping, advanced type parsing, and performance testing.

Status

Status Badge Link
NuGet Package NuGet Version Nemesis.Demos on NuGet
License License MIT
Build Status Build status - main GitHub Actions

Installation

If you wish to use the reusable demonstration utilities provided by this project, you can install the main package via NuGet.

Package Manager

Install-Package Nemesis.Demos

.NET CLI

dotnet add package Nemesis.Demos
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
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
1.0.34 276 10/28/2025
1.0.33 251 10/28/2025
1.0.31 253 10/27/2025
1.0.30 249 10/27/2025
1.0.29 252 10/27/2025
1.0.28 248 10/22/2025
1.0.27 257 10/20/2025
1.0.26 247 10/20/2025
1.0.25 249 10/20/2025
1.0.24 256 10/19/2025
1.0.23 241 10/19/2025
1.0.21 243 10/19/2025
1.0.20 249 10/19/2025
1.0.19 237 10/19/2025
1.0.18 249 10/19/2025
1.0.17 192 10/18/2025
1.0.16 185 10/18/2025
1.0.15 249 10/13/2025
1.0.14 244 10/13/2025
1.0.13 240 10/12/2025
Loading failed

# Release 1.0.34 - PageSize for demos inc to 60

**Full Changelog**: https://github.com/nemesissoft/Nemesis.Demos/compare/1.0.33...1.0.34