Simplify.System.Sources 1.3.0

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

Core classes for applications and libraries.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 4.5.2

    • No dependencies.
  • .NETStandard 2.0

    • 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
1.6.2 1,481 8/2/2023
1.6.1 1,647 4/21/2021
1.6.0 790 2/2/2021
1.5.0 739 1/26/2021
1.4.0 747 1/22/2021
1.3.0 853 11/17/2020
1.2.2 845 10/23/2020
1.2.1 1,230 10/18/2019
1.2.0 992 9/17/2019
1.1.0 974 6/19/2019
1.0.2 2,143 3/18/2018
1.0.1 1,907 3/13/2018
1.0.0 3,095 9/29/2014

New
* OffsetStopwatch class (class with ability to add existing value to elapsed time) (#221)