From ad632953662c733a79546e719802c81cdfa84a13 Mon Sep 17 00:00:00 2001 From: Rob Kennedy Date: Tue, 6 Feb 2024 12:12:49 -0500 Subject: [PATCH] fixed project to turn off package on build so GitHub Action pack command would work. --- src/Talegen.Common.Models.csproj | 7 ++++--- src/Talegen.Common.Models.xml | 16 ++++++++++++++++ 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/src/Talegen.Common.Models.csproj b/src/Talegen.Common.Models.csproj index c1f18b0..d61d81e 100644 --- a/src/Talegen.Common.Models.csproj +++ b/src/Talegen.Common.Models.csproj @@ -2,8 +2,8 @@ netstandard2.1 - true - true + False + False Apache-2.0 Copyright (c) Talegen, LLC. All rights reserved. Talegen, LLC @@ -16,9 +16,10 @@ Updated packages and made minor changes to pagination results model to support query info and long total count. Assets\logo.ico false - 1.0.10.0 + 1.0.11.0 en enable + Talegen.Common.Models diff --git a/src/Talegen.Common.Models.xml b/src/Talegen.Common.Models.xml index 4f21abf..ece4932 100644 --- a/src/Talegen.Common.Models.xml +++ b/src/Talegen.Common.Models.xml @@ -1495,12 +1495,28 @@ The type of the query result. + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + Contains the originating request model to populate query result properties. + Gets or sets the total records. The total records. + + + Gets the total pages. + + Gets or sets the results of the model query.