PeanutButter.Utils.Entity 2.0.96

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

Provides the following:
     * EntityBase
       - a base entity class to inherit from. Provides the following fields:
         Created (datetime)
         LastModified (datetime?)
         Enabled (bool)
     * DbContextWithAutomaticTrackingFields
       - when persisting entities which derive from EntityBase, this will automatically
         set Created to the current timestamp on a new entity and update LastModified
         on an updated entity
     * Extensions to:
       - AddRange on an IDbSet
       - AddRange on an ICollection
       - RemoveRange on an IDbSet
       - RemoveRange on an ICollection
       - Clear on IDbSet (delete all in dbset)
       - AddNew on IDbSet and ICollection
           - Convenience method so you can, for example, do:
             var someItem = context.SomeCollection.FirstOrDefault(i => i.Name == "bob") ?? context.Collection.AddNew(e => e.Name = "bob");
             which finds the first bob or adds a new one
       - Transform, which provides a fluent manner to do what you would with Select(), but on a single result

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on PeanutButter.Utils.Entity:

Package Downloads
PeanutButter.TestUtils.Entity

Contains classes to help with testing when entity and a SQL Server would be involved in production: * TestFixtureWithTempDb provides bootstrapping for tests which would use a temporary database (TempDBLocalDb) * EntityPersistenceTestFixtureBase provides helpers for the common test of persisting and recalling entities to test that mappings (automatic or manual) work as expected * DbContextExtensions adds SaveChangesWithErrorReporting(), an extension method for DbContext derivatives to provide more information within tests as to why a test is failing (such information is usually buried within the exception maze that Entity provides)

EmailSpooler.Win32Service.Entity

