Ibang.Platform.Common.Infrastructure 1.0.27.57

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ibang.Platform.Common.Infrastructure --version 1.0.27.57
                    
NuGet\Install-Package Ibang.Platform.Common.Infrastructure -Version 1.0.27.57
                    
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="Ibang.Platform.Common.Infrastructure" Version="1.0.27.57" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ibang.Platform.Common.Infrastructure" Version="1.0.27.57" />
                    
Directory.Packages.props
<PackageReference Include="Ibang.Platform.Common.Infrastructure" />
                    
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 Ibang.Platform.Common.Infrastructure --version 1.0.27.57
                    
#r "nuget: Ibang.Platform.Common.Infrastructure, 1.0.27.57"
                    
#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 Ibang.Platform.Common.Infrastructure@1.0.27.57
                    
#: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=Ibang.Platform.Common.Infrastructure&version=1.0.27.57
                    
Install as a Cake Addin
#tool nuget:?package=Ibang.Platform.Common.Infrastructure&version=1.0.27.57
                    
Install as a Cake Tool

Sobrecarga del Método FindOne

Este método se utiliza para buscar un único elemento de tipo A en una colección de elementos de tipo T, aplicando un filtro y un ordenamiento.

Parámetros

  • predicate (Expression<Func<T, bool>>): Una expresión lambda que representa el filtro que se aplicará a la colección de elementos de tipo T. El filtro determina qué elementos serán considerados en la búsqueda.
  • order (Expression<Func<T, DateTime>>): Una expresión lambda que se utiliza para ordenar la colección de elementos de tipo T en función de la fecha y hora. Esto determinará el orden en el que se buscará el elemento.

Valor de Retorno

El método devuelve un objeto de tipo A, que es el resultado de la búsqueda. Este objeto representa un elemento de tipo T que cumple con el filtro y está ordenado según la expresión order. Si no se encuentra ningún elemento que cumpla con el filtro, el método devuelve null.

Ejemplo de Uso

A result = FindOne(entity => entity.SomeProperty == someValue, entity => entity.SomeDateTimeProperty);
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 netcoreapp3.1 is compatible. 
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 Ibang.Platform.Common.Infrastructure:

Package Downloads
Ibang.Platform.Common.Domain

Package Description

