PeanutButter.Utils.Entity 1.2.222

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package PeanutButter.Utils.Entity --version 1.2.222                
NuGet\Install-Package PeanutButter.Utils.Entity -Version 1.2.222                
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="1.2.222" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PeanutButter.Utils.Entity --version 1.2.222                
#r "nuget: PeanutButter.Utils.Entity, 1.2.222"                
#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 PeanutButter.Utils.Entity as a Cake Addin
#addin nuget:?package=PeanutButter.Utils.Entity&version=1.2.222

// Install PeanutButter.Utils.Entity as a Cake Tool
#tool nuget:?package=PeanutButter.Utils.Entity&version=1.2.222                

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 Framework net452 is compatible.  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.

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,064 7/26/2022
2.0.95 997 7/26/2022
2.0.94 991 7/25/2022
2.0.93 969 7/25/2022
2.0.92 1,054 7/15/2022
2.0.91 980 7/15/2022
2.0.90 981 7/14/2022
2.0.89 987 7/14/2022
2.0.88 1,008 7/12/2022
2.0.87 1,006 7/11/2022
2.0.86 973 7/11/2022
2.0.85 961 7/11/2022
2.0.84 995 7/8/2022
2.0.83 1,023 6/29/2022
2.0.82 969 6/29/2022
2.0.81 1,046 6/23/2022
2.0.80 991 6/15/2022
2.0.79 1,006 6/14/2022
2.0.78 1,023 6/14/2022
2.0.77 1,213 5/24/2022
2.0.76 1,100 5/3/2022
2.0.75 998 4/29/2022
2.0.74 1,004 4/19/2022
2.0.73 982 4/16/2022
2.0.72 974 4/12/2022
2.0.71 1,027 4/12/2022
2.0.70 984 4/7/2022
2.0.69 1,003 4/7/2022
2.0.68 1,046 4/7/2022
2.0.67 986 4/7/2022
2.0.66 1,045 3/15/2022
2.0.65 999 3/15/2022
2.0.64 969 3/15/2022
2.0.63 1,023 3/2/2022
2.0.62 990 2/22/2022
2.0.61 962 2/18/2022
2.0.60 987 2/18/2022
2.0.59 981 2/15/2022
2.0.58 977 2/9/2022
2.0.57 974 2/1/2022
2.0.56 946 2/1/2022
2.0.55 998 2/1/2022
2.0.54 1,021 1/28/2022
2.0.53 1,031 1/27/2022
2.0.52 993 1/19/2022
2.0.51 1,032 1/19/2022
2.0.50 871 12/2/2021
2.0.44 849 11/18/2021
2.0.43 796 11/16/2021
2.0.42 893 11/2/2021
2.0.41 900 10/20/2021
2.0.40 917 10/12/2021
2.0.39 900 10/12/2021
2.0.38 946 10/5/2021
2.0.37 947 9/21/2021
2.0.36 965 9/9/2021
2.0.35 956 9/3/2021
2.0.34 936 9/2/2021
2.0.33 967 7/21/2021
2.0.32 967 7/21/2021
2.0.31 927 7/6/2021
2.0.30 932 7/5/2021
2.0.29 949 6/30/2021
2.0.28 994 6/28/2021
2.0.27 939 6/17/2021
2.0.26 923 6/15/2021
2.0.25 969 6/14/2021
2.0.24 959 6/14/2021
2.0.23 915 6/14/2021
2.0.22 978 5/20/2021
2.0.21 900 5/18/2021
2.0.20 919 5/10/2021
2.0.19 959 5/10/2021
2.0.18 902 5/3/2021
2.0.17 905 5/3/2021
2.0.16 972 4/14/2021
2.0.15 953 4/13/2021
2.0.14 960 3/31/2021
2.0.13 1,007 3/25/2021
2.0.12 977 3/25/2021
2.0.11 1,081 2/19/2021
2.0.10 1,012 2/18/2021
2.0.9 1,096 2/18/2021
2.0.8 1,034 2/16/2021
2.0.7 1,030 2/9/2021
2.0.6 1,014 2/9/2021
2.0.5 981 2/3/2021
2.0.4 1,000 1/29/2021
2.0.3 941 1/29/2021
2.0.2 939 1/28/2021
2.0.1 1,009 1/27/2021
2.0.0 1,018 1/26/2021
1.2.397 1,032 1/26/2021
1.2.396 1,028 1/21/2021
1.2.395 983 1/20/2021
1.2.394 1,086 1/20/2021
1.2.393 1,019 1/20/2021
1.2.392 995 1/20/2021
1.2.391 958 1/19/2021
1.2.390 979 1/19/2021
1.2.389 999 1/19/2021
1.2.388 990 1/14/2021
1.2.387 1,037 1/14/2021
1.2.386 1,009 1/13/2021
1.2.385 1,036 1/13/2021
1.2.384 1,133 1/11/2021
1.2.383 1,056 1/8/2021
1.2.382 1,057 1/6/2021
1.2.381 1,035 1/6/2021
1.2.380 1,113 11/17/2020
1.2.379 1,119 10/21/2020
1.2.378 1,094 9/17/2020
1.2.377 1,117 9/1/2020
1.2.376 1,056 9/1/2020
1.2.375 1,198 7/13/2020
1.2.374 1,161 7/2/2020
1.2.373 1,119 7/1/2020
1.2.372 1,157 6/10/2020
1.2.371 1,044 6/10/2020
1.2.370 1,149 6/10/2020
1.2.369 1,136 6/9/2020
1.2.368 1,133 6/9/2020
1.2.367 1,094 6/9/2020
1.2.366 1,076 6/9/2020
1.2.365 1,140 6/9/2020
1.2.364 1,187 6/9/2020
1.2.363 1,133 6/9/2020
1.2.362 1,178 6/8/2020
1.2.361 1,078 6/4/2020
1.2.360 1,116 5/4/2020
1.2.359 1,088 4/27/2020
1.2.358 1,151 4/4/2020
1.2.357 1,173 3/25/2020
1.2.356 1,144 3/10/2020
1.2.355 1,096 3/10/2020
1.2.354 1,144 3/6/2020
1.2.353 1,118 3/3/2020
1.2.352 1,165 3/3/2020
1.2.351 1,140 3/2/2020
1.2.350 1,127 3/2/2020
1.2.349 1,087 3/2/2020
1.2.348 1,097 3/2/2020
1.2.347 1,122 3/2/2020
1.2.346 1,063 2/27/2020
1.2.345 1,203 2/21/2020
1.2.344 1,187 2/20/2020
1.2.343 1,144 2/20/2020
1.2.342 1,097 2/20/2020
1.2.341 1,137 2/20/2020
1.2.340 1,104 2/20/2020
1.2.339 1,161 2/20/2020
1.2.338 1,128 2/19/2020
1.2.337 1,129 2/18/2020
1.2.336 1,137 2/14/2020
1.2.335 1,149 2/6/2020
1.2.334 1,140 2/4/2020
1.2.333 1,177 2/3/2020
1.2.332 1,157 1/13/2020
1.2.331 1,176 12/17/2019
1.2.330 1,159 12/13/2019
1.2.328 1,154 12/12/2019
1.2.327 1,150 12/11/2019
1.2.326 1,146 12/10/2019
1.2.325 1,114 12/3/2019
1.2.324 1,077 11/29/2019
1.2.323 1,077 11/28/2019
1.2.322 1,120 11/28/2019
1.2.321 1,147 11/28/2019
1.2.320 1,204 11/26/2019
1.2.319 1,095 11/26/2019
1.2.318 1,127 11/22/2019
1.2.317 1,083 11/20/2019
1.2.316 1,177 10/25/2019
1.2.315 1,139 10/25/2019
1.2.314 1,182 10/23/2019
1.2.313 1,149 10/18/2019
1.2.312 1,198 10/17/2019
1.2.311 1,126 10/17/2019
1.2.310 1,136 10/17/2019
1.2.309 1,151 10/9/2019
1.2.308 1,155 10/8/2019
1.2.307 1,154 10/7/2019
1.2.306 1,177 10/4/2019
1.2.305 1,125 10/3/2019
1.2.304 1,137 10/2/2019
1.2.303 1,161 9/16/2019
1.2.302 1,102 9/16/2019
1.2.301 1,102 9/15/2019
1.2.300 1,152 9/13/2019
1.2.299 1,129 9/10/2019
1.2.298 1,105 9/6/2019
1.2.297 1,170 8/20/2019
1.2.296 1,149 8/20/2019
1.2.295 1,197 8/20/2019
1.2.294 1,124 8/20/2019
1.2.293 1,125 8/16/2019
1.2.292 1,233 7/15/2019
1.2.291 1,197 6/30/2019
1.2.290 1,136 6/28/2019
1.2.289 1,190 6/20/2019
1.2.288 1,242 6/12/2019
1.2.287 1,228 6/12/2019
1.2.286 1,148 6/11/2019
1.2.285 1,221 6/11/2019
1.2.284 1,236 6/5/2019
1.2.283 1,212 5/28/2019
1.2.282 1,207 5/25/2019
1.2.281 1,239 5/23/2019
1.2.280 1,194 5/13/2019
1.2.279 1,171 5/9/2019
1.2.278 1,176 5/9/2019
1.2.277 1,171 5/7/2019
1.2.276 1,153 5/7/2019
1.2.275 1,188 5/6/2019
1.2.274 1,163 4/26/2019
1.2.273 1,189 4/25/2019
1.2.272 1,222 4/25/2019
1.2.271 1,227 4/24/2019
1.2.270 1,217 4/24/2019
1.2.269 1,227 4/16/2019
1.2.268 1,234 4/16/2019
1.2.267 1,238 4/16/2019
1.2.266 1,224 4/12/2019
1.2.265 1,342 4/12/2019
1.2.264 1,206 4/11/2019
1.2.263 1,154 4/11/2019
1.2.262 1,180 4/10/2019
1.2.261 1,205 4/10/2019
1.2.260 1,234 4/5/2019
1.2.259 1,181 2/27/2019
1.2.258 1,115 2/27/2019
1.2.257 1,188 2/26/2019
1.2.256 1,464 2/15/2019
1.2.255 1,462 2/15/2019
1.2.254 1,315 2/5/2019
1.2.253 1,503 12/12/2018
1.2.252 1,515 11/8/2018
1.2.251 1,360 11/8/2018
1.2.250 1,409 10/11/2018
1.2.249 1,401 10/2/2018
1.2.248 1,366 9/25/2018
1.2.247 1,440 9/3/2018
1.2.246 1,464 8/28/2018
1.2.245 1,545 8/27/2018
1.2.244 1,597 8/22/2018
1.2.243 1,420 8/21/2018
1.2.242 1,482 8/17/2018
1.2.241 1,513 7/27/2018
1.2.240 1,486 7/26/2018
1.2.239 1,585 6/18/2018
1.2.238 1,399 6/14/2018
1.2.237 1,452 5/25/2018
1.2.236 1,688 5/24/2018
1.2.235 1,743 5/18/2018
1.2.234 1,395 5/3/2018
1.2.233 1,540 5/3/2018
1.2.232 1,594 4/30/2018
1.2.231 1,587 4/18/2018
1.2.230 1,564 4/10/2018
1.2.229 1,548 4/10/2018
1.2.228 1,446 4/4/2018
1.2.227 1,573 3/28/2018
1.2.226 1,606 3/22/2018
1.2.225 1,569 3/20/2018
1.2.224 1,572 3/19/2018
1.2.223 1,482 3/15/2018
1.2.222 1,516 3/14/2018
1.2.221 1,486 3/14/2018
1.2.220 1,512 2/23/2018
1.2.219 1,540 2/16/2018
1.2.218 1,481 2/9/2018
1.2.217 1,470 2/8/2018
1.2.216 1,658 2/7/2018
1.2.215 1,475 2/7/2018
1.2.214 1,507 2/5/2018
1.2.213 1,627 2/2/2018
1.2.212 1,762 1/26/2018
1.2.211 1,447 1/16/2018
1.2.210 1,396 12/18/2017
1.2.209 1,486 12/14/2017
1.2.208 1,508 12/7/2017
1.2.206 1,442 12/4/2017
1.2.205 1,556 11/28/2017
1.2.204 1,565 11/24/2017
1.2.203 1,604 11/24/2017
1.2.202 1,468 11/24/2017
1.2.201 1,466 11/20/2017
1.2.200 1,560 11/14/2017
1.2.199 1,463 11/14/2017
1.2.198 1,532 11/6/2017
1.2.197 1,521 11/6/2017
1.2.196 1,599 10/31/2017
1.2.195 1,467 10/30/2017
1.2.194 1,538 10/26/2017
1.2.193 1,572 10/26/2017
1.2.192 1,570 10/26/2017
1.2.191 1,539 10/20/2017
1.2.190 1,512 10/18/2017
1.2.189 1,501 10/18/2017
1.2.188 1,499 10/15/2017
1.2.187 1,530 10/11/2017
1.2.185 1,545 10/10/2017
1.2.184 1,515 10/10/2017
1.2.183 1,561 10/2/2017
1.2.182 1,574 9/29/2017
1.2.181 1,539 9/25/2017
1.2.180 1,536 9/14/2017
1.2.179 1,491 9/12/2017
1.2.178 1,567 8/31/2017
1.2.177 1,600 8/25/2017
1.2.176 1,536 8/24/2017
1.2.174 1,503 8/7/2017
1.2.173 1,546 8/7/2017
1.2.172 1,545 8/7/2017
1.2.171 1,518 8/4/2017
1.2.170 1,531 8/3/2017
1.2.169 1,474 8/3/2017
1.2.168 1,515 8/3/2017
1.2.167 1,504 8/2/2017
1.2.166 1,558 8/1/2017
1.2.165 1,523 7/26/2017
1.2.164 1,530 7/26/2017
1.2.163 1,505 7/25/2017
1.2.162 1,565 7/18/2017
1.2.161 1,538 7/18/2017
1.2.160 1,524 7/18/2017
1.2.159 1,496 7/18/2017
1.2.158 1,512 7/13/2017
1.2.157 1,495 7/13/2017
1.2.156 1,542 7/5/2017
1.2.155 1,520 6/28/2017
1.2.154 1,520 6/27/2017
1.2.153 1,445 6/20/2017
1.2.152 1,527 6/19/2017
1.2.151 1,481 6/14/2017
1.2.150 1,514 6/13/2017
1.2.149 1,547 5/31/2017
1.2.148 1,466 5/29/2017
1.2.147 1,520 5/19/2017
1.2.146 1,419 5/18/2017
1.2.145 1,526 5/18/2017
1.2.144 1,464 5/14/2017
1.2.143 1,502 5/12/2017
1.2.142 1,433 5/12/2017
1.2.141 1,541 5/5/2017
1.2.140 1,505 4/27/2017
1.2.139 1,572 2/27/2017
1.2.137 1,526 2/3/2017
1.2.136 1,559 2/3/2017
1.2.135 1,512 1/26/2017
1.2.134 1,528 1/25/2017
1.2.133 1,640 1/12/2017
1.2.132 1,547 1/11/2017
1.2.131 1,640 1/10/2017
1.2.130 1,434 1/10/2017
1.2.129 1,534 1/10/2017
1.2.128 1,576 1/10/2017
1.2.127 1,519 1/10/2017
1.2.125 1,495 1/10/2017
1.2.119 1,558 12/13/2016
1.2.118 1,571 12/12/2016
1.2.117 1,529 12/10/2016
1.2.115 1,517 12/8/2016
1.2.114 1,509 12/5/2016
1.2.112 1,527 11/29/2016
1.2.111 1,585 11/25/2016
1.2.110 1,579 11/25/2016
1.2.109 1,651 11/24/2016
1.2.108 1,638 11/24/2016
1.2.107 1,578 11/23/2016
1.2.106 1,571 11/18/2016
1.2.105 1,560 11/18/2016
1.2.104 1,566 11/18/2016
1.2.103 1,547 11/17/2016
1.2.102 1,437 11/17/2016
1.2.101 1,549 11/17/2016
1.2.100 1,522 11/16/2016
1.2.99 1,566 11/16/2016
1.2.98 1,533 11/16/2016
1.2.97 1,433 11/16/2016
1.2.96 1,551 11/16/2016
1.2.95 1,524 11/16/2016
1.2.94 1,497 11/15/2016
1.2.92 1,524 11/15/2016
1.2.91 1,573 11/15/2016
1.2.90 1,538 11/15/2016
1.2.89 1,517 11/14/2016
1.2.88 2,006 11/8/2016
1.2.87 1,722 11/8/2016
1.2.86 1,715 11/8/2016
1.2.85 1,588 11/8/2016
1.2.84 1,989 11/8/2016
1.2.83 1,603 11/7/2016
1.2.82 1,785 11/3/2016
1.2.81 1,846 11/3/2016
1.2.80 1,615 11/3/2016
1.2.79 1,778 11/2/2016
1.2.78 1,658 11/1/2016
1.2.76 1,760 11/1/2016
1.2.75 1,472 10/31/2016
1.2.73 1,579 10/28/2016
1.2.71 1,561 10/27/2016
1.2.68 1,603 10/26/2016
1.2.66 1,537 10/25/2016
1.2.65 1,555 10/24/2016
1.2.64 1,529 10/21/2016
1.2.63 1,541 10/21/2016
1.2.62 1,545 10/21/2016
1.2.61 1,506 10/20/2016
1.2.60 1,557 10/20/2016
1.2.59 1,493 10/13/2016
1.2.58 1,579 10/13/2016
1.2.57 1,502 10/13/2016
1.2.56 1,506 10/13/2016
1.2.55 1,513 10/11/2016
1.2.54 1,502 10/11/2016
1.2.53 1,513 10/10/2016
1.2.52 1,451 10/10/2016
1.2.51 1,582 9/12/2016
1.2.50 1,473 9/12/2016
1.2.49 1,542 9/7/2016
1.2.48 1,527 9/2/2016
1.2.47 1,566 5/6/2016
1.2.46 1,935 4/25/2016
1.2.45 1,778 4/25/2016
1.2.44 1,740 4/25/2016
1.2.43 1,869 4/22/2016
1.2.42 1,610 4/15/2016
1.2.41 1,551 4/12/2016
1.2.40 1,553 4/11/2016
1.2.39 1,591 4/8/2016
1.2.38 1,499 4/8/2016
1.2.37 1,622 4/8/2016
1.2.36 1,567 4/8/2016
1.2.35 1,527 4/6/2016
1.2.34 1,535 4/6/2016
1.2.33 1,604 4/6/2016
1.2.32 1,593 4/6/2016
1.2.31 1,604 4/6/2016
1.2.30 1,552 4/6/2016
1.2.29 1,539 4/5/2016
1.2.28 1,543 4/5/2016
1.2.27 1,596 4/5/2016
1.2.26 1,550 4/5/2016
1.2.25 1,577 4/5/2016
1.2.24 1,560 4/1/2016
1.2.23 1,564 3/31/2016
1.2.22 1,497 3/31/2016
1.2.21 1,592 3/29/2016
1.2.20 1,494 3/25/2016
1.2.19 1,577 3/17/2016
1.2.18 1,615 3/17/2016
1.2.17 1,534 3/17/2016
1.2.16 1,565 3/17/2016
1.2.15 1,608 3/17/2016
1.2.14 1,663 3/16/2016
1.2.13 1,620 3/15/2016
1.2.12 1,566 3/15/2016
1.2.11 1,590 3/14/2016
1.2.10 1,780 3/11/2016
1.2.9 1,509 3/7/2016
1.2.8 1,548 3/6/2016
1.2.7 1,610 3/6/2016
1.2.6 1,591 3/4/2016
1.2.5 1,816 3/2/2016
1.2.4 1,599 3/2/2016
1.2.3 1,622 3/1/2016
1.2.1 1,528 2/29/2016
1.2.0 1,532 2/29/2016
1.1.45 1,499 7/28/2017
1.1.44 1,648 2/29/2016
1.1.43 2,154 2/29/2016
1.1.42 1,828 2/28/2016
1.1.41 2,045 2/26/2016
1.1.40 1,757 2/23/2016
1.1.39 1,646 2/23/2016
1.1.38 1,596 2/22/2016
1.1.37 1,626 2/22/2016
1.1.36 1,635 2/19/2016
1.1.35 1,568 2/19/2016
1.1.34 1,647 2/15/2016
1.1.33 1,660 2/12/2016
1.1.32 1,715 2/11/2016
1.1.31 1,730 2/11/2016
1.1.30 1,667 2/9/2016
1.1.29 1,596 2/8/2016
1.1.28 1,625 1/29/2016
1.1.27 1,645 1/26/2016
1.1.25 1,627 1/25/2016
1.1.24 1,645 1/20/2016
1.1.23 1,577 1/20/2016
1.1.19 1,588 1/20/2016
1.1.16 1,582 1/19/2016
1.1.15 2,161 1/15/2016
1.1.14 1,816 1/15/2016
1.1.13 1,861 1/14/2016
1.1.12 2,243 1/14/2016
1.1.10 1,618 1/13/2016
1.1.9 1,727 1/12/2016
1.1.8 1,594 1/12/2016
1.1.7 1,613 1/12/2016
1.1.6 1,555 1/11/2016
1.1.5 1,595 1/7/2016
1.1.4 1,591 1/6/2016
1.1.3 1,657 1/6/2016
1.1.2 1,657 1/6/2016
1.1.1 1,592 1/5/2016
1.1.0 1,763 1/1/2016
1.0.155 1,857 12/18/2015
1.0.154 1,635 12/17/2015
1.0.153 1,639 12/17/2015
1.0.151 2,139 12/3/2015
1.0.150 1,980 12/3/2015
1.0.149 1,679 12/3/2015
1.0.148 1,733 12/2/2015
1.0.147 1,869 12/2/2015
1.0.146 1,831 12/2/2015
1.0.145 1,925 12/2/2015
1.0.144 2,023 12/2/2015
1.0.143 1,988 12/1/2015
1.0.142 1,807 12/1/2015
1.0.140 1,745 12/1/2015
1.0.139 1,889 11/30/2015
1.0.138 1,880 11/30/2015
1.0.137 1,718 11/26/2015
1.0.136 1,766 11/25/2015
1.0.135 1,726 11/20/2015
1.0.134 1,722 11/19/2015
1.0.133 1,738 11/19/2015
1.0.132 1,701 11/19/2015
1.0.131 1,731 11/17/2015
1.0.130 1,772 11/13/2015
1.0.129 1,681 11/13/2015
1.0.128 1,712 11/13/2015
1.0.127 1,697 11/12/2015
1.0.126 1,712 11/12/2015
1.0.125 1,694 11/11/2015