Provides the Entity POCO classes for sharing data access with the EmailSpooler.Win32Service service

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.96 2,199 7/26/2022
2.0.95 1,076 7/26/2022
2.0.94 1,064 7/25/2022
2.0.93 1,041 7/25/2022
2.0.92 1,132 7/15/2022
2.0.91 1,064 7/15/2022
2.0.90 1,066 7/14/2022
2.0.89 1,066 7/14/2022
2.0.88 1,082 7/12/2022
2.0.87 1,099 7/11/2022
2.0.86 1,063 7/11/2022
2.0.85 1,044 7/11/2022
2.0.84 1,070 7/8/2022
2.0.83 1,097 6/29/2022
2.0.82 1,048 6/29/2022
2.0.81 1,122 6/23/2022
2.0.80 1,065 6/15/2022
2.0.79 1,088 6/14/2022
2.0.78 1,098 6/14/2022
2.0.77 1,296 5/24/2022
2.0.76 1,185 5/3/2022
2.0.75 1,086 4/29/2022
2.0.74 1,121 4/19/2022
2.0.73 1,058 4/16/2022
2.0.72 1,064 4/12/2022
2.0.71 1,104 4/12/2022
2.0.70 1,065 4/7/2022
2.0.69 1,103 4/7/2022
2.0.68 1,126 4/7/2022
2.0.67 1,069 4/7/2022
2.0.66 1,136 3/15/2022
2.0.65 1,083 3/15/2022
2.0.64 1,051 3/15/2022
2.0.63 1,104 3/2/2022
2.0.62 1,076 2/22/2022
2.0.61 1,049 2/18/2022
2.0.60 1,075 2/18/2022
2.0.59 1,065 2/15/2022
2.0.58 1,062 2/9/2022
2.0.57 1,073 2/1/2022
2.0.56 1,030 2/1/2022
2.0.55 1,078 2/1/2022
2.0.54 1,110 1/28/2022
2.0.53 1,113 1/27/2022
2.0.52 1,073 1/19/2022
2.0.51 1,116 1/19/2022
2.0.50 963 12/2/2021
2.0.44 936 11/18/2021
2.0.43 900 11/16/2021
2.0.42 977 11/2/2021
2.0.41 984 10/20/2021
2.0.40 1,007 10/12/2021
2.0.39 994 10/12/2021
2.0.38 1,029 10/5/2021
2.0.37 1,034 9/21/2021
2.0.36 1,076 9/9/2021
2.0.35 1,048 9/3/2021
2.0.34 1,028 9/2/2021
2.0.33 1,055 7/21/2021
2.0.32 1,049 7/21/2021
2.0.31 1,013 7/6/2021
2.0.30 1,018 7/5/2021
2.0.29 1,037 6/30/2021
2.0.28 1,076 6/28/2021
2.0.27 1,023 6/17/2021
2.0.26 1,028 6/15/2021
2.0.25 1,056 6/14/2021
2.0.24 1,048 6/14/2021
2.0.23 1,001 6/14/2021
2.0.22 1,063 5/20/2021
2.0.21 1,001 5/18/2021
2.0.20 1,022 5/10/2021
2.0.19 1,048 5/10/2021
2.0.18 1,004 5/3/2021
2.0.17 1,014 5/3/2021
2.0.16 1,066 4/14/2021
2.0.15 1,049 4/13/2021
2.0.14 1,052 3/31/2021
2.0.13 1,101 3/25/2021
2.0.12 1,072 3/25/2021
2.0.11 1,184 2/19/2021
2.0.10 1,109 2/18/2021
2.0.9 1,210 2/18/2021
2.0.8 1,139 2/16/2021
2.0.7 1,128 2/9/2021
2.0.6 1,114 2/9/2021
2.0.5 1,087 2/3/2021
2.0.4 1,098 1/29/2021
2.0.3 1,037 1/29/2021
2.0.2 1,044 1/28/2021
2.0.1 1,109 1/27/2021
2.0.0 1,118 1/26/2021
1.2.397 1,134 1/26/2021
1.2.396 1,129 1/21/2021
1.2.395 1,082 1/20/2021
1.2.394 1,192 1/20/2021
1.2.393 1,119 1/20/2021
1.2.392 1,095 1/20/2021
1.2.391 1,056 1/19/2021
1.2.390 1,086 1/19/2021
1.2.389 1,098 1/19/2021
1.2.388 1,090 1/14/2021
1.2.387 1,132 1/14/2021
1.2.386 1,129 1/13/2021
1.2.385 1,133 1/13/2021
1.2.384 1,228 1/11/2021
1.2.383 1,155 1/8/2021
1.2.382 1,154 1/6/2021
1.2.381 1,136 1/6/2021
1.2.380 1,215 11/17/2020
1.2.379 1,216 10/21/2020
1.2.378 1,198 9/17/2020
1.2.377 1,216 9/1/2020
1.2.376 1,157 9/1/2020
1.2.375 1,302 7/13/2020
1.2.374 1,260 7/2/2020
1.2.373 1,220 7/1/2020
1.2.372 1,255 6/10/2020
1.2.371 1,145 6/10/2020
1.2.370 1,253 6/10/2020
1.2.369 1,235 6/9/2020
1.2.368 1,238 6/9/2020
1.2.367 1,193 6/9/2020
1.2.366 1,176 6/9/2020
1.2.365 1,242 6/9/2020
1.2.364 1,286 6/9/2020
1.2.363 1,238 6/9/2020
1.2.362 1,282 6/8/2020
1.2.361 1,180 6/4/2020
1.2.360 1,245 5/4/2020
1.2.359 1,203 4/27/2020
1.2.358 1,256 4/4/2020
1.2.357 1,280 3/25/2020
1.2.356 1,256 3/10/2020
1.2.355 1,202 3/10/2020
1.2.354 1,248 3/6/2020
1.2.353 1,230 3/3/2020
1.2.352 1,278 3/3/2020
1.2.351 1,245 3/2/2020
1.2.350 1,246 3/2/2020
1.2.349 1,194 3/2/2020
1.2.348 1,207 3/2/2020
1.2.347 1,227 3/2/2020
1.2.346 1,182 2/27/2020
1.2.345 1,338 2/21/2020
1.2.344 1,298 2/20/2020
1.2.343 1,249 2/20/2020
1.2.342 1,219 2/20/2020
1.2.341 1,243 2/20/2020
1.2.340 1,209 2/20/2020
1.2.339 1,268 2/20/2020
1.2.338 1,235 2/19/2020
1.2.337 1,259 2/18/2020
1.2.336 1,247 2/14/2020
1.2.335 1,254 2/6/2020
1.2.334 1,246 2/4/2020
1.2.333 1,296 2/3/2020
1.2.332 1,265 1/13/2020
1.2.331 1,315 12/17/2019
1.2.330 1,264 12/13/2019
1.2.328 1,266 12/12/2019
1.2.327 1,269 12/11/2019
1.2.326 1,257 12/10/2019
1.2.325 1,219 12/3/2019
1.2.324 1,184 11/29/2019
1.2.323 1,184 11/28/2019
1.2.322 1,227 11/28/2019
1.2.321 1,256 11/28/2019
1.2.320 1,331 11/26/2019
1.2.319 1,199 11/26/2019
1.2.318 1,244 11/22/2019
1.2.317 1,191 11/20/2019
1.2.316 1,285 10/25/2019
1.2.315 1,248 10/25/2019
1.2.314 1,297 10/23/2019
1.2.313 1,257 10/18/2019
1.2.312 1,307 10/17/2019
1.2.311 1,236 10/17/2019
1.2.310 1,247 10/17/2019
1.2.309 1,258 10/9/2019
1.2.308 1,269 10/8/2019
1.2.307 1,269 10/7/2019
1.2.306 1,288 10/4/2019
1.2.305 1,240 10/3/2019
1.2.304 1,246 10/2/2019
1.2.303 1,268 9/16/2019
1.2.302 1,216 9/16/2019
1.2.301 1,215 9/15/2019
1.2.300 1,264 9/13/2019
1.2.299 1,236 9/10/2019
1.2.298 1,220 9/6/2019
1.2.297 1,287 8/20/2019
1.2.296 1,263 8/20/2019
1.2.295 1,333 8/20/2019
1.2.294 1,233 8/20/2019
1.2.293 1,235 8/16/2019
1.2.292 1,344 7/15/2019
1.2.291 1,313 6/30/2019
1.2.290 1,247 6/28/2019
1.2.289 1,303 6/20/2019
1.2.288 1,353 6/12/2019
1.2.287 1,338 6/12/2019
1.2.286 1,260 6/11/2019
1.2.285 1,348 6/11/2019
1.2.284 1,349 6/5/2019
1.2.283 1,324 5/28/2019
1.2.282 1,317 5/25/2019
1.2.281 1,351 5/23/2019
1.2.280 1,306 5/13/2019
1.2.279 1,283 5/9/2019
1.2.278 1,294 5/9/2019
1.2.277 1,283 5/7/2019
1.2.276 1,264 5/7/2019
1.2.275 1,298 5/6/2019
1.2.274 1,273 4/26/2019
1.2.273 1,303 4/25/2019
1.2.272 1,338 4/25/2019
1.2.271 1,340 4/24/2019
1.2.270 1,341 4/24/2019
1.2.269 1,339 4/16/2019
1.2.268 1,349 4/16/2019
1.2.267 1,355 4/16/2019
1.2.266 1,333 4/12/2019
1.2.265 1,463 4/12/2019
1.2.264 1,326 4/11/2019
1.2.263 1,267 4/11/2019
1.2.262 1,292 4/10/2019
1.2.261 1,321 4/10/2019
1.2.260 1,362 4/5/2019
1.2.259 1,321 2/27/2019
1.2.258 1,233 2/27/2019
1.2.257 1,302 2/26/2019
1.2.256 1,574 2/15/2019
1.2.255 1,576 2/15/2019
1.2.254 1,429 2/5/2019
1.2.253 1,617 12/12/2018
1.2.252 1,643 11/8/2018
1.2.251 1,501 11/8/2018
1.2.250 1,544 10/11/2018
1.2.249 1,551 10/2/2018
1.2.248 1,519 9/25/2018
1.2.247 1,583 9/3/2018
1.2.246 1,602 8/28/2018
1.2.245 1,683 8/27/2018
1.2.244 1,737 8/22/2018
1.2.243 1,563 8/21/2018
1.2.242 1,632 8/17/2018
1.2.241 1,736 7/27/2018
1.2.240 1,701 7/26/2018
1.2.239 1,904 6/18/2018
1.2.238 1,630 6/14/2018
1.2.237 1,674 5/25/2018
1.2.236 1,910 5/24/2018
1.2.235 2,056 5/18/2018
1.2.234 1,627 5/3/2018
1.2.233 1,883 5/3/2018
1.2.232 1,925 4/30/2018
1.2.231 1,913 4/18/2018
1.2.230 1,889 4/10/2018
1.2.229 1,879 4/10/2018
1.2.228 1,674 4/4/2018
1.2.227 1,910 3/28/2018
1.2.226 1,832 3/22/2018
1.2.225 1,795 3/20/2018
1.2.224 1,919 3/19/2018
1.2.223 1,708 3/15/2018
1.2.222 1,756 3/14/2018
1.2.221 1,713 3/14/2018
1.2.220 1,743 2/23/2018
1.2.219 1,876 2/16/2018
1.2.218 1,707 2/9/2018
1.2.217 1,694 2/8/2018
1.2.216 1,986 2/7/2018
1.2.215 1,697 2/7/2018
1.2.214 1,841 2/5/2018
1.2.213 1,958 2/2/2018
1.2.212 2,092 1/26/2018
1.2.211 1,670 1/16/2018
1.2.210 1,621 12/18/2017
1.2.209 1,712 12/14/2017
1.2.208 1,736 12/7/2017
1.2.206 1,690 12/4/2017
1.2.205 1,783 11/28/2017
1.2.204 1,793 11/24/2017
1.2.203 1,836 11/24/2017
1.2.202 1,719 11/24/2017
1.2.201 1,698 11/20/2017
1.2.200 1,798 11/14/2017
1.2.199 1,701 11/14/2017
1.2.198 1,761 11/6/2017
1.2.197 1,747 11/6/2017
1.2.196 1,826 10/31/2017
1.2.195 1,699 10/30/2017
1.2.194 1,766 10/26/2017
1.2.193 1,805 10/26/2017
1.2.192 1,804 10/26/2017
1.2.191 1,766 10/20/2017
1.2.190 1,746 10/18/2017
1.2.189 1,727 10/18/2017
1.2.188 1,729 10/15/2017
1.2.187 1,757 10/11/2017
1.2.185 1,771 10/10/2017
1.2.184 1,745 10/10/2017
1.2.183 1,790 10/2/2017
1.2.182 1,803 9/29/2017
1.2.181 1,768 9/25/2017
1.2.180 1,774 9/14/2017
1.2.179 1,715 9/12/2017
1.2.178 1,801 8/31/2017
1.2.177 1,828 8/25/2017
1.2.176 1,759 8/24/2017
1.2.174 1,729 8/7/2017
1.2.173 1,774 8/7/2017
1.2.172 1,780 8/7/2017
1.2.171 1,747 8/4/2017
1.2.170 1,762 8/3/2017
1.2.169 1,702 8/3/2017
1.2.168 1,742 8/3/2017
1.2.167 1,740 8/2/2017
1.2.166 1,809 8/1/2017
1.2.165 1,754 7/26/2017
1.2.164 1,765 7/26/2017
1.2.163 1,736 7/25/2017
1.2.162 1,809 7/18/2017
1.2.161 1,796 7/18/2017
1.2.160 1,760 7/18/2017
1.2.159 1,730 7/18/2017
1.2.158 1,753 7/13/2017
1.2.157 1,726 7/13/2017
1.2.156 1,773 7/5/2017
1.2.155 1,745 6/28/2017
1.2.154 1,752 6/27/2017
1.2.153 1,675 6/20/2017
1.2.152 1,759 6/19/2017
1.2.151 1,715 6/14/2017
1.2.150 1,744 6/13/2017
1.2.149 1,775 5/31/2017
1.2.148 1,693 5/29/2017
1.2.147 1,753 5/19/2017
1.2.146 1,647 5/18/2017
1.2.145 1,758 5/18/2017
1.2.144 1,690 5/14/2017
1.2.143 1,731 5/12/2017
1.2.142 1,675 5/12/2017
1.2.141 1,770 5/5/2017
1.2.140 1,738 4/27/2017
1.2.139 1,804 2/27/2017
1.2.137 1,755 2/3/2017
1.2.136 1,791 2/3/2017
1.2.135 1,740 1/26/2017
1.2.134 1,763 1/25/2017
1.2.133 1,872 1/12/2017
1.2.132 1,781 1/11/2017
1.2.131 1,875 1/10/2017
1.2.130 1,664 1/10/2017
1.2.129 1,768 1/10/2017
1.2.128 1,809 1/10/2017
1.2.127 1,757 1/10/2017
1.2.125 1,727 1/10/2017
1.2.119 1,790 12/13/2016
1.2.118 1,814 12/12/2016
1.2.117 1,763 12/10/2016
1.2.115 1,752 12/8/2016
1.2.114 1,742 12/5/2016
1.2.112 1,768 11/29/2016
1.2.111 1,816 11/25/2016
1.2.110 1,816 11/25/2016
1.2.109 1,881 11/24/2016
1.2.108 1,870 11/24/2016
1.2.107 1,808 11/23/2016
1.2.106 1,800 11/18/2016
1.2.105 1,797 11/18/2016
1.2.104 1,794 11/18/2016
1.2.103 1,779 11/17/2016
1.2.102 1,665 11/17/2016
1.2.101 1,786 11/17/2016
1.2.100 1,756 11/16/2016
1.2.99 1,796 11/16/2016
1.2.98 1,767 11/16/2016
1.2.97 1,660 11/16/2016
1.2.96 1,783 11/16/2016
1.2.95 1,756 11/16/2016
1.2.94 1,726 11/15/2016
1.2.92 1,757 11/15/2016
1.2.91 1,803 11/15/2016
1.2.90 1,776 11/15/2016
1.2.89 1,748 11/14/2016
1.2.88 2,239 11/8/2016
1.2.87 1,955 11/8/2016
1.2.86 1,959 11/8/2016
1.2.85 1,823 11/8/2016
1.2.84 2,226 11/8/2016
1.2.83 1,836 11/7/2016
1.2.82 2,018 11/3/2016
1.2.81 2,110 11/3/2016
1.2.80 1,844 11/3/2016
1.2.79 2,008 11/2/2016
1.2.78 1,896 11/1/2016
1.2.76 1,991 11/1/2016
1.2.75 1,705 10/31/2016
1.2.73 1,811 10/28/2016
1.2.71 1,791 10/27/2016
1.2.68 1,832 10/26/2016
1.2.66 1,767 10/25/2016
1.2.65 1,788 10/24/2016
1.2.64 1,761 10/21/2016
1.2.63 1,772 10/21/2016
1.2.62 1,776 10/21/2016
1.2.61 1,749 10/20/2016
1.2.60 1,790 10/20/2016
1.2.59 1,730 10/13/2016
1.2.58 1,817 10/13/2016
1.2.57 1,738 10/13/2016
1.2.56 1,739 10/13/2016
1.2.55 1,741 10/11/2016
1.2.54 1,740 10/11/2016
1.2.53 1,748 10/10/2016
1.2.52 1,685 10/10/2016
1.2.51 1,828 9/12/2016
1.2.50 1,709 9/12/2016
1.2.49 1,774 9/7/2016
1.2.48 1,760 9/2/2016
1.2.47 1,807 5/6/2016
1.2.46 2,175 4/25/2016
1.2.45 2,027 4/25/2016
1.2.44 1,976 4/25/2016
1.2.43 2,101 4/22/2016
1.2.42 1,849 4/15/2016
1.2.41 1,789 4/12/2016
1.2.40 1,789 4/11/2016
1.2.39 1,825 4/8/2016
1.2.38 1,735 4/8/2016
1.2.37 1,855 4/8/2016
1.2.36 1,803 4/8/2016
1.2.35 1,767 4/6/2016
1.2.34 1,774 4/6/2016
1.2.33 1,844 4/6/2016
1.2.32 1,834 4/6/2016
1.2.31 1,847 4/6/2016
1.2.30 1,792 4/6/2016
1.2.29 1,780 4/5/2016
1.2.28 1,793 4/5/2016
1.2.27 1,842 4/5/2016
1.2.26 1,791 4/5/2016
1.2.25 1,820 4/5/2016
1.2.24 1,798 4/1/2016
1.2.23 1,807 3/31/2016
1.2.22 1,732 3/31/2016
1.2.21 1,834 3/29/2016
1.2.20 1,728 3/25/2016
1.2.19 1,816 3/17/2016
1.2.18 1,857 3/17/2016
1.2.17 1,773 3/17/2016
1.2.16 1,808 3/17/2016
1.2.15 1,845 3/17/2016
1.2.14 1,926 3/16/2016
1.2.13 1,866 3/15/2016
1.2.12 1,807 3/15/2016
1.2.11 1,829 3/14/2016
1.2.10 2,145 3/11/2016
1.2.9 1,744 3/7/2016
1.2.8 1,792 3/6/2016
1.2.7 1,853 3/6/2016
1.2.6 1,826 3/4/2016
1.2.5 2,050 3/2/2016
1.2.4 1,834 3/2/2016
1.2.3 1,856 3/1/2016
1.2.1 1,769 2/29/2016
1.2.0 1,780 2/29/2016
1.1.45 1,727 7/28/2017
1.1.44 1,882 2/29/2016
1.1.43 2,395 2/29/2016
1.1.42 2,068 2/28/2016
1.1.41 2,280 2/26/2016
1.1.40 2,003 2/23/2016
1.1.39 1,890 2/23/2016
1.1.38 1,840 2/22/2016
1.1.37 1,870 2/22/2016
1.1.36 1,877 2/19/2016
1.1.35 1,805 2/19/2016
1.1.34 1,880 2/15/2016
1.1.33 1,903 2/12/2016
1.1.32 2,105 2/11/2016
1.1.31 2,109 2/11/2016
1.1.30 1,909 2/9/2016
1.1.29 1,839 2/8/2016
1.1.28 1,864 1/29/2016
1.1.27 1,893 1/26/2016
1.1.25 1,866 1/25/2016
1.1.24 1,896 1/20/2016
1.1.23 1,846 1/20/2016
1.1.19 1,824 1/20/2016
1.1.16 1,819 1/19/2016
1.1.15 2,402 1/15/2016
1.1.14 2,047 1/15/2016
1.1.13 2,098 1/14/2016
1.1.12 2,604 1/14/2016
1.1.10 1,863 1/13/2016
1.1.9 1,968 1/12/2016
1.1.8 1,840 1/12/2016
1.1.7 1,862 1/12/2016
1.1.6 1,793 1/11/2016
1.1.5 1,866 1/7/2016
1.1.4 1,833 1/6/2016
1.1.3 1,901 1/6/2016
1.1.2 1,894 1/6/2016
1.1.1 1,831 1/5/2016
1.1.0 2,002 1/1/2016
1.0.155 2,106 12/18/2015
1.0.154 1,876 12/17/2015
1.0.153 1,877 12/17/2015
1.0.151 2,379 12/3/2015
1.0.150 2,222 12/3/2015
1.0.149 1,917 12/3/2015
1.0.148 1,991 12/2/2015
1.0.147 2,131 12/2/2015
1.0.146 2,074 12/2/2015
1.0.145 2,164 12/2/2015
1.0.144 2,257 12/2/2015
1.0.143 2,236 12/1/2015
1.0.142 2,045 12/1/2015
1.0.140 1,982 12/1/2015
1.0.139 2,121 11/30/2015
1.0.138 2,123 11/30/2015
1.0.137 1,954 11/26/2015
1.0.136 1,998 11/25/2015
1.0.135 1,976 11/20/2015
1.0.134 1,959 11/19/2015
1.0.133 1,985 11/19/2015
1.0.132 1,947 11/19/2015
1.0.131 1,972 11/17/2015
1.0.130 2,031 11/13/2015
1.0.129 1,921 11/13/2015
1.0.128 1,959 11/13/2015
1.0.127 1,948 11/12/2015
1.0.126 1,957 11/12/2015
1.0.125 1,943 11/11/2015