PeanutButter.ServiceShell 3.0.335

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

// Install PeanutButter.ServiceShell as a Cake Tool
#tool nuget:?package=PeanutButter.ServiceShell&version=3.0.335                

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. 
.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.335 69 12/17/2024
3.0.334 80 12/17/2024
3.0.333 98 12/13/2024
3.0.332 81 12/13/2024
3.0.331 77 12/12/2024
3.0.330 88 11/28/2024
3.0.329 165 11/13/2024
3.0.328 139 11/12/2024
3.0.327 83 11/12/2024
3.0.326 83 11/12/2024
3.0.325 87 11/12/2024
3.0.324 80 11/12/2024
3.0.323 97 11/6/2024
3.0.322 84 11/6/2024
3.0.321 626 10/10/2024
3.0.320 121 10/7/2024
3.0.319 134 9/18/2024
3.0.318 115 9/18/2024
3.0.317 113 9/18/2024
3.0.316 580 8/28/2024
3.0.315 123 8/12/2024
3.0.314 118 8/8/2024
3.0.313 125 8/8/2024
3.0.312 87 7/29/2024
3.0.311 732 7/17/2024
3.0.310 85 7/15/2024
3.0.309 120 7/15/2024
3.0.308 89 7/9/2024
3.0.307 76 7/9/2024
3.0.306 193 6/25/2024
3.0.305 144 6/11/2024
3.0.304 99 6/11/2024
3.0.303 108 6/5/2024
3.0.302 107 6/5/2024
3.0.301 115 5/30/2024
3.0.300 142 5/30/2024
3.0.299 98 5/30/2024
3.0.298 522 5/17/2024
3.0.297 117 5/17/2024
3.0.296 97 5/13/2024
3.0.295 96 5/8/2024
3.0.294 169 5/7/2024
3.0.293 117 4/19/2024
3.0.292 109 4/18/2024
3.0.291 129 4/17/2024
3.0.290 112 4/17/2024
3.0.289 114 4/15/2024
3.0.288 120 4/11/2024
3.0.287 128 4/5/2024
3.0.286 112 4/5/2024
3.0.285 120 4/5/2024
3.0.284 112 4/4/2024
3.0.283 129 4/4/2024
3.0.282 438 4/3/2024
3.0.281 130 4/2/2024
3.0.280 138 4/2/2024
3.0.279 146 3/25/2024
3.0.278 147 3/25/2024
3.0.277 245 3/15/2024
3.0.276 257 2/29/2024
3.0.275 207 2/28/2024
3.0.274 204 2/28/2024
3.0.273 245 2/27/2024
3.0.272 253 2/26/2024
3.0.271 266 2/22/2024
3.0.270 290 2/15/2024
3.0.269 249 2/15/2024
3.0.268 255 2/15/2024
3.0.267 258 2/14/2024
3.0.266 268 2/14/2024
3.0.265 357 2/13/2024
3.0.264 320 2/8/2024
3.0.263 301 2/8/2024
3.0.262 310 2/8/2024
3.0.261 294 2/8/2024
3.0.260 304 2/7/2024
3.0.259 303 2/7/2024
3.0.258 310 2/7/2024
3.0.257 309 2/7/2024
3.0.256 328 1/31/2024
3.0.255 328 1/30/2024
3.0.254 332 1/25/2024
3.0.253 332 1/24/2024
3.0.252 336 1/22/2024
3.0.251 565 1/17/2024
3.0.250 339 1/17/2024
3.0.249 350 1/16/2024
3.0.248 341 1/16/2024
3.0.247 341 1/16/2024
3.0.246 331 1/15/2024
3.0.245 334 1/11/2024
3.0.244 489 12/11/2023
3.0.243 336 12/11/2023
3.0.242 354 12/7/2023
3.0.241 370 12/7/2023
3.0.240 385 12/5/2023
3.0.239 385 12/5/2023
3.0.238 359 12/5/2023
3.0.237 356 12/5/2023
3.0.236 388 11/17/2023
3.0.235 351 11/17/2023
3.0.234 358 11/14/2023
3.0.233 358 11/14/2023
3.0.232 363 11/13/2023
3.0.231 363 11/9/2023
3.0.230 339 11/8/2023
3.0.229 345 11/8/2023
3.0.228 372 11/2/2023
3.0.227 356 11/2/2023
3.0.226 351 11/1/2023
3.0.225 380 11/1/2023
3.0.224 313 11/1/2023
3.0.223 348 10/31/2023
3.0.222 346 10/31/2023
3.0.221 352 10/31/2023
3.0.220 377 10/31/2023
3.0.219 354 10/31/2023
3.0.218 352 10/30/2023
3.0.217 360 10/30/2023
3.0.216 306 10/30/2023
3.0.215 369 10/30/2023
3.0.214 368 10/26/2023
3.0.213 359 10/25/2023
3.0.212 382 10/25/2023
3.0.211 371 10/24/2023
3.0.210 364 10/24/2023
3.0.209 364 10/24/2023
3.0.208 347 10/24/2023
3.0.207 353 10/23/2023
3.0.206 351 10/23/2023
3.0.205 367 10/20/2023
3.0.204 345 10/20/2023
3.0.203 374 10/20/2023
3.0.202 357 10/19/2023
3.0.201 364 10/19/2023
3.0.200 351 10/19/2023
3.0.199 370 10/19/2023
3.0.198 375 10/18/2023
3.0.197 333 10/18/2023
3.0.196 377 10/17/2023
3.0.195 384 10/13/2023
3.0.194 368 10/12/2023
3.0.193 360 10/12/2023
3.0.192 355 10/11/2023
3.0.191 365 10/11/2023
3.0.190 356 10/11/2023
3.0.189 351 10/11/2023
3.0.188 356 10/11/2023
3.0.187 367 10/11/2023
3.0.186 357 10/11/2023
3.0.185 365 10/10/2023
3.0.184 348 10/10/2023
3.0.183 357 10/9/2023
3.0.182 376 10/9/2023
3.0.181 379 10/9/2023
3.0.180 373 9/21/2023
3.0.179 390 9/21/2023
3.0.178 361 9/21/2023
3.0.177 388 9/11/2023
3.0.176 365 9/8/2023
3.0.175 374 9/8/2023
3.0.173 344 9/8/2023
3.0.172 373 9/8/2023
3.0.170 398 8/23/2023
3.0.169 355 8/23/2023
3.0.168 367 8/23/2023
3.0.167 399 8/11/2023
3.0.166 395 8/10/2023
3.0.165 386 8/7/2023
3.0.164 405 8/3/2023
3.0.163 383 7/31/2023
3.0.162 378 7/28/2023
3.0.161 375 7/28/2023
3.0.160 419 6/30/2023
3.0.159 404 6/29/2023
3.0.158 372 6/29/2023
3.0.157 404 6/28/2023
3.0.156 411 6/28/2023
3.0.155 395 6/28/2023
3.0.154 393 6/26/2023
3.0.153 391 6/22/2023
3.0.152 381 6/22/2023
3.0.151 390 6/22/2023
3.0.150 382 6/22/2023
3.0.149 406 6/22/2023
3.0.148 410 6/22/2023
3.0.147 399 6/15/2023
3.0.146 412 6/9/2023
3.0.145 410 6/6/2023
3.0.144 385 6/6/2023
3.0.143 414 6/6/2023
3.0.142 399 5/31/2023
3.0.141 403 5/31/2023
3.0.140 407 5/26/2023
3.0.139 404 5/26/2023
3.0.138 412 5/25/2023
3.0.137 389 5/25/2023
3.0.136 488 5/25/2023
3.0.135 422 5/25/2023
3.0.134 422 5/25/2023
3.0.133 465 5/24/2023
3.0.132 487 5/24/2023
3.0.131 454 5/24/2023
3.0.130 468 5/23/2023
3.0.129 487 5/22/2023
3.0.128 511 5/18/2023
3.0.127 479 5/17/2023
3.0.126 523 5/11/2023
3.0.125 592 5/5/2023
3.0.124 589 5/4/2023
3.0.123 596 5/4/2023
3.0.122 508 4/25/2023
3.0.121 532 4/25/2023
3.0.120 474 4/25/2023
3.0.119 466 4/25/2023
3.0.118 504 4/25/2023
3.0.117 563 4/24/2023
3.0.116 548 4/24/2023
3.0.115 550 4/18/2023
3.0.114 554 4/18/2023
3.0.113 544 4/18/2023
3.0.112 556 4/11/2023
3.0.111 570 4/11/2023
3.0.110 606 3/31/2023
3.0.109 603 3/29/2023
3.0.108 577 3/28/2023
3.0.107 561 3/15/2023
3.0.106 618 3/9/2023
3.0.105 619 3/9/2023
3.0.104 630 3/3/2023
3.0.103 603 3/2/2023
3.0.102 555 3/2/2023
3.0.101 733 3/1/2023
3.0.100 672 2/22/2023
3.0.99 630 2/10/2023
3.0.98 603 2/10/2023
3.0.97 656 1/24/2023
3.0.96 671 12/15/2022
3.0.95 692 12/1/2022
3.0.94 701 11/30/2022
3.0.93 677 11/30/2022
3.0.92 656 11/30/2022
3.0.91 693 11/29/2022
3.0.90 797 11/25/2022
3.0.89 704 11/17/2022
3.0.88 674 11/15/2022
3.0.87 755 11/14/2022
3.0.86 741 11/14/2022
3.0.85 694 11/14/2022
3.0.84 678 11/14/2022
3.0.83 754 11/14/2022
3.0.82 740 11/14/2022
3.0.81 742 11/14/2022
3.0.80 737 11/14/2022
3.0.79 756 11/8/2022
3.0.78 703 11/7/2022
3.0.77 684 11/7/2022
3.0.76 695 11/7/2022
3.0.75 691 11/7/2022
3.0.74 729 11/3/2022
3.0.73 805 10/31/2022
3.0.72 823 10/27/2022
3.0.71 783 10/27/2022
3.0.70 774 10/27/2022
3.0.69 732 10/27/2022
3.0.68 761 10/25/2022
3.0.67 832 10/19/2022
3.0.66 819 10/19/2022
3.0.65 789 10/19/2022
3.0.64 781 10/19/2022
3.0.63 815 10/19/2022
3.0.62 780 10/18/2022
3.0.61 823 10/13/2022
3.0.60 758 10/12/2022
3.0.59 803 10/12/2022
3.0.58 904 9/28/2022
3.0.57 799 9/28/2022
3.0.56 826 9/28/2022
3.0.55 788 9/27/2022
3.0.54 816 9/27/2022
3.0.53 880 9/27/2022
3.0.52 852 9/27/2022
3.0.51 809 9/27/2022
3.0.50 790 9/27/2022
3.0.49 813 9/27/2022
3.0.48 812 9/27/2022
3.0.47 835 9/26/2022
3.0.46 773 9/26/2022
3.0.45 782 9/26/2022
3.0.44 790 9/26/2022
3.0.43 861 9/23/2022
3.0.42 838 9/23/2022
3.0.41 859 9/22/2022
3.0.40 806 9/22/2022
3.0.39 803 9/22/2022
3.0.38 846 9/21/2022
3.0.37 825 9/21/2022
3.0.36 854 9/21/2022
3.0.35 812 9/21/2022
3.0.34 840 9/20/2022
3.0.33 811 9/19/2022
3.0.32 801 9/16/2022
3.0.31 788 9/16/2022
3.0.30 789 9/16/2022
3.0.29 826 9/16/2022
3.0.28 836 9/15/2022
3.0.27 883 9/15/2022
3.0.26 902 9/14/2022
3.0.25 859 9/14/2022
3.0.24 845 9/14/2022
3.0.23 835 9/14/2022
3.0.22 817 9/14/2022
3.0.21 822 9/14/2022
3.0.20 794 9/9/2022
3.0.19 831 9/9/2022
3.0.18 802 9/8/2022
3.0.17 845 9/6/2022
3.0.16 803 9/6/2022
3.0.15 840 9/2/2022
3.0.14 795 9/1/2022
3.0.13 783 8/31/2022
3.0.12 809 8/31/2022
3.0.11 883 8/23/2022
3.0.10 842 8/22/2022
3.0.9 872 8/22/2022
3.0.8 833 8/18/2022
3.0.7 850 8/17/2022
3.0.6 906 8/15/2022
3.0.5 819 8/15/2022
3.0.4 927 8/4/2022
3.0.3 866 8/4/2022
3.0.2 890 7/29/2022
3.0.1 872 7/27/2022
3.0.0 872 7/26/2022
2.0.96 838 7/26/2022
2.0.95 820 7/26/2022
2.0.94 826 7/25/2022
2.0.93 802 7/25/2022
2.0.92 909 7/15/2022
2.0.91 830 7/15/2022
2.0.90 822 7/14/2022
2.0.89 865 7/14/2022
2.0.88 857 7/12/2022
2.0.87 903 7/11/2022
2.0.86 847 7/11/2022
2.0.85 826 7/11/2022
2.0.84 875 7/8/2022
2.0.83 913 6/29/2022
2.0.82 858 6/29/2022
2.0.81 931 6/23/2022
2.0.80 914 6/15/2022
2.0.79 816 6/14/2022
2.0.78 810 6/14/2022
2.0.77 992 5/24/2022
2.0.76 976 5/3/2022
2.0.75 825 4/29/2022
2.0.74 869 4/19/2022
2.0.73 861 4/16/2022
2.0.72 910 4/12/2022
2.0.71 903 4/12/2022
2.0.70 886 4/7/2022
2.0.69 834 4/7/2022
2.0.68 882 4/7/2022
2.0.67 937 4/7/2022
2.0.66 879 3/15/2022
2.0.65 832 3/15/2022
2.0.64 799 3/15/2022
2.0.63 820 3/2/2022
2.0.62 870 2/22/2022
2.0.61 884 2/18/2022
2.0.60 894 2/18/2022
2.0.59 895 2/15/2022
2.0.58 871 2/9/2022
2.0.57 889 2/1/2022
2.0.56 889 2/1/2022
2.0.55 903 2/1/2022
2.0.54 903 1/28/2022
2.0.53 896 1/27/2022
2.0.52 841 1/19/2022
2.0.51 874 1/19/2022
2.0.50 731 12/2/2021
2.0.44 784 11/18/2021
2.0.43 766 11/16/2021
2.0.42 788 11/2/2021
2.0.41 805 10/20/2021
2.0.40 739 10/12/2021
2.0.39 805 10/12/2021
2.0.38 903 10/5/2021
2.0.37 865 9/21/2021
2.0.36 811 9/9/2021
2.0.35 823 9/3/2021
2.0.34 765 9/2/2021
2.0.33 812 7/21/2021
2.0.32 803 7/21/2021
2.0.31 806 7/6/2021
2.0.30 765 7/5/2021
2.0.29 791 6/30/2021
2.0.28 843 6/28/2021
2.0.27 841 6/17/2021
2.0.26 837 6/15/2021
2.0.25 803 6/14/2021
2.0.24 779 6/14/2021
2.0.23 813 6/14/2021
2.0.22 794 5/20/2021
2.0.21 806 5/18/2021
2.0.20 837 5/10/2021
2.0.19 830 5/10/2021
2.0.18 810 5/3/2021
2.0.17 794 5/3/2021
2.0.16 823 4/14/2021
2.0.15 797 4/13/2021
2.0.14 810 3/31/2021
2.0.13 835 3/25/2021
2.0.12 856 3/25/2021
2.0.11 860 2/19/2021
2.0.10 863 2/18/2021
2.0.9 905 2/18/2021
2.0.8 829 2/16/2021
2.0.7 886 2/9/2021
2.0.6 876 2/9/2021
2.0.5 897 2/3/2021
2.0.4 894 1/29/2021
2.0.3 843 1/29/2021
2.0.2 861 1/28/2021
2.0.1 876 1/27/2021
2.0.0 898 1/26/2021
1.2.397 897 1/26/2021
1.2.396 929 1/21/2021
1.2.395 918 1/20/2021
1.2.394 921 1/20/2021
1.2.393 927 1/20/2021
1.2.392 934 1/20/2021
1.2.391 913 1/19/2021
1.2.390 919 1/19/2021
1.2.389 994 1/19/2021
1.2.388 926 1/14/2021
1.2.387 907 1/14/2021
1.2.386 946 1/13/2021
1.2.385 961 1/13/2021
1.2.384 972 1/11/2021
1.2.383 916 1/8/2021
1.2.382 919 1/6/2021
1.2.381 923 1/6/2021
1.2.380 969 11/17/2020
1.2.379 971 10/21/2020
1.2.378 918 9/17/2020
1.2.377 949 9/1/2020
1.2.376 968 8/31/2020
1.2.375 1,028 7/13/2020
1.2.374 958 7/2/2020
1.2.373 954 7/1/2020
1.2.372 971 6/10/2020
1.2.371 979 6/10/2020
1.2.370 973 6/10/2020
1.2.369 953 6/9/2020
1.2.368 943 6/9/2020
1.2.367 959 6/9/2020
1.2.366 956 6/9/2020
1.2.365 949 6/9/2020
1.2.364 981 6/9/2020
1.2.363 985 6/9/2020
1.2.362 1,056 6/8/2020
1.2.361 1,053 6/4/2020
1.2.360 1,016 5/4/2020
1.2.359 1,020 4/27/2020
1.2.358 1,010 4/4/2020
1.2.357 1,072 3/25/2020
1.2.356 1,047 3/10/2020
1.2.355 1,018 3/10/2020
1.2.354 960 3/6/2020
1.2.353 998 3/3/2020
1.2.352 1,026 3/3/2020
1.2.351 1,008 3/2/2020
1.2.350 1,043 3/2/2020
1.2.349 1,026 3/2/2020
1.2.348 1,037 3/2/2020
1.2.347 1,020 3/2/2020
1.2.346 1,001 2/27/2020
1.2.345 1,051 2/21/2020
1.2.344 1,042 2/20/2020
1.2.343 1,059 2/20/2020
1.2.342 1,021 2/20/2020
1.2.341 1,012 2/20/2020
1.2.340 1,003 2/20/2020
1.2.339 1,015 2/20/2020
1.2.338 990 2/19/2020
1.2.337 1,018 2/18/2020
1.2.336 1,002 2/14/2020
1.2.335 1,019 2/6/2020
1.2.334 1,079 2/4/2020
1.2.333 1,171 2/3/2020
1.2.332 1,041 1/13/2020
1.2.331 1,124 12/17/2019
1.2.330 1,098 12/13/2019
1.2.328 1,020 12/12/2019
1.2.327 1,040 12/11/2019
1.2.326 1,069 12/10/2019
1.2.325 1,020 12/3/2019
1.2.324 1,015 11/29/2019
1.2.323 969 11/28/2019
1.2.322 1,057 11/28/2019
1.2.321 1,052 11/28/2019
1.2.320 1,169 11/26/2019
1.2.319 1,089 11/26/2019
1.2.318 1,057 11/22/2019
1.2.317 993 11/20/2019
1.2.316 1,066 10/25/2019
1.2.315 1,050 10/25/2019
1.2.314 1,004 10/23/2019
1.2.313 1,000 10/18/2019
1.2.312 1,021 10/17/2019
1.2.311 1,013 10/17/2019
1.2.310 1,050 10/17/2019
1.2.309 1,058 10/9/2019
1.2.308 1,040 10/8/2019
1.2.307 1,001 10/7/2019
1.2.306 1,090 10/4/2019
1.2.305 1,064 10/3/2019
1.2.304 1,041 10/2/2019
1.2.303 1,162 9/16/2019
1.2.302 1,072 9/16/2019
1.2.301 1,061 9/15/2019
1.2.300 1,037 9/13/2019
1.2.299 1,055 9/10/2019
1.2.298 1,057 9/6/2019
1.2.297 1,112 8/20/2019
1.2.296 1,061 8/20/2019
1.2.295 1,054 8/20/2019
1.2.294 1,112 8/20/2019
1.2.293 1,042 8/16/2019
1.2.292 1,059 7/15/2019
1.2.291 1,095 6/30/2019
1.2.290 1,085 6/28/2019
1.2.289 1,098 6/20/2019
1.2.288 1,069 6/12/2019
1.2.287 1,061 6/12/2019
1.2.286 1,137 6/11/2019
1.2.285 1,115 6/11/2019
1.2.284 1,092 6/5/2019
1.2.283 1,132 5/28/2019
1.2.282 1,074 5/25/2019
1.2.281 1,181 5/23/2019
1.2.280 1,128 5/13/2019
1.2.279 1,112 5/9/2019
1.2.278 1,131 5/9/2019
1.2.277 1,126 5/7/2019
1.2.276 1,092 5/7/2019
1.2.275 1,169 5/6/2019
1.2.274 1,141 4/26/2019
1.2.273 1,114 4/25/2019
1.2.272 1,088 4/25/2019
1.2.271 1,102 4/24/2019
1.2.270 1,138 4/24/2019
1.2.269 1,142 4/16/2019
1.2.268 1,144 4/16/2019
1.2.267 1,115 4/16/2019
1.2.266 1,116 4/12/2019
1.2.265 1,110 4/12/2019
1.2.264 1,107 4/11/2019
1.2.263 1,142 4/11/2019
1.2.262 1,069 4/10/2019
1.2.261 1,096 4/10/2019
1.2.260 1,048 4/5/2019
1.2.259 1,070 2/27/2019
1.2.258 1,111 2/27/2019
1.2.257 1,121 2/26/2019
1.2.256 1,209 2/15/2019
1.2.255 1,242 2/15/2019
1.2.254 1,156 2/5/2019
1.2.253 1,196 12/12/2018
1.2.252 1,284 11/8/2018
1.2.251 1,251 11/8/2018
1.2.250 1,270 10/11/2018
1.2.249 1,306 10/2/2018
1.2.248 1,335 9/25/2018
1.2.247 1,309 9/3/2018
1.2.246 1,303 8/28/2018
1.2.245 1,296 8/27/2018
1.2.244 1,332 8/22/2018
1.2.243 1,293 8/21/2018
1.2.242 1,405 8/17/2018
1.2.241 1,425 7/27/2018
1.2.240 1,418 7/26/2018
1.2.239 1,425 6/18/2018
1.2.238 1,521 6/14/2018
1.2.237 1,415 5/25/2018
1.2.236 1,368 5/24/2018
1.2.235 1,430 5/18/2018
1.2.234 1,475 5/3/2018
1.2.233 1,509 5/3/2018
1.2.232 1,404 4/30/2018
1.2.231 1,459 4/18/2018
1.2.230 1,487 4/10/2018
1.2.229 1,404 4/10/2018
1.2.228 1,356 4/4/2018
1.2.227 1,396 3/28/2018
1.2.226 1,388 3/22/2018
1.2.225 1,486 3/20/2018
1.2.224 1,424 3/19/2018
1.2.223 1,419 3/15/2018
1.2.222 1,445 3/14/2018
1.2.221 1,474 3/14/2018
1.2.220 1,517 2/23/2018
1.2.219 1,539 2/16/2018
1.2.218 1,494 2/9/2018
1.2.217 1,409 2/8/2018
1.2.216 1,454 2/7/2018
1.2.215 1,448 2/7/2018
1.2.214 1,498 2/5/2018
1.2.213 1,531 2/2/2018
1.2.212 1,482 1/26/2018
1.2.211 1,500 1/16/2018
1.2.210 1,402 12/18/2017
1.2.209 1,480 12/14/2017
1.2.208 1,372 12/7/2017
1.2.207 1,394 12/6/2017
1.2.206 1,447 12/4/2017
1.2.205 1,416 11/28/2017
1.2.204 1,388 11/24/2017
1.2.203 1,382 11/24/2017
1.2.202 1,409 11/24/2017
1.2.201 1,418 11/20/2017
1.2.200 1,421 11/14/2017
1.2.199 1,401 11/14/2017
1.2.198 1,456 11/6/2017
1.2.197 1,480 11/6/2017
1.2.196 1,512 10/31/2017
1.2.195 1,500 10/30/2017
1.2.194 1,425 10/26/2017
1.2.193 1,444 10/26/2017
1.2.192 1,410 10/26/2017
1.2.191 1,409 10/20/2017
1.2.190 1,439 10/18/2017
1.2.189 1,434 10/18/2017
1.2.188 1,426 10/15/2017
1.2.187 1,407 10/11/2017
1.2.185 1,372 10/10/2017
1.2.184 1,427 10/10/2017
1.2.183 1,438 10/2/2017
1.2.182 1,395 9/29/2017
1.2.181 1,434 9/25/2017
1.2.180 1,432 9/14/2017
1.2.179 1,429 9/12/2017
1.2.178 1,425 8/31/2017
1.2.177 1,411 8/25/2017
1.2.176 1,400 8/24/2017
1.2.174 1,533 8/7/2017
1.2.173 1,492 8/7/2017
1.2.172 1,449 8/7/2017
1.2.171 1,389 8/4/2017
1.2.170 1,414 8/3/2017
1.2.169 1,472 8/3/2017
1.2.168 1,424 8/3/2017
1.2.167 1,453 8/2/2017
1.2.166 1,423 8/1/2017
1.2.165 1,440 7/26/2017
1.2.164 1,406 7/26/2017
1.2.163 1,488 7/25/2017
1.2.162 1,437 7/18/2017
1.2.161 1,431 7/18/2017
1.2.160 1,458 7/18/2017
1.2.159 1,451 7/18/2017
1.2.158 1,421 7/13/2017
1.2.157 1,438 7/13/2017
1.2.156 1,425 7/5/2017
1.2.155 1,425 6/28/2017
1.2.154 1,371 6/27/2017
1.2.153 1,447 6/20/2017
1.2.152 1,405 6/19/2017
1.2.151 1,395 6/14/2017
1.2.150 1,384 6/13/2017
1.2.149 1,443 5/31/2017
1.2.148 1,413 5/29/2017
1.2.147 1,429 5/19/2017
1.2.146 1,418 5/18/2017
1.2.145 1,414 5/18/2017
1.2.144 1,443 5/14/2017
1.2.143 1,372 5/12/2017
1.2.142 1,462 5/12/2017
1.2.141 1,455 5/5/2017
1.2.140 1,387 4/27/2017
1.2.139 1,487 2/27/2017
1.2.137 1,404 2/3/2017
1.2.136 1,435 2/3/2017
1.2.135 1,435 1/26/2017
1.2.134 1,420 1/25/2017
1.2.133 1,463 1/12/2017
1.2.132 1,483 1/11/2017
1.2.131 1,506 1/10/2017
1.2.130 1,425 1/10/2017
1.2.129 1,448 1/10/2017
1.2.128 1,466 1/10/2017
1.2.127 1,416 1/10/2017
1.2.125 1,428 1/10/2017
1.2.119 1,508 12/13/2016
1.2.118 1,445 12/12/2016
1.2.117 1,449 12/10/2016
1.2.115 1,502 12/8/2016
1.2.114 1,442 12/5/2016
1.2.112 1,424 11/29/2016
1.2.111 1,518 11/25/2016
1.2.110 1,516 11/25/2016
1.2.109 1,527 11/24/2016
1.2.108 1,516 11/24/2016
1.2.107 1,444 11/23/2016
1.2.106 1,454 11/18/2016
1.2.105 1,470 11/18/2016
1.2.104 1,543 11/18/2016
1.2.103 1,460 11/17/2016
1.2.102 1,453 11/17/2016
1.2.101 1,426 11/17/2016
1.2.100 1,372 11/16/2016
1.2.99 1,434 11/16/2016
1.2.98 1,468 11/16/2016
1.2.97 1,456 11/16/2016
1.2.96 1,421 11/16/2016
1.2.95 1,416 11/16/2016
1.2.94 1,474 11/15/2016
1.2.92 1,484 11/15/2016
1.2.91 1,497 11/15/2016
1.2.90 1,479 11/15/2016
1.2.89 1,447 11/14/2016
1.2.88 1,966 11/8/2016
1.2.87 1,750 11/8/2016
1.2.86 1,647 11/8/2016
1.2.85 1,514 11/8/2016
1.2.84 1,826 11/8/2016
1.2.83 1,503 11/7/2016
1.2.82 1,656 11/3/2016
1.2.81 1,713 11/3/2016
1.2.80 1,516 11/3/2016
1.2.79 1,543 11/2/2016
1.2.78 1,579 11/1/2016
1.2.76 1,708 11/1/2016
1.2.75 1,458 10/31/2016
1.2.73 1,426 10/28/2016
1.2.71 1,397 10/27/2016
1.2.68 1,458 10/26/2016
1.2.66 1,480 10/25/2016
1.2.65 1,466 10/24/2016
1.2.64 1,495 10/21/2016
1.2.63 1,463 10/21/2016
1.2.62 1,385 10/21/2016
1.2.61 1,468 10/20/2016
1.2.60 1,427 10/20/2016
1.2.59 1,460 10/13/2016
1.2.58 1,516 10/13/2016
1.2.57 1,468 10/13/2016
1.2.56 1,437 10/13/2016
1.2.55 1,464 10/11/2016
1.2.54 1,414 10/11/2016
1.2.53 1,421 10/10/2016
1.2.51 1,396 9/12/2016
1.2.50 1,426 9/12/2016
1.2.49 1,451 9/7/2016
1.2.48 1,488 9/2/2016
1.2.47 1,505 5/6/2016
1.2.46 1,741 4/25/2016
1.2.45 1,715 4/25/2016
1.2.43 1,699 4/22/2016
1.2.42 1,444 4/15/2016
1.2.41 1,424 4/12/2016
1.2.40 1,473 4/11/2016
1.2.39 1,406 4/8/2016
1.2.38 1,520 4/8/2016
1.2.37 1,535 4/8/2016
1.2.36 1,419 4/8/2016
1.2.35 1,509 4/6/2016
1.2.34 1,441 4/6/2016
1.2.33 1,456 4/6/2016
1.2.32 1,500 4/6/2016
1.2.31 1,456 4/6/2016
1.2.30 1,470 4/6/2016
1.2.29 1,474 4/5/2016
1.2.28 1,482 4/5/2016
1.2.26 1,500 4/5/2016
1.2.25 1,476 4/5/2016
1.2.24 1,466 4/1/2016
1.2.23 1,501 3/31/2016
1.2.22 1,471 3/31/2016
1.2.21 1,561 3/29/2016
1.2.20 1,550 3/25/2016
1.2.19 1,498 3/17/2016
1.2.18 1,471 3/17/2016
1.2.17 1,494 3/17/2016
1.2.16 1,543 3/17/2016
1.2.15 1,494 3/17/2016
1.2.14 1,432 3/16/2016
1.2.13 1,517 3/15/2016
1.2.12 1,512 3/15/2016
1.2.11 1,451 3/14/2016
1.2.10 1,491 3/11/2016
1.2.9 1,534 3/7/2016
1.2.8 1,423 3/6/2016
1.2.7 1,524 3/6/2016
1.2.6 1,548 3/4/2016
1.2.5 1,477 3/2/2016
1.2.4 1,580 3/2/2016
1.2.3 1,551 3/1/2016
1.2.1 1,548 2/29/2016
1.2.0 1,672 2/29/2016
1.1.45 1,438 7/28/2017
1.1.44 2,028 2/29/2016
1.1.43 1,510 2/29/2016
1.1.42 1,616 2/28/2016
1.1.41 1,933 2/26/2016
1.1.40 1,518 2/23/2016
1.1.39 1,704 2/23/2016
1.1.38 1,527 2/22/2016
1.1.37 1,614 2/22/2016
1.1.36 1,512 2/19/2016
1.1.35 1,562 2/19/2016
1.1.34 1,566 2/15/2016
1.1.33 1,488 2/12/2016
1.1.32 1,639 2/11/2016
1.1.31 1,626 2/11/2016
1.1.30 1,465 2/9/2016
1.1.29 1,440 2/8/2016
1.1.28 1,531 1/29/2016
1.1.27 1,506 1/26/2016
1.1.25 1,563 1/25/2016
1.1.24 1,500 1/20/2016
1.1.23 1,518 1/20/2016
1.1.19 1,539 1/20/2016
1.1.16 1,516 1/19/2016
1.1.15 1,899 1/15/2016
1.1.14 1,739 1/15/2016
1.1.13 2,168 1/14/2016
1.1.12 1,961 1/14/2016
1.1.10 1,621 1/13/2016
1.1.9 1,493 1/12/2016
1.1.8 1,496 1/12/2016
1.1.7 1,533 1/12/2016
1.1.6 1,536 1/11/2016
1.1.5 1,486 1/7/2016
1.1.3 1,483 1/6/2016
1.1.2 1,548 1/6/2016
1.1.1 1,495 1/5/2016
1.1.0 1,589 1/1/2016
1.0.155 1,572 12/18/2015
1.0.154 1,583 12/17/2015
1.0.153 1,490 12/17/2015
1.0.151 1,601 12/3/2015
1.0.150 1,781 12/3/2015
1.0.149 1,713 12/3/2015
1.0.148 1,852 12/2/2015
1.0.147 1,632 12/2/2015
1.0.146 1,875 12/2/2015
1.0.145 1,713 12/2/2015
1.0.144 1,835 12/2/2015
1.0.143 1,729 12/1/2015
1.0.142 1,735 12/1/2015
1.0.140 1,796 12/1/2015
1.0.139 1,754 11/30/2015
1.0.138 1,755 11/30/2015
1.0.137 1,585 11/26/2015
1.0.136 1,675 11/25/2015
1.0.135 1,541 11/20/2015
1.0.134 1,566 11/19/2015
1.0.133 1,614 11/19/2015
1.0.132 1,555 11/19/2015
1.0.131 1,569 11/17/2015
1.0.130 1,519 11/13/2015
1.0.129 1,531 11/13/2015
1.0.128 1,549 11/13/2015
1.0.127 1,583 11/12/2015
1.0.126 1,535 11/12/2015
1.0.125 1,511 11/11/2015
1.0.124 1,525 11/11/2015
1.0.123 1,570 11/11/2015
1.0.121 1,561 11/4/2015
1.0.120 1,540 11/3/2015
1.0.119 1,434 10/30/2015
1.0.118 1,457 10/29/2015
1.0.117 1,490 10/23/2015
1.0.116 1,529 10/20/2015
1.0.115 1,500 10/13/2015
1.0.113 1,498 10/13/2015
1.0.111 1,911 10/6/2015
1.0.110 1,875 10/6/2015
1.0.109 1,688 10/6/2015
1.0.108 1,520 10/6/2015
1.0.107 1,905 10/4/2015
1.0.106 1,588 9/25/2015
1.0.105 1,592 9/2/2015
1.0.104 1,564 8/24/2015
1.0.103 1,704 7/30/2015
1.0.102 1,646 7/30/2015
1.0.101 1,535 6/12/2015
1.0.100 1,523 6/3/2015
1.0.99 1,611 6/3/2015
1.0.98 1,488 6/3/2015
1.0.97 1,485 5/12/2015
1.0.96 1,528 5/7/2015
1.0.95 1,577 4/16/2015
1.0.94 1,576 4/16/2015
1.0.93 1,667 4/15/2015
1.0.92 1,606 4/8/2015
1.0.91 1,498 3/17/2015
1.0.90 1,464 3/10/2015
1.0.89 1,573 3/10/2015
1.0.88 1,884 2/12/2015
1.0.87 1,692 12/4/2014
1.0.86 1,678 11/14/2014
1.0.85 1,682 11/14/2014
1.0.84 2,040 11/13/2014
1.0.83 2,087 11/13/2014
1.0.82 1,776 11/12/2014
1.0.81 1,739 11/12/2014
1.0.80 1,592 10/9/2014
1.0.79 1,584 10/8/2014
1.0.78 1,584 10/7/2014
1.0.77 1,583 10/7/2014
1.0.76 1,571 9/29/2014
1.0.75 1,587 9/29/2014
1.0.74 1,600 9/3/2014
1.0.73 1,603 9/3/2014
1.0.72 1,600 8/12/2014
1.0.71 1,586 8/11/2014
1.0.70 1,635 8/11/2014
1.0.67 1,548 8/11/2014
1.0.66 1,549 8/11/2014
1.0.65 1,607 8/5/2014
1.0.64 1,578 8/4/2014
1.0.63 1,614 7/31/2014
1.0.62 1,572 7/22/2014
1.0.59 1,584 7/11/2014
1.0.58 1,585 7/11/2014
1.0.57 1,639 7/7/2014
1.0.56 1,620 7/1/2014
1.0.55 1,618 7/1/2014
1.0.54 1,536 7/1/2014
1.0.53 1,574 7/1/2014
1.0.52 1,563 7/1/2014
1.0.51 1,551 6/23/2014
1.0.49 1,584 6/21/2014
1.0.48 1,585 6/20/2014
1.0.47 1,551 6/21/2014
1.0.45 1,587 6/19/2014
1.0.44 1,644 6/19/2014
1.0.43 1,623 6/19/2014
1.0.41 1,617 6/19/2014
1.0.40 1,572 6/19/2014
1.0.39 1,561 6/18/2014
1.0.38 1,590 6/18/2014
1.0.37 1,663 6/12/2014
1.0.36 1,604 6/12/2014
1.0.35 1,608 6/12/2014
1.0.34 1,560 6/12/2014
1.0.33 1,648 6/12/2014
1.0.32 1,584 6/12/2014
1.0.31 1,550 6/6/2014
1.0.30 1,556 6/6/2014
1.0.29 1,558 6/5/2014
1.0.28 1,676 5/8/2014
1.0.27 1,625 5/8/2014
1.0.26 1,523 5/7/2014
1.0.25 1,545 5/7/2014
1.0.24 1,499 5/7/2014
1.0.23 1,560 5/5/2014
1.0.22 1,616 5/5/2014
1.0.21 1,513 5/5/2014
1.0.20 1,680 4/30/2014
1.0.19 1,597 4/30/2014
1.0.18 1,783 4/11/2014
1.0.17 1,768 4/10/2014
1.0.16 1,782 4/10/2014
1.0.15 1,777 4/10/2014
1.0.14 1,808 4/10/2014
1.0.13 1,767 4/10/2014
1.0.12 1,704 4/2/2014
1.0.11 1,660 4/2/2014
1.0.10 1,659 4/2/2014
1.0.9 1,661 4/1/2014
1.0.8 1,691 4/1/2014
1.0.7 1,713 4/1/2014
1.0.6 1,652 4/1/2014
1.0.5 1,689 4/1/2014