Ibang.Platform.Common.Configuration

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.31.6 338 8/14/2024
1.0.31.5 188 8/13/2024
1.0.31.4 169 8/13/2024
1.0.31.3 177 8/12/2024
1.0.31.1 159 8/12/2024
1.0.30.39 192 8/12/2024
1.0.30.38 178 8/6/2024
1.0.30.37 137 8/2/2024
1.0.30.36 144 7/31/2024
1.0.30.35 175 7/31/2024
1.0.30.34 136 7/29/2024
1.0.30.33 151 7/29/2024
1.0.30.32 150 7/29/2024
1.0.30.31 212 7/23/2024
1.0.30.30 205 7/11/2024
1.0.30.29 165 7/10/2024
1.0.30.28 272 7/8/2024
1.0.30.27 222 7/4/2024
1.0.30.26 174 7/4/2024
1.0.30.25 166 7/3/2024
1.0.30.24 174 7/2/2024
1.0.30.23 226 7/2/2024
1.0.30.22 174 6/27/2024
1.0.30.21 168 6/27/2024
1.0.30.20 156 6/27/2024
1.0.30.19 165 6/27/2024
1.0.30.18 164 6/27/2024
1.0.30.17 185 6/27/2024
1.0.30.16 166 6/27/2024
1.0.30.15 182 6/27/2024
1.0.30.14 185 6/27/2024
1.0.30.13 200 6/25/2024
1.0.30.12 284 6/24/2024
1.0.30.11 184 6/18/2024
1.0.30.10 189 6/18/2024
1.0.30.9 183 6/18/2024
1.0.30.8 186 6/17/2024
1.0.30.7 338 6/12/2024
1.0.30.6 172 6/11/2024
1.0.30.5 127 6/11/2024
1.0.30.4 152 6/11/2024
1.0.30.3 175 6/8/2024
1.0.30.2 145 6/7/2024
1.0.30.1 216 6/7/2024
1.0.29.27 216 6/13/2024
1.0.29.26 169 6/11/2024
1.0.29.25 162 6/7/2024
1.0.29.24 149 6/7/2024
1.0.29.23 205 6/7/2024
1.0.29.22 163 6/7/2024
1.0.29.21 164 6/7/2024
1.0.29.20 164 6/7/2024
1.0.29.19 265 6/6/2024
1.0.29.18 163 6/4/2024
1.0.29.17 174 6/4/2024
1.0.29.16 213 5/31/2024
1.0.29.15 205 5/31/2024
1.0.29.14 164 5/31/2024
1.0.29.13 305 5/29/2024
1.0.29.12 185 5/29/2024
1.0.29.11 216 5/23/2024
1.0.29.10 159 5/23/2024
1.0.29.9 220 5/9/2024
1.0.29.8 414 5/8/2024
1.0.29.7 202 5/8/2024
1.0.29.6 282 5/8/2024
1.0.29.5 183 5/7/2024
1.0.29.4 178 4/29/2024
1.0.29.3 173 4/29/2024
1.0.29.2 333 4/23/2024
1.0.29.1 222 4/18/2024
1.0.28.44 260 4/18/2024
1.0.28.43 165 4/18/2024
1.0.28.42 286 4/17/2024
1.0.28.41 208 4/15/2024
1.0.28.40 213 4/15/2024
1.0.28.39 183 4/11/2024
1.0.28.38 172 4/11/2024
1.0.28.37 160 4/11/2024
1.0.28.36 197 4/11/2024
1.0.28.35 209 4/8/2024
1.0.28.34 243 4/2/2024
1.0.28.33 229 4/2/2024
1.0.28.32 192 4/2/2024
1.0.28.31 202 4/2/2024
1.0.28.30 222 4/2/2024
1.0.28.29 201 4/2/2024
1.0.28.28 396 3/19/2024
1.0.28.27 184 3/19/2024
1.0.28.26 231 3/18/2024
1.0.28.25 252 3/12/2024
1.0.28.24 173 3/12/2024
1.0.28.23 175 3/12/2024
1.0.28.22 395 3/10/2024
1.0.28.21 191 3/6/2024
1.0.28.20 198 3/5/2024
1.0.28.19 198 3/5/2024
1.0.28.18 189 3/5/2024
1.0.28.17 187 3/5/2024
1.0.28.16 481 3/5/2024
1.0.28.15 189 3/4/2024
1.0.28.14 193 3/4/2024
1.0.28.13 187 3/3/2024
1.0.28.12 200 3/3/2024
1.0.28.11 194 3/1/2024
1.0.28.10 248 3/1/2024
1.0.28.9 187 3/1/2024
1.0.28.8 189 2/28/2024
1.0.28.7 233 2/28/2024
1.0.28.6 222 2/28/2024
1.0.28.1 175 3/1/2024
1.0.27.95 260 2/19/2024
1.0.27.94 183 2/16/2024
1.0.27.93 564 2/15/2024
1.0.27.92 270 2/13/2024
1.0.27.91 344 2/13/2024
1.0.27.90 341 2/12/2024
1.0.27.89 256 2/10/2024
1.0.27.88 211 2/9/2024
1.0.27.87 193 2/7/2024
1.0.27.86 494 1/26/2024
1.0.27.85 367 1/24/2024
1.0.27.84 215 1/24/2024
1.0.27.83 222 1/19/2024
1.0.27.82 542 1/19/2024
1.0.27.81 394 1/18/2024
1.0.27.80 215 1/18/2024
1.0.27.79 356 1/18/2024
1.0.27.78 210 1/15/2024
1.0.27.77 190 1/11/2024
1.0.27.76 192 1/11/2024
1.0.27.75 216 1/9/2024
1.0.27.74 275 1/4/2024
1.0.27.73 242 12/21/2023
1.0.27.72 246 12/21/2023
1.0.27.71 637 12/13/2023
1.0.27.70 578 12/11/2023
1.0.27.69 205 12/7/2023
1.0.27.68 230 12/4/2023
1.0.27.67 212 12/1/2023
1.0.27.66 216 11/28/2023
1.0.27.65 527 11/27/2023
1.0.27.64 196 11/27/2023
1.0.27.63 450 11/27/2023
1.0.27.62 456 11/24/2023
1.0.27.61 469 11/24/2023
1.0.27.60 528 11/16/2023
1.0.27.59 261 11/14/2023
1.0.27.58 284 10/30/2023
1.0.27.57 194 10/30/2023
1.0.27.56 245 10/9/2023
1.0.27.55 246 10/5/2023
1.0.27.54 342 10/5/2023
1.0.27.53 252 10/3/2023
1.0.27.52 233 10/3/2023
1.0.27.51 226 10/2/2023
1.0.27.50 234 10/2/2023
1.0.27.49 212 9/27/2023
1.0.27.48 217 9/27/2023
1.0.27.47 624 9/22/2023
1.0.27.46 206 9/15/2023
1.0.27.45 339 9/7/2023
1.0.27.44 644 9/5/2023
1.0.27.43 242 8/28/2023
1.0.27.42 263 8/24/2023
1.0.27.41 220 8/24/2023
1.0.27.40 303 8/11/2023
1.0.27.39 258 8/11/2023
1.0.27.38 291 8/3/2023
1.0.27.37 266 8/3/2023
1.0.27.36 260 8/3/2023
1.0.27.35 346 8/3/2023
1.0.27.34 299 8/2/2023
1.0.27.33 280 8/2/2023
1.0.27.32 355 7/28/2023
1.0.27.31 290 7/25/2023
1.0.27.30 267 7/25/2023
1.0.27.29 298 7/25/2023
1.0.27.28 296 7/25/2023
1.0.27.27 366 7/18/2023
1.0.27.26 292 7/17/2023
1.0.27.25 331 7/14/2023
1.0.27.24 280 7/13/2023
1.0.27.23 322 6/20/2023
1.0.27.22 892 6/20/2023
1.0.27.21 885 6/16/2023
1.0.27.20 320 6/2/2023
1.0.27.19 455 4/21/2023
1.0.27.18 366 4/20/2023
1.0.27.17 503 3/24/2023
1.0.27.16 401 3/16/2023
1.0.27.15 955 3/13/2023
1.0.27.14 426 3/9/2023
1.0.27.13 451 3/7/2023
1.0.27.12 997 3/6/2023
1.0.27.11 934 3/6/2023
1.0.27.10 408 3/2/2023
1.0.27.9 458 2/28/2023
1.0.27.8 432 2/24/2023
1.0.27.7 566 2/21/2023
1.0.27.6 540 2/21/2023
1.0.27.5 1,003 2/18/2023
1.0.27.4 560 2/13/2023
1.0.27.3 659 2/13/2023
1.0.27.2 502 2/13/2023
1.0.27.1 559 2/13/2023
1.0.26.21 1,010 2/17/2023
1.0.26.20 1,564 2/16/2023
1.0.26.19 625 2/13/2023
1.0.26.18 523 1/18/2023
1.0.26.17 525 1/18/2023
1.0.26.16 543 1/18/2023
1.0.26.14 646 1/18/2023
1.0.26.13 477 1/17/2023
1.0.26.12 494 1/17/2023
1.0.26.11 435 1/17/2023
1.0.26.10 468 1/17/2023
1.0.26.9 509 1/16/2023
1.0.26.8 481 1/16/2023
1.0.26.7 499 1/16/2023
1.0.26.6 608 1/16/2023
1.0.26.5 484 1/16/2023
1.0.26.4 471 1/16/2023
1.0.26.3 494 1/16/2023
1.0.26.2 508 1/16/2023
1.0.26.1 481 1/16/2023
1.0.26 495 1/16/2023
1.0.25.99 633 1/13/2023
1.0.25.98 498 1/6/2023
1.0.25.97 660 1/5/2023
1.0.25.96 542 12/21/2022
1.0.25.95 544 12/20/2022
1.0.25.94 508 12/20/2022
1.0.25.93 525 12/15/2022
1.0.25.92 523 12/15/2022
1.0.25.91 485 12/15/2022
1.0.25.90 1,093 12/15/2022
1.0.25.89 1,095 12/15/2022
1.0.25.87 534 12/12/2022
1.0.25.85 483 12/12/2022
1.0.25.84 463 12/12/2022
1.0.25.83 516 12/12/2022
1.0.25.82 544 12/9/2022
1.0.25.81 477 12/7/2022
1.0.25.80 457 12/7/2022
1.0.25.79 515 12/7/2022
1.0.25.78 841 12/6/2022
1.0.25.77 509 12/5/2022
1.0.25.76 642 12/5/2022
1.0.25.75 546 11/21/2022
1.0.25.74 514 11/21/2022
1.0.25.73 544 11/21/2022
1.0.25.72 698 11/21/2022
1.0.25.71 600 11/17/2022
1.0.25.70 559 11/16/2022
1.0.25.69 517 11/16/2022
1.0.25.68 525 11/11/2022
1.0.25.67 750 11/9/2022
1.0.25.66 561 11/9/2022
1.0.25.65 547 11/9/2022
1.0.25.64 576 11/9/2022
1.0.25.63 535 11/8/2022
1.0.25.62 662 10/20/2022
1.0.25.61 662 10/20/2022
1.0.25.60 629 10/20/2022
1.0.25.59 645 9/22/2022
1.0.25.58 711 9/22/2022
1.0.25.57 731 9/19/2022
1.0.25.56 712 9/19/2022
1.0.25.55 699 9/13/2022
1.0.25.54 712 9/7/2022
1.0.25.53 703 9/7/2022
1.0.25.52 712 9/7/2022
1.0.25.51 706 9/7/2022
1.0.25.50 682 9/5/2022
1.0.25.49 633 9/5/2022
1.0.25.48 660 9/5/2022
1.0.25.47 698 9/5/2022
1.0.25.46 673 9/5/2022
1.0.25.45 681 8/24/2022
1.0.25.44 707 8/24/2022
1.0.25.43 703 8/1/2022
1.0.25.42 712 7/25/2022
1.0.25.41 705 7/20/2022
1.0.25.40 778 7/14/2022
1.0.25.39 765 7/13/2022
1.0.25.38 722 7/13/2022
1.0.25.37 743 6/29/2022
1.0.25.36 750 6/28/2022
1.0.25.35 725 6/23/2022
1.0.25.34 757 6/21/2022
1.0.25.33 729 6/21/2022
1.0.25.32 757 6/3/2022
1.0.25.31 815 6/1/2022
1.0.25.30 778 5/31/2022
1.0.25.29 795 5/20/2022
1.0.25.28 766 5/20/2022
1.0.25.27 782 5/19/2022
1.0.25.26 855 2/10/2022
1.0.25.25 917 2/3/2022
1.0.25.24 890 1/24/2022
1.0.25.23 920 1/17/2022
1.0.25.22 797 1/14/2022
1.0.25.21 764 1/13/2022
1.0.25.20 1,210 1/13/2022
1.0.25.19 623 1/8/2022
1.0.25.18 589 1/3/2022
1.0.25.17 664 12/10/2021
1.0.25.16 639 12/10/2021
1.0.25.15 658 12/7/2021
1.0.25.14 1,635 12/1/2021
1.0.25.13 598 11/30/2021
1.0.25.12 680 11/30/2021
1.0.25.11 1,296 11/29/2021
1.0.25.10 663 11/29/2021
1.0.25.9 3,442 11/24/2021
1.0.25.8 3,167 11/24/2021
1.0.25.7 4,202 11/24/2021
1.0.25.6 7,050 11/23/2021
1.0.25.5 627 11/22/2021
1.0.25.4 684 11/18/2021
1.0.25.3 702 11/18/2021
1.0.25.2 706 11/17/2021
1.0.25 6,978 11/23/2021
1.0.24.29 820 11/17/2021
1.0.24.28 709 11/10/2021
1.0.24.27 923 11/5/2021
1.0.24.26 702 11/4/2021
1.0.24.25 737 11/4/2021
1.0.24.24 771 10/28/2021
1.0.24.23 748 10/19/2021
1.0.24.22 725 10/19/2021
1.0.24.21 739 10/19/2021
1.0.24.20 783 10/11/2021
1.0.24.19 795 10/11/2021
1.0.24.18 817 10/11/2021
1.0.24.17 749 10/11/2021
1.0.24.16 786 10/8/2021
1.0.24.15 734 10/6/2021
1.0.24.14 735 10/6/2021
1.0.24.13 715 10/6/2021
1.0.24.12 1,007 10/6/2021
1.0.24.11 799 9/30/2021
1.0.24.10 828 9/24/2021
1.0.24.9 738 9/16/2021
1.0.24.8 1,036 9/9/2021
1.0.24.7 706 9/9/2021
1.0.24.6 1,012 9/9/2021
1.0.24.5 973 8/23/2021
1.0.24.4 1,213 8/23/2021
1.0.24.2 710 8/9/2021
1.0.24.1 762 7/29/2021
1.0.23.6 773 8/9/2021
1.0.23.5 609 8/9/2021
1.0.23.4 771 7/14/2021
1.0.23.3 1,086 7/13/2021
1.0.23.2 965 7/13/2021
1.0.23.1 994 7/12/2021
1.0.22.54 773 7/12/2021
1.0.22.53 1,072 7/12/2021
1.0.22.52 842 6/28/2021
1.0.22.51 1,032 6/25/2021
1.0.22.50 731 6/22/2021
1.0.22.49 745 6/21/2021
1.0.22.48 801 6/17/2021
1.0.22.47 777 6/17/2021
1.0.22.46 1,294 4/28/2021
1.0.22.45 646 4/27/2021
1.0.22.44 677 4/27/2021
1.0.22.43 915 4/22/2021
1.0.22.42 1,379 4/21/2021
1.0.22.41 1,366 4/13/2021
1.0.22.40 1,385 4/13/2021
1.0.22.39 1,690 4/13/2021
1.0.22.38 750 4/7/2021
1.0.22.37 737 4/7/2021
1.0.22.36 780 4/7/2021
1.0.22.35 687 4/7/2021
1.0.22.34 666 4/5/2021
1.0.22.33 922 4/5/2021
1.0.22.32 1,051 3/25/2021
1.0.22.31 756 3/25/2021
1.0.22.30 738 3/25/2021
1.0.22.29 754 3/25/2021
1.0.22.28 749 3/25/2021
1.0.22.27 724 3/25/2021
1.0.22.26 752 3/25/2021
1.0.22.25 684 3/24/2021
1.0.22.24 738 3/24/2021
1.0.22.23 732 3/23/2021
1.0.22.22 744 3/23/2021
1.0.22.21 722 3/23/2021
1.0.22.20 945 3/23/2021
1.0.22.19 1,334 3/19/2021
1.0.22.18 728 3/18/2021
1.0.22.17 680 3/17/2021
1.0.22.16 1,444 3/11/2021
1.0.22.15 1,430 3/11/2021
1.0.22.14 934 3/9/2021
1.0.22.13 1,013 3/9/2021
1.0.22.12 1,342 3/1/2021
1.0.22.11 1,381 3/1/2021
1.0.22.10 758 2/26/2021
1.0.22.9 1,503 2/23/2021
1.0.22.8 1,528 2/23/2021
1.0.22.7 1,647 2/20/2021
1.0.22.6 1,438 2/20/2021
1.0.22.5 1,566 2/18/2021
1.0.22.4 1,542 2/18/2021
1.0.22.3 772 2/4/2021
1.0.22.2 733 1/27/2021
1.0.22.1 813 1/27/2021
1.0.22 1,529 1/27/2021
1.0.21.2 726 1/22/2021
1.0.21.1 858 1/22/2021
1.0.21 781 1/12/2021
1.0.20.9 758 1/12/2021
1.0.20.8 809 1/6/2021
1.0.20.7 867 1/5/2021
1.0.20.6 790 12/16/2020
1.0.20.5 822 11/27/2020
1.0.20.4 790 11/13/2020
1.0.20.3 813 11/12/2020
1.0.20.2 1,041 10/27/2020
1.0.20.1 831 10/22/2020
1.0.20 810 10/22/2020
1.0.19.21 786 10/15/2020
1.0.19.20 857 10/14/2020
1.0.19.19 1,813 10/11/2020
1.0.19.18 1,034 10/5/2020
1.0.19.17 1,274 10/1/2020
1.0.19.16 887 9/30/2020
1.0.19.15 840 9/30/2020
1.0.19.14 822 9/30/2020
1.0.19.13 856 9/30/2020
1.0.19.12 1,493 9/27/2020
1.0.19.11 1,805 9/27/2020
1.0.19.10 844 9/23/2020
1.0.19.9 839 9/23/2020
1.0.19.8 853 9/8/2020
1.0.19.7 885 9/7/2020
1.0.19.6 875 9/7/2020
1.0.19.5 872 9/4/2020
1.0.19.4 1,375 8/19/2020
1.0.19.3 788 8/19/2020
1.0.19.2 805 8/18/2020
1.0.19.1 813 8/18/2020
1.0.18.13 950 9/4/2020
1.0.18.12 892 9/4/2020
1.0.18.11 989 7/24/2020
1.0.18.10 909 7/8/2020
1.0.18.9 886 7/8/2020
1.0.18.8 1,098 7/3/2020
1.0.18.7 830 7/3/2020
1.0.18.6 1,344 6/20/2020
1.0.18.5 932 6/18/2020
1.0.18.4 930 6/18/2020
1.0.18.3 840 6/17/2020
1.0.18.2 870 6/17/2020
1.0.18.1 1,125 6/17/2020
1.0.18 862 6/12/2020
1.0.17.9 1,545 6/18/2020
1.0.17.8 985 6/7/2020
1.0.17.7 921 6/5/2020
1.0.17.6 966 6/4/2020
1.0.17.5 913 5/19/2020
1.0.17.4 871 5/19/2020
1.0.17.3 891 5/19/2020
1.0.17.2 895 5/19/2020
1.0.17.1 884 5/18/2020
1.0.17 867 5/18/2020
1.0.16.1 1,278 5/18/2020
1.0.16 1,268 5/15/2020
1.0.15.8 870 5/7/2020
1.0.15.7 1,176 4/23/2020
1.0.15.6 874 4/23/2020
1.0.15.5 885 4/22/2020
1.0.15.4 864 4/22/2020
1.0.15.3 828 4/22/2020
1.0.15.2 844 4/21/2020
1.0.15.1 855 4/20/2020
1.0.14.22 861 6/1/2020
1.0.14.21 817 5/21/2020
1.0.14.20 1,106 3/26/2020
1.0.14.19 1,884 3/19/2020
1.0.14.18 956 3/12/2020
1.0.14.17 893 3/12/2020
1.0.14.16 893 3/12/2020
1.0.14.15 875 3/12/2020
1.0.14.14 1,240 2/20/2020
1.0.14.13 883 2/20/2020
1.0.14.12 918 2/20/2020
1.0.14.11 1,107 2/20/2020
1.0.14.10 889 2/19/2020
1.0.14.9 1,079 2/17/2020 1.0.14.9 is deprecated because it has critical bugs.
1.0.14.8 905 2/11/2020
1.0.14.7 1,790 2/5/2020