PeanutButter.ServiceShell 3.0.396

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

The Service Shell slice of the PeanutButter mini-suite
     1. Inherit from `Shell`
     2. Set Desdcription, ServiceName, and, optionally, Version
     3. override `RunOnce`
     4. remember to call Shell.RunMain<MyService>(args) from your Program/Main method
     
     Service Shell provides an easy way to run polling services - simply implement the
     RunOnce method and set your interval. Shell ensures that the RunOnce is not re-entered:
     if your poll time exceeds the interval, you'll simply run polls back-to-back
     
     Including (4) means you can, from the cli, perform the following with the service:
     - install
     - uninstall
     - start
     - stop
     - restart
     - run-once (for testing or for running from another scheduler)

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 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

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
3.0.396 79 9/12/2025
3.0.395 126 9/11/2025
3.0.394 124 9/11/2025
3.0.392 130 9/9/2025
3.0.391 146 8/19/2025
3.0.390 134 8/19/2025
3.0.389 91 8/1/2025
3.0.388 125 7/31/2025
3.0.387 122 7/30/2025
3.0.386 154 7/15/2025
3.0.385 152 7/15/2025
3.0.384 268 5/15/2025
3.0.383 252 5/14/2025
3.0.382 260 5/13/2025
3.0.381 127 5/9/2025
3.0.380 191 5/8/2025
3.0.379 184 5/7/2025
3.0.378 176 5/6/2025
3.0.377 179 5/6/2025
3.0.376 175 5/6/2025
3.0.375 179 5/6/2025
3.0.374 179 5/5/2025
3.0.373 180 5/5/2025
3.0.372 173 5/5/2025
3.0.371 182 5/5/2025
3.0.370 186 5/5/2025
3.0.369 180 5/5/2025
3.0.368 177 4/30/2025
3.0.367 192 4/30/2025
3.0.366 186 4/30/2025
3.0.365 183 4/30/2025
3.0.364 182 4/30/2025
3.0.363 173 4/30/2025
3.0.362 170 4/30/2025
3.0.361 180 4/30/2025
3.0.360 184 4/30/2025
3.0.359 176 4/30/2025
3.0.358 185 4/29/2025
3.0.357 203 4/23/2025
3.0.356 199 4/22/2025
3.0.355 266 4/17/2025
3.0.354 364 4/15/2025
3.0.353 449 4/4/2025
3.0.352 197 4/3/2025
3.0.351 202 4/2/2025
3.0.350 252 4/2/2025
3.0.349 195 3/18/2025
3.0.348 185 3/18/2025
3.0.347 532 3/4/2025
3.0.346 244 3/4/2025
3.0.345 244 3/4/2025
3.0.344 161 2/20/2025
3.0.343 146 2/14/2025
3.0.342 202 2/11/2025
3.0.341 164 2/10/2025
3.0.340 149 2/5/2025
3.0.339 221 1/7/2025
3.0.338 136 1/7/2025
3.0.337 136 1/7/2025
3.0.336 131 1/6/2025
3.0.335 150 12/17/2024
3.0.334 149 12/17/2024
3.0.333 174 12/13/2024
3.0.332 157 12/13/2024
3.0.331 149 12/12/2024
3.0.330 155 11/28/2024
3.0.329 232 11/13/2024
3.0.328 526 11/12/2024
3.0.327 146 11/12/2024
3.0.326 136 11/12/2024
3.0.325 142 11/12/2024
3.0.324 151 11/12/2024
3.0.323 173 11/6/2024
3.0.322 146 11/6/2024
3.0.321 722 10/10/2024
3.0.320 171 10/7/2024
3.0.319 191 9/18/2024
3.0.318 173 9/18/2024
3.0.317 168 9/18/2024
3.0.316 641 8/28/2024
3.0.315 178 8/12/2024
3.0.314 175 8/8/2024
3.0.313 175 8/8/2024
3.0.312 141 7/29/2024
3.0.311 793 7/17/2024
3.0.310 144 7/15/2024
3.0.309 176 7/15/2024
3.0.308 151 7/9/2024
3.0.307 138 7/9/2024
3.0.306 257 6/25/2024
3.0.305 199 6/11/2024
3.0.304 151 6/11/2024
3.0.303 157 6/5/2024
3.0.302 157 6/5/2024
3.0.301 170 5/30/2024
3.0.300 195 5/30/2024
3.0.299 157 5/30/2024
3.0.298 580 5/17/2024
3.0.297 166 5/17/2024
3.0.296 153 5/13/2024
3.0.295 152 5/8/2024
3.0.294 215 5/7/2024
3.0.293 171 4/19/2024
3.0.292 162 4/18/2024
3.0.291 172 4/17/2024
3.0.290 170 4/17/2024
3.0.289 168 4/15/2024
3.0.288 179 4/11/2024
3.0.287 192 4/5/2024
3.0.286 155 4/5/2024
3.0.285 173 4/5/2024
3.0.284 167 4/4/2024
3.0.283 173 4/4/2024
3.0.282 501 4/3/2024
3.0.281 186 4/2/2024
3.0.280 203 4/2/2024
3.0.279 205 3/25/2024
3.0.278 199 3/25/2024
3.0.277 289 3/15/2024
3.0.276 318 2/29/2024
3.0.275 253 2/28/2024
3.0.274 263 2/28/2024
3.0.273 303 2/27/2024
3.0.272 303 2/26/2024
3.0.271 326 2/22/2024
3.0.270 350 2/15/2024
3.0.269 305 2/15/2024
3.0.268 302 2/15/2024
3.0.267 315 2/14/2024
3.0.266 329 2/14/2024
3.0.265 411 2/13/2024
3.0.264 370 2/8/2024
3.0.263 350 2/8/2024
3.0.262 370 2/8/2024
3.0.261 344 2/8/2024
3.0.260 358 2/7/2024
3.0.259 358 2/7/2024
3.0.258 362 2/7/2024
3.0.257 366 2/7/2024
3.0.256 378 1/31/2024
3.0.255 383 1/30/2024
3.0.254 385 1/25/2024
3.0.253 384 1/24/2024
3.0.252 393 1/22/2024
3.0.251 618 1/17/2024
3.0.250 397 1/17/2024
3.0.249 408 1/16/2024
3.0.248 386 1/16/2024
3.0.247 384 1/16/2024
3.0.246 384 1/15/2024
3.0.245 378 1/11/2024
3.0.244 545 12/11/2023
3.0.243 377 12/11/2023
3.0.242 409 12/7/2023
3.0.241 416 12/7/2023
3.0.240 402 12/5/2023
3.0.239 410 12/5/2023
3.0.238 375 12/5/2023
3.0.237 382 12/5/2023
3.0.236 420 11/17/2023
3.0.235 376 11/17/2023
3.0.234 393 11/14/2023
3.0.233 386 11/14/2023
3.0.232 391 11/13/2023
3.0.231 400 11/9/2023
3.0.230 370 11/8/2023
3.0.229 368 11/8/2023
3.0.228 397 11/2/2023
3.0.227 389 11/2/2023
3.0.226 379 11/1/2023
3.0.225 413 11/1/2023
3.0.224 341 11/1/2023
3.0.223 377 10/31/2023
3.0.222 376 10/31/2023
3.0.221 397 10/31/2023
3.0.220 405 10/31/2023
3.0.219 383 10/31/2023
3.0.218 380 10/30/2023
3.0.217 389 10/30/2023
3.0.216 336 10/30/2023
3.0.215 399 10/30/2023
3.0.214 399 10/26/2023
3.0.213 391 10/25/2023
3.0.212 422 10/25/2023
3.0.211 392 10/24/2023
3.0.210 391 10/24/2023
3.0.209 394 10/24/2023
3.0.208 378 10/24/2023
3.0.207 387 10/23/2023
3.0.206 384 10/23/2023
3.0.205 397 10/20/2023
3.0.204 380 10/20/2023
3.0.203 407 10/20/2023
3.0.202 397 10/19/2023
3.0.201 398 10/19/2023
3.0.200 384 10/19/2023
3.0.199 409 10/19/2023
3.0.198 412 10/18/2023
3.0.197 356 10/18/2023
3.0.196 408 10/17/2023
3.0.195 418 10/13/2023
3.0.194 393 10/12/2023
3.0.193 393 10/12/2023
3.0.192 388 10/11/2023
3.0.191 405 10/11/2023
3.0.190 393 10/11/2023
3.0.189 383 10/11/2023
3.0.188 388 10/11/2023
3.0.187 395 10/11/2023
3.0.186 390 10/11/2023
3.0.185 399 10/10/2023
3.0.184 382 10/10/2023
3.0.183 391 10/9/2023
3.0.182 416 10/9/2023
3.0.181 420 10/9/2023
3.0.180 416 9/21/2023
3.0.179 424 9/21/2023
3.0.178 394 9/21/2023
3.0.177 418 9/11/2023
3.0.176 416 9/8/2023
3.0.175 413 9/8/2023
3.0.173 386 9/8/2023
3.0.172 424 9/8/2023
3.0.170 434 8/23/2023
3.0.169 401 8/23/2023
3.0.168 417 8/23/2023
3.0.167 456 8/11/2023
3.0.166 437 8/10/2023
3.0.165 443 8/7/2023
3.0.164 454 8/3/2023
3.0.163 437 7/31/2023
3.0.162 431 7/28/2023
3.0.161 418 7/28/2023
3.0.160 472 6/30/2023
3.0.159 462 6/29/2023
3.0.158 427 6/29/2023
3.0.157 459 6/28/2023
3.0.156 469 6/28/2023
3.0.155 450 6/28/2023
3.0.154 448 6/26/2023
3.0.153 434 6/22/2023
3.0.152 432 6/22/2023
3.0.151 448 6/22/2023
3.0.150 433 6/22/2023
3.0.149 464 6/22/2023
3.0.148 453 6/22/2023
3.0.147 462 6/15/2023
3.0.146 473 6/9/2023
3.0.145 478 6/6/2023
3.0.144 452 6/6/2023
3.0.143 474 6/6/2023
3.0.142 461 5/31/2023
3.0.141 460 5/31/2023
3.0.140 470 5/26/2023
3.0.139 467 5/26/2023
3.0.138 473 5/25/2023
3.0.137 448 5/25/2023
3.0.136 549 5/25/2023
3.0.135 496 5/25/2023
3.0.134 480 5/25/2023
3.0.133 526 5/24/2023
3.0.132 544 5/24/2023
3.0.131 517 5/24/2023
3.0.130 532 5/23/2023
3.0.129 546 5/22/2023
3.0.128 562 5/18/2023
3.0.127 548 5/17/2023
3.0.126 575 5/11/2023
3.0.125 654 5/5/2023
3.0.124 653 5/4/2023
3.0.123 660 5/4/2023
3.0.122 572 4/25/2023
3.0.121 593 4/25/2023
3.0.120 526 4/25/2023
3.0.119 527 4/25/2023
3.0.118 566 4/25/2023
3.0.117 650 4/24/2023
3.0.116 608 4/24/2023
3.0.115 616 4/18/2023
3.0.114 610 4/18/2023
3.0.113 609 4/18/2023
3.0.112 615 4/11/2023
3.0.111 628 4/11/2023
3.0.110 672 3/31/2023
3.0.109 669 3/29/2023
3.0.108 641 3/28/2023
3.0.107 633 3/15/2023
3.0.106 686 3/9/2023
3.0.105 690 3/9/2023
3.0.104 698 3/3/2023
3.0.103 670 3/2/2023
3.0.102 621 3/2/2023
3.0.101 782 3/1/2023
3.0.100 738 2/22/2023
3.0.99 691 2/10/2023
3.0.98 662 2/10/2023
3.0.97 725 1/24/2023
3.0.96 736 12/15/2022
3.0.95 758 12/1/2022
3.0.94 785 11/30/2022
3.0.93 744 11/30/2022
3.0.92 725 11/30/2022
3.0.91 750 11/29/2022
3.0.90 867 11/25/2022
3.0.89 759 11/17/2022
3.0.88 742 11/15/2022
3.0.87 820 11/14/2022
3.0.86 808 11/14/2022
3.0.85 761 11/14/2022
3.0.84 743 11/14/2022
3.0.83 820 11/14/2022
3.0.82 812 11/14/2022
3.0.81 820 11/14/2022
3.0.80 807 11/14/2022
3.0.79 829 11/8/2022
3.0.78 769 11/7/2022
3.0.77 752 11/7/2022
3.0.76 764 11/7/2022
3.0.75 757 11/7/2022
3.0.74 799 11/3/2022
3.0.73 882 10/31/2022
3.0.72 895 10/27/2022
3.0.71 849 10/27/2022
3.0.70 844 10/27/2022
3.0.69 802 10/27/2022
3.0.68 836 10/25/2022
3.0.67 893 10/19/2022
3.0.66 891 10/19/2022
3.0.65 863 10/19/2022
3.0.64 854 10/19/2022
3.0.63 876 10/19/2022
3.0.62 848 10/18/2022
3.0.61 884 10/13/2022
3.0.60 838 10/12/2022
3.0.59 874 10/12/2022
3.0.58 973 9/28/2022
3.0.57 877 9/28/2022
3.0.56 897 9/28/2022
3.0.55 863 9/27/2022
3.0.54 882 9/27/2022
3.0.53 958 9/27/2022
3.0.52 920 9/27/2022
3.0.51 893 9/27/2022
3.0.50 857 9/27/2022
3.0.49 879 9/27/2022
3.0.48 881 9/27/2022
3.0.47 907 9/26/2022
3.0.46 844 9/26/2022
3.0.45 856 9/26/2022
3.0.44 862 9/26/2022
3.0.43 923 9/23/2022
3.0.42 908 9/23/2022
3.0.41 933 9/22/2022
3.0.40 878 9/22/2022
3.0.39 881 9/22/2022
3.0.38 915 9/21/2022
3.0.37 895 9/21/2022
3.0.36 922 9/21/2022
3.0.35 889 9/21/2022
3.0.34 911 9/20/2022
3.0.33 875 9/19/2022
3.0.32 862 9/16/2022
3.0.31 861 9/16/2022
3.0.30 866 9/16/2022
3.0.29 896 9/16/2022
3.0.28 911 9/15/2022
3.0.27 954 9/15/2022
3.0.26 967 9/14/2022
3.0.25 933 9/14/2022
3.0.24 912 9/14/2022
3.0.23 911 9/14/2022
3.0.22 888 9/14/2022
3.0.21 889 9/14/2022
3.0.20 866 9/9/2022
3.0.19 893 9/9/2022
3.0.18 878 9/8/2022
3.0.17 912 9/6/2022
3.0.16 878 9/6/2022
3.0.15 916 9/2/2022
3.0.14 866 9/1/2022
3.0.13 853 8/31/2022
3.0.12 884 8/31/2022
3.0.11 961 8/23/2022
3.0.10 915 8/22/2022
3.0.9 953 8/22/2022
3.0.8 907 8/18/2022
3.0.7 925 8/17/2022
3.0.6 991 8/15/2022
3.0.5 891 8/15/2022
3.0.4 994 8/4/2022
3.0.3 941 8/4/2022
3.0.2 970 7/29/2022
3.0.1 952 7/27/2022
3.0.0 946 7/26/2022
2.0.96 913 7/26/2022
2.0.95 900 7/26/2022
2.0.94 906 7/25/2022
2.0.93 883 7/25/2022
2.0.92 990 7/15/2022
2.0.91 909 7/15/2022
2.0.90 899 7/14/2022
2.0.89 941 7/14/2022
2.0.88 933 7/12/2022
2.0.87 972 7/11/2022
2.0.86 924 7/11/2022
2.0.85 905 7/11/2022
2.0.84 960 7/8/2022
2.0.83 992 6/29/2022
2.0.82 939 6/29/2022
2.0.81 1,003 6/23/2022
2.0.80 999 6/15/2022
2.0.79 892 6/14/2022
2.0.78 900 6/14/2022
2.0.77 1,075 5/24/2022
2.0.76 1,059 5/3/2022
2.0.75 913 4/29/2022
2.0.74 939 4/19/2022
2.0.73 942 4/16/2022
2.0.72 996 4/12/2022
2.0.71 991 4/12/2022
2.0.70 966 4/7/2022
2.0.69 920 4/7/2022
2.0.68 970 4/7/2022
2.0.67 1,014 4/7/2022
2.0.66 969 3/15/2022
2.0.65 924 3/15/2022
2.0.64 883 3/15/2022
2.0.63 901 3/2/2022
2.0.62 950 2/22/2022
2.0.61 974 2/18/2022
2.0.60 983 2/18/2022
2.0.59 983 2/15/2022
2.0.58 965 2/9/2022
2.0.57 977 2/1/2022
2.0.56 973 2/1/2022
2.0.55 992 2/1/2022
2.0.54 994 1/28/2022
2.0.53 988 1/27/2022
2.0.52 923 1/19/2022
2.0.51 962 1/19/2022
2.0.50 821 12/2/2021
2.0.44 873 11/18/2021
2.0.43 860 11/16/2021
2.0.42 882 11/2/2021
2.0.41 889 10/20/2021
2.0.40 828 10/12/2021
2.0.39 896 10/12/2021
2.0.38 989 10/5/2021
2.0.37 952 9/21/2021
2.0.36 900 9/9/2021
2.0.35 914 9/3/2021
2.0.34 843 9/2/2021
2.0.33 899 7/21/2021
2.0.32 897 7/21/2021
2.0.31 901 7/6/2021
2.0.30 849 7/5/2021
2.0.29 882 6/30/2021
2.0.28 939 6/28/2021
2.0.27 931 6/17/2021
2.0.26 936 6/15/2021
2.0.25 891 6/14/2021
2.0.24 863 6/14/2021
2.0.23 909 6/14/2021
2.0.22 872 5/20/2021
2.0.21 892 5/18/2021
2.0.20 938 5/10/2021
2.0.19 919 5/10/2021
2.0.18 903 5/3/2021
2.0.17 884 5/3/2021
2.0.16 921 4/14/2021
2.0.15 889 4/13/2021
2.0.14 905 3/31/2021
2.0.13 947 3/25/2021
2.0.12 947 3/25/2021
2.0.11 963 2/19/2021
2.0.10 963 2/18/2021
2.0.9 1,007 2/18/2021
2.0.8 920 2/16/2021
2.0.7 984 2/9/2021
2.0.6 982 2/9/2021
2.0.5 1,003 2/3/2021
2.0.4 1,002 1/29/2021
2.0.3 941 1/29/2021
2.0.2 954 1/28/2021
2.0.1 979 1/27/2021
2.0.0 1,007 1/26/2021
1.2.397 988 1/26/2021
1.2.396 1,037 1/21/2021
1.2.395 1,012 1/20/2021
1.2.394 1,023 1/20/2021
1.2.393 1,040 1/20/2021
1.2.392 1,037 1/20/2021
1.2.391 1,019 1/19/2021
1.2.390 1,012 1/19/2021
1.2.389 1,094 1/19/2021
1.2.388 1,028 1/14/2021
1.2.387 1,008 1/14/2021
1.2.386 1,051 1/13/2021
1.2.385 1,062 1/13/2021
1.2.384 1,062 1/11/2021
1.2.383 1,020 1/8/2021
1.2.382 1,009 1/6/2021
1.2.381 1,024 1/6/2021
1.2.380 1,074 11/17/2020
1.2.379 1,080 10/21/2020
1.2.378 1,019 9/17/2020
1.2.377 1,050 9/1/2020
1.2.376 1,071 8/31/2020
1.2.375 1,134 7/13/2020
1.2.374 1,061 7/2/2020
1.2.373 1,046 7/1/2020
1.2.372 1,081 6/10/2020
1.2.371 1,084 6/10/2020
1.2.370 1,081 6/10/2020
1.2.369 1,059 6/9/2020
1.2.368 1,041 6/9/2020
1.2.367 1,062 6/9/2020
1.2.366 1,065 6/9/2020
1.2.365 1,059 6/9/2020
1.2.364 1,087 6/9/2020
1.2.363 1,094 6/9/2020
1.2.362 1,155 6/8/2020
1.2.361 1,167 6/4/2020
1.2.360 1,125 5/4/2020
1.2.359 1,118 4/27/2020
1.2.358 1,124 4/4/2020
1.2.357 1,193 3/25/2020
1.2.356 1,155 3/10/2020
1.2.355 1,118 3/10/2020
1.2.354 1,076 3/6/2020
1.2.353 1,113 3/3/2020
1.2.352 1,125 3/3/2020
1.2.351 1,117 3/2/2020
1.2.350 1,150 3/2/2020
1.2.349 1,136 3/2/2020
1.2.348 1,143 3/2/2020
1.2.347 1,140 3/2/2020
1.2.346 1,112 2/27/2020
1.2.345 1,164 2/21/2020
1.2.344 1,155 2/20/2020
1.2.343 1,166 2/20/2020
1.2.342 1,133 2/20/2020
1.2.341 1,116 2/20/2020
1.2.340 1,113 2/20/2020
1.2.339 1,118 2/20/2020
1.2.338 1,113 2/19/2020
1.2.337 1,132 2/18/2020
1.2.336 1,103 2/14/2020
1.2.335 1,118 2/6/2020
1.2.334 1,184 2/4/2020
1.2.333 1,279 2/3/2020
1.2.332 1,162 1/13/2020
1.2.331 1,239 12/17/2019
1.2.330 1,205 12/13/2019
1.2.328 1,129 12/12/2019
1.2.327 1,155 12/11/2019
1.2.326 1,175 12/10/2019
1.2.325 1,140 12/3/2019
1.2.324 1,127 11/29/2019
1.2.323 1,073 11/28/2019
1.2.322 1,177 11/28/2019
1.2.321 1,169 11/28/2019
1.2.320 1,279 11/26/2019
1.2.319 1,197 11/26/2019
1.2.318 1,164 11/22/2019
1.2.317 1,098 11/20/2019
1.2.316 1,197 10/25/2019
1.2.315 1,159 10/25/2019
1.2.314 1,133 10/23/2019
1.2.313 1,113 10/18/2019
1.2.312 1,121 10/17/2019
1.2.311 1,126 10/17/2019
1.2.310 1,154 10/17/2019
1.2.309 1,165 10/9/2019
1.2.308 1,160 10/8/2019
1.2.307 1,119 10/7/2019
1.2.306 1,198 10/4/2019
1.2.305 1,183 10/3/2019
1.2.304 1,148 10/2/2019
1.2.303 1,270 9/16/2019
1.2.302 1,180 9/16/2019
1.2.301 1,170 9/15/2019
1.2.300 1,149 9/13/2019
1.2.299 1,166 9/10/2019
1.2.298 1,169 9/6/2019
1.2.297 1,222 8/20/2019
1.2.296 1,169 8/20/2019
1.2.295 1,190 8/20/2019
1.2.294 1,223 8/20/2019
1.2.293 1,151 8/16/2019
1.2.292 1,171 7/15/2019
1.2.291 1,197 6/30/2019
1.2.290 1,198 6/28/2019
1.2.289 1,208 6/20/2019
1.2.288 1,183 6/12/2019
1.2.287 1,173 6/12/2019
1.2.286 1,247 6/11/2019
1.2.285 1,230 6/11/2019
1.2.284 1,193 6/5/2019
1.2.283 1,236 5/28/2019
1.2.282 1,181 5/25/2019
1.2.281 1,292 5/23/2019
1.2.280 1,243 5/13/2019
1.2.279 1,222 5/9/2019
1.2.278 1,242 5/9/2019
1.2.277 1,230 5/7/2019
1.2.276 1,200 5/7/2019
1.2.275 1,285 5/6/2019
1.2.274 1,252 4/26/2019
1.2.273 1,216 4/25/2019
1.2.272 1,202 4/25/2019
1.2.271 1,218 4/24/2019
1.2.270 1,243 4/24/2019
1.2.269 1,257 4/16/2019
1.2.268 1,257 4/16/2019
1.2.267 1,219 4/16/2019
1.2.266 1,231 4/12/2019
1.2.265 1,221 4/12/2019
1.2.264 1,222 4/11/2019
1.2.263 1,253 4/11/2019
1.2.262 1,197 4/10/2019
1.2.261 1,209 4/10/2019
1.2.260 1,160 4/5/2019
1.2.259 1,173 2/27/2019
1.2.258 1,227 2/27/2019
1.2.257 1,236 2/26/2019
1.2.256 1,315 2/15/2019
1.2.255 1,356 2/15/2019
1.2.254 1,260 2/5/2019
1.2.253 1,315 12/12/2018
1.2.252 1,412 11/8/2018
1.2.251 1,381 11/8/2018
1.2.250 1,403 10/11/2018
1.2.249 1,442 10/2/2018
1.2.248 1,469 9/25/2018
1.2.247 1,444 9/3/2018
1.2.246 1,429 8/28/2018
1.2.245 1,435 8/27/2018
1.2.244 1,473 8/22/2018
1.2.243 1,431 8/21/2018
1.2.242 1,551 8/17/2018
1.2.241 1,652 7/27/2018
1.2.240 1,654 7/26/2018
1.2.239 1,653 6/18/2018
1.2.238 1,847 6/14/2018
1.2.237 1,645 5/25/2018
1.2.236 1,593 5/24/2018
1.2.235 1,757 5/18/2018
1.2.234 1,831 5/3/2018
1.2.233 1,845 5/3/2018
1.2.232 1,636 4/30/2018
1.2.231 1,810 4/18/2018
1.2.230 1,850 4/10/2018
1.2.229 1,753 4/10/2018
1.2.228 1,593 4/4/2018
1.2.227 1,642 3/28/2018
1.2.226 1,625 3/22/2018
1.2.225 1,832 3/20/2018
1.2.224 1,660 3/19/2018
1.2.223 1,651 3/15/2018
1.2.222 1,679 3/14/2018
1.2.221 1,713 3/14/2018
1.2.220 1,877 2/23/2018
1.2.219 1,892 2/16/2018
1.2.218 1,850 2/9/2018
1.2.217 1,645 2/8/2018
1.2.216 1,683 2/7/2018
1.2.215 1,697 2/7/2018
1.2.214 1,853 2/5/2018
1.2.213 1,889 2/2/2018
1.2.212 1,840 1/26/2018
1.2.211 1,860 1/16/2018
1.2.210 1,648 12/18/2017
1.2.209 1,843 12/14/2017
1.2.208 1,613 12/7/2017
1.2.207 1,627 12/6/2017
1.2.206 1,681 12/4/2017
1.2.205 1,659 11/28/2017
1.2.204 1,628 11/24/2017
1.2.203 1,615 11/24/2017
1.2.202 1,653 11/24/2017
1.2.201 1,667 11/20/2017
1.2.200 1,659 11/14/2017
1.2.199 1,649 11/14/2017
1.2.198 1,699 11/6/2017
1.2.197 1,723 11/6/2017
1.2.196 1,751 10/31/2017
1.2.195 1,734 10/30/2017
1.2.194 1,681 10/26/2017
1.2.193 1,677 10/26/2017
1.2.192 1,651 10/26/2017
1.2.191 1,654 10/20/2017
1.2.190 1,688 10/18/2017
1.2.189 1,685 10/18/2017
1.2.188 1,670 10/15/2017
1.2.187 1,652 10/11/2017
1.2.185 1,609 10/10/2017
1.2.184 1,670 10/10/2017
1.2.183 1,687 10/2/2017
1.2.182 1,644 9/29/2017
1.2.181 1,679 9/25/2017
1.2.180 1,666 9/14/2017
1.2.179 1,665 9/12/2017
1.2.178 1,662 8/31/2017
1.2.177 1,656 8/25/2017
1.2.176 1,630 8/24/2017
1.2.174 1,764 8/7/2017
1.2.173 1,731 8/7/2017
1.2.172 1,687 8/7/2017
1.2.171 1,636 8/4/2017
1.2.170 1,655 8/3/2017
1.2.169 1,718 8/3/2017
1.2.168 1,665 8/3/2017
1.2.167 1,695 8/2/2017
1.2.166 1,671 8/1/2017
1.2.165 1,680 7/26/2017
1.2.164 1,638 7/26/2017
1.2.163 1,734 7/25/2017
1.2.162 1,692 7/18/2017
1.2.161 1,682 7/18/2017
1.2.160 1,721 7/18/2017
1.2.159 1,688 7/18/2017
1.2.158 1,658 7/13/2017
1.2.157 1,677 7/13/2017
1.2.156 1,668 7/5/2017
1.2.155 1,667 6/28/2017
1.2.154 1,618 6/27/2017
1.2.153 1,681 6/20/2017
1.2.152 1,650 6/19/2017
1.2.151 1,632 6/14/2017
1.2.150 1,623 6/13/2017
1.2.149 1,681 5/31/2017
1.2.148 1,662 5/29/2017
1.2.147 1,670 5/19/2017
1.2.146 1,665 5/18/2017
1.2.145 1,659 5/18/2017
1.2.144 1,692 5/14/2017
1.2.143 1,620 5/12/2017
1.2.142 1,700 5/12/2017
1.2.141 1,708 5/5/2017
1.2.140 1,624 4/27/2017
1.2.139 1,730 2/27/2017
1.2.137 1,643 2/3/2017
1.2.136 1,688 2/3/2017
1.2.135 1,668 1/26/2017
1.2.134 1,665 1/25/2017
1.2.133 1,708 1/12/2017
1.2.132 1,726 1/11/2017
1.2.131 1,754 1/10/2017
1.2.130 1,677 1/10/2017
1.2.129 1,704 1/10/2017
1.2.128 1,710 1/10/2017
1.2.127 1,655 1/10/2017
1.2.125 1,678 1/10/2017
1.2.119 1,749 12/13/2016
1.2.118 1,689 12/12/2016
1.2.117 1,690 12/10/2016
1.2.115 1,743 12/8/2016
1.2.114 1,678 12/5/2016
1.2.112 1,661 11/29/2016
1.2.111 1,762 11/25/2016
1.2.110 1,761 11/25/2016
1.2.109 1,779 11/24/2016
1.2.108 1,749 11/24/2016
1.2.107 1,690 11/23/2016
1.2.106 1,706 11/18/2016
1.2.105 1,718 11/18/2016
1.2.104 1,776 11/18/2016
1.2.103 1,700 11/17/2016
1.2.102 1,701 11/17/2016
1.2.101 1,669 11/17/2016
1.2.100 1,608 11/16/2016
1.2.99 1,677 11/16/2016
1.2.98 1,718 11/16/2016
1.2.97 1,703 11/16/2016
1.2.96 1,681 11/16/2016
1.2.95 1,663 11/16/2016
1.2.94 1,716 11/15/2016
1.2.92 1,734 11/15/2016
1.2.91 1,736 11/15/2016
1.2.90 1,731 11/15/2016
1.2.89 1,687 11/14/2016
1.2.88 2,209 11/8/2016
1.2.87 1,999 11/8/2016
1.2.86 1,890 11/8/2016
1.2.85 1,762 11/8/2016
1.2.84 2,070 11/8/2016
1.2.83 1,750 11/7/2016
1.2.82 1,907 11/3/2016
1.2.81 1,958 11/3/2016
1.2.80 1,763 11/3/2016
1.2.79 1,777 11/2/2016
1.2.78 1,832 11/1/2016
1.2.76 1,951 11/1/2016
1.2.75 1,706 10/31/2016
1.2.73 1,669 10/28/2016
1.2.71 1,631 10/27/2016
1.2.68 1,710 10/26/2016
1.2.66 1,711 10/25/2016
1.2.65 1,708 10/24/2016
1.2.64 1,740 10/21/2016
1.2.63 1,714 10/21/2016
1.2.62 1,653 10/21/2016
1.2.61 1,715 10/20/2016
1.2.60 1,672 10/20/2016
1.2.59 1,703 10/13/2016
1.2.58 1,766 10/13/2016
1.2.57 1,717 10/13/2016
1.2.56 1,689 10/13/2016
1.2.55 1,707 10/11/2016
1.2.54 1,660 10/11/2016
1.2.53 1,664 10/10/2016
1.2.51 1,632 9/12/2016
1.2.50 1,671 9/12/2016
1.2.49 1,696 9/7/2016
1.2.48 1,732 9/2/2016
1.2.47 1,754 5/6/2016
1.2.46 1,991 4/25/2016
1.2.45 1,968 4/25/2016
1.2.43 1,946 4/22/2016
1.2.42 1,697 4/15/2016
1.2.41 1,682 4/12/2016
1.2.40 1,724 4/11/2016
1.2.39 1,655 4/8/2016
1.2.38 1,758 4/8/2016
1.2.37 1,794 4/8/2016
1.2.36 1,667 4/8/2016
1.2.35 1,766 4/6/2016
1.2.34 1,703 4/6/2016
1.2.33 1,705 4/6/2016
1.2.32 1,756 4/6/2016
1.2.31 1,709 4/6/2016
1.2.30 1,724 4/6/2016
1.2.29 1,731 4/5/2016
1.2.28 1,733 4/5/2016
1.2.26 1,744 4/5/2016
1.2.25 1,728 4/5/2016
1.2.24 1,706 4/1/2016
1.2.23 1,745 3/31/2016
1.2.22 1,724 3/31/2016
1.2.21 1,812 3/29/2016
1.2.20 1,804 3/25/2016
1.2.19 1,752 3/17/2016
1.2.18 1,728 3/17/2016
1.2.17 1,743 3/17/2016
1.2.16 1,802 3/17/2016
1.2.15 1,751 3/17/2016
1.2.14 1,682 3/16/2016
1.2.13 1,771 3/15/2016
1.2.12 1,762 3/15/2016
1.2.11 1,708 3/14/2016
1.2.10 1,741 3/11/2016
1.2.9 1,778 3/7/2016
1.2.8 1,678 3/6/2016
1.2.7 1,789 3/6/2016
1.2.6 1,801 3/4/2016
1.2.5 1,715 3/2/2016
1.2.4 1,827 3/2/2016
1.2.3 1,792 3/1/2016
1.2.1 1,803 2/29/2016
1.2.0 1,921 2/29/2016
1.1.45 1,684 7/28/2017
1.1.44 2,273 2/29/2016
1.1.43 1,760 2/29/2016
1.1.42 1,865 2/28/2016
1.1.41 2,181 2/26/2016
1.1.40 1,769 2/23/2016
1.1.39 1,958 2/23/2016
1.1.38 1,778 2/22/2016
1.1.37 1,870 2/22/2016
1.1.36 1,767 2/19/2016
1.1.35 1,809 2/19/2016
1.1.34 1,807 2/15/2016
1.1.33 1,740 2/12/2016
1.1.32 2,031 2/11/2016
1.1.31 2,013 2/11/2016
1.1.30 1,708 2/9/2016
1.1.29 1,702 2/8/2016
1.1.28 1,794 1/29/2016
1.1.27 1,761 1/26/2016
1.1.25 1,804 1/25/2016
1.1.24 1,746 1/20/2016
1.1.23 1,769 1/20/2016
1.1.19 1,778 1/20/2016
1.1.16 1,770 1/19/2016
1.1.15 2,140 1/15/2016
1.1.14 1,988 1/15/2016
1.1.13 2,545 1/14/2016
1.1.12 2,339 1/14/2016
1.1.10 2,001 1/13/2016
1.1.9 1,730 1/12/2016
1.1.8 1,746 1/12/2016
1.1.7 1,783 1/12/2016
1.1.6 1,782 1/11/2016
1.1.5 1,740 1/7/2016
1.1.3 1,735 1/6/2016
1.1.2 1,802 1/6/2016
1.1.1 1,744 1/5/2016
1.1.0 1,843 1/1/2016
1.0.155 1,827 12/18/2015
1.0.154 1,833 12/17/2015
1.0.153 1,745 12/17/2015
1.0.151 1,854 12/3/2015
1.0.150 2,036 12/3/2015
1.0.149 1,961 12/3/2015
1.0.148 2,107 12/2/2015
1.0.147 1,892 12/2/2015
1.0.146 2,128 12/2/2015
1.0.145 1,959 12/2/2015
1.0.144 2,084 12/2/2015
1.0.143 1,983 12/1/2015
1.0.142 1,989 12/1/2015
1.0.140 2,045 12/1/2015
1.0.139 2,007 11/30/2015
1.0.138 2,005 11/30/2015
1.0.137 1,828 11/26/2015
1.0.136 1,924 11/25/2015
1.0.135 1,801 11/20/2015
1.0.134 1,836 11/19/2015
1.0.133 1,868 11/19/2015
1.0.132 1,814 11/19/2015
1.0.131 1,818 11/17/2015
1.0.130 1,774 11/13/2015
1.0.129 1,798 11/13/2015
1.0.128 1,804 11/13/2015
1.0.127 1,845 11/12/2015
1.0.126 1,786 11/12/2015
1.0.125 1,758 11/11/2015
1.0.124 1,790 11/11/2015
1.0.123 1,839 11/11/2015
1.0.121 1,812 11/4/2015
1.0.120 1,803 11/3/2015
1.0.119 1,681 10/30/2015
1.0.118 1,707 10/29/2015
1.0.117 1,733 10/23/2015
1.0.116 1,778 10/20/2015
1.0.115 1,753 10/13/2015
1.0.113 1,754 10/13/2015
1.0.111 2,169 10/6/2015
1.0.110 2,131 10/6/2015
1.0.109 1,947 10/6/2015
1.0.108 1,770 10/6/2015
1.0.107 2,157 10/4/2015
1.0.106 1,833 9/25/2015
1.0.105 1,838 9/2/2015
1.0.104 1,818 8/24/2015
1.0.103 1,966 7/30/2015
1.0.102 1,910 7/30/2015
1.0.101 1,794 6/12/2015
1.0.100 1,785 6/3/2015
1.0.99 1,869 6/3/2015
1.0.98 1,744 6/3/2015
1.0.97 1,741 5/12/2015
1.0.96 1,791 5/7/2015
1.0.95 1,833 4/16/2015
1.0.94 1,828 4/16/2015
1.0.93 1,931 4/15/2015
1.0.92 1,870 4/8/2015
1.0.91 1,743 3/17/2015
1.0.90 1,724 3/10/2015
1.0.89 1,834 3/10/2015
1.0.88 2,139 2/12/2015
1.0.87 1,938 12/4/2014
1.0.86 1,942 11/14/2014
1.0.85 1,931 11/14/2014
1.0.84 2,300 11/13/2014
1.0.83 2,341 11/13/2014
1.0.82 2,047 11/12/2014
1.0.81 2,005 11/12/2014
1.0.80 1,852 10/9/2014
1.0.79 1,842 10/8/2014
1.0.78 1,838 10/7/2014
1.0.77 1,849 10/7/2014
1.0.76 1,830 9/29/2014
1.0.75 1,843 9/29/2014
1.0.74 1,848 9/3/2014
1.0.73 1,854 9/3/2014
1.0.72 1,857 8/12/2014
1.0.71 1,842 8/11/2014
1.0.70 1,895 8/11/2014
1.0.67 1,804 8/11/2014
1.0.66 1,804 8/11/2014
1.0.65 1,864 8/5/2014
1.0.64 1,835 8/4/2014
1.0.63 1,876 7/31/2014
1.0.62 1,829 7/22/2014
1.0.59 1,842 7/11/2014
1.0.58 1,847 7/11/2014
1.0.57 1,896 7/7/2014
1.0.56 1,883 7/1/2014
1.0.55 1,881 7/1/2014
1.0.54 1,793 7/1/2014
1.0.53 1,832 7/1/2014
1.0.52 1,824 7/1/2014
1.0.51 1,809 6/23/2014
1.0.49 1,852 6/21/2014
1.0.48 1,847 6/20/2014
1.0.47 1,803 6/21/2014
1.0.45 1,845 6/19/2014
1.0.44 1,902 6/19/2014
1.0.43 1,884 6/19/2014
1.0.41 1,877 6/19/2014
1.0.40 1,830 6/19/2014
1.0.39 1,816 6/18/2014
1.0.38 1,864 6/18/2014
1.0.37 1,925 6/12/2014
1.0.36 1,878 6/12/2014
1.0.35 1,866 6/12/2014
1.0.34 1,814 6/12/2014
1.0.33 1,915 6/12/2014
1.0.32 1,854 6/12/2014
1.0.31 1,811 6/6/2014
1.0.30 1,814 6/6/2014
1.0.29 1,824 6/5/2014
1.0.28 1,941 5/8/2014
1.0.27 1,894 5/8/2014
1.0.26 1,797 5/7/2014
1.0.25 1,817 5/7/2014
1.0.24 1,768 5/7/2014
1.0.23 1,827 5/5/2014
1.0.22 1,884 5/5/2014
1.0.21 1,793 5/5/2014
1.0.20 1,946 4/30/2014
1.0.19 1,879 4/30/2014
1.0.18 2,044 4/11/2014
1.0.17 2,030 4/10/2014
1.0.16 2,062 4/10/2014
1.0.15 2,034 4/10/2014
1.0.14 2,072 4/10/2014
1.0.13 2,029 4/10/2014
1.0.12 1,974 4/2/2014
1.0.11 1,928 4/2/2014
1.0.10 1,927 4/2/2014
1.0.9 1,923 4/1/2014
1.0.8 1,957 4/1/2014
1.0.7 1,965 4/1/2014
1.0.6 1,920 4/1/2014
1.0.5 1,942 4/1/2014