Platform.NET 1.1.0.197

dotnet add package Platform.NET --version 1.1.0.197
NuGet\Install-Package Platform.NET -Version 1.1.0.197
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="Platform.NET" Version="1.1.0.197" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Platform.NET --version 1.1.0.197
#r "nuget: Platform.NET, 1.1.0.197"
#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.
// Install Platform.NET as a Cake Addin
#addin nuget:?package=Platform.NET&version=1.1.0.197

// Install Platform.NET as a Cake Tool
#tool nuget:?package=Platform.NET&version=1.1.0.197

Platform.NET

A cross-platform library of useful classes and extensions for C# and .NET.

This library was initially developed between 2003-2008. It has been updated to use modern C# syntax and released as open source under the BSD license. It is the foundation of my other C# projects including the projects located at the GitHub [Platform.NET](https://github.com/platformdotnet) organisation.

Some notable classes provided are: TimedReferenceDictionary, ExpressionVisitor, NetworkTimeClient, NotifyingWeakReference, TimedReference, ReferenceQueue, ITask, IMeter, InteractiveCryptoStream, TextConversion, InvocationQueue, XmlSerializer, BoundedFifoBuffer, CircularFifoBuffer

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Platform.NET:

Repository Stars
tumtumtum/Shaolinq
ORM for .NET with full LINQ support for Postgres, Sqlite, MySql and SqlServer
Version Downloads Last updated
1.1.0.197 500 2/24/2015
1.1.0.196 136 1/31/2015
1.1.0.189 475 11/16/2014
1.1.0.188 265 11/16/2014
1.1.0.186 378 11/15/2014
1.1.0.185 476 11/15/2014
1.1.0.183 184 11/15/2014
1.1.0.178 283 11/15/2014
1.1.0.177 443 11/15/2014
1.1.0.175 292 11/15/2014
1.0.0.154 942 11/7/2014
1.0.0.149 114 10/30/2014
1.0.0.147 156 10/18/2014
1.0.0.146 144 10/9/2014
1.0.0.143 98 10/7/2014
1.0.0.142 105 9/25/2014
1.0.0.141 143 9/16/2014
1.0.0.139 102 9/15/2014
1.0.0.138 91 9/15/2014
1.0.0.136 124 9/11/2014
1.0.0.133-test 88 9/9/2014
1.0.0.131-test 92 9/9/2014
1.0.0.129-test 86 9/8/2014
1.0.0.126 101 9/8/2014
1.0.0.124 120 9/1/2014
1.0.0.121 198 7/10/2014
1.0.0.119 96 7/9/2014
1.0.0.107 106 6/20/2014
1.0.0.102 141 1/12/2014
1.0.0.90 84 1/5/2014
1.0.0.87 77 12/29/2013
1.0.0.84 81 12/20/2013
1.0.0.81 84 7/14/2013
1.0.0.78 85 5/6/2013
1.0.0.76 74 5/6/2013
1.0.0.73 72 5/3/2013
1.0.0.72 76 5/3/2013
1.0.0.70 85 5/3/2013

- ExpressionVisitor.VisitNew now returns Expression rather than NewExpression
- Enhanced ExpressionVisitor features
- Massive refactor
- New dependency on .NET 4.0
- Removed legacy code that's no longer required for .NET 4.0