File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >LinqStatistics</id >
5- <version >2.2.1 </version >
5+ <version >2.3.0 </version >
66 <title >LinqStatistics</title >
77 <authors >dkackman</authors >
88 <owners ></owners >
2525 - Include R squared while calculating Least Squares
2626 2.2.1
2727 - Add NetStandard library
28+ 2.2.2
29+ - Fixed StandardDeviationP bug https://github.com/dkackman/LinqStatistics/issues/10
30+ - Speed up CountEach by not ordering
31+ - Add overload to CountEach to take selector and comparer
2832 </releaseNotes >
2933 <summary >
3034 Extensions that add simple statistical methods
3438 <iconUrl >https://raw.githubusercontent.com/dkackman/DynamicRestProxy/master/nugeticon.png</iconUrl >
3539 <requireLicenseAcceptance >false</requireLicenseAcceptance >
3640 <licenseUrl >http://opensource.org/licenses/Apache-2.0</licenseUrl >
37- <copyright >Copyright Don Kackman 2013 </copyright >
41+ <copyright >Copyright Don Kackman</copyright >
3842 <dependencies >
43+ <group targetFramework =" portable-net45+win8+wpa81+dnx45" />
44+ <group targetFramework =" net40" />
45+ <group targetFramework =" netstandard1.1" />
3946 </dependencies >
4047 <references ></references >
4148 <tags >Linq Statistics stats portable PCL</tags >
Original file line number Diff line number Diff line change 1313[ assembly: AssemblyDescription ( "Extensions that add simple statistical methods" ) ]
1414[ assembly: AssemblyCompany ( "" ) ]
1515[ assembly: AssemblyProduct ( "LinqStatistics" ) ]
16- [ assembly: AssemblyCopyright ( "Copyright © Don Kackman 2009, 2013, 2016 " ) ]
16+ [ assembly: AssemblyCopyright ( "Copyright © Don Kackman" ) ]
1717[ assembly: AssemblyTrademark ( "" ) ]
1818[ assembly: AssemblyCulture ( "" ) ]
1919[ assembly: NeutralResourcesLanguage ( "en" ) ]
2828// You can specify all the values or you can default the Build and Revision Numbers
2929// by using the '*' as shown below:
3030// [assembly: AssemblyVersion("1.0.*")]
31- [ assembly: AssemblyVersion ( "2.2.1 .0" ) ]
32- [ assembly: AssemblyFileVersion ( "2.2.1 .0" ) ]
31+ [ assembly: AssemblyVersion ( "2.3.0 .0" ) ]
32+ [ assembly: AssemblyFileVersion ( "2.3.0 .0" ) ]
3333[ assembly: CLSCompliant ( true ) ]
You can’t perform that action at this time.
0 commit comments