Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
cattaneoinfoesse committed Jul 25, 2022
2 parents cc74d81 + 9a33c47 commit cfff5b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ACUtils.AXRepository/ACUtils.AXRepository.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Authors>Andrea Cattaneo</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>1.0.0.139</Version>
<PackageVersion>1.0.0.139</PackageVersion>
<Version>1.0.0.140</Version>
<PackageVersion>1.0.0.140</PackageVersion>
<Description>Utility per gestione classi documentali Arxivar</Description>
<NeutralLanguage>it</NeutralLanguage>
<IncludeSymbols>true</IncludeSymbols>
Expand Down
2 changes: 1 addition & 1 deletion ACUtils.AXRepository/AxExt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public static T GetValue<T>(this List<ColumnSearchResult> results, string name)

public static SelectDTO Select(this SelectDTO self, string name)
{
self.Select(name);
self.Fields.Select(name);
return self;
}

Expand Down

0 comments on commit cfff5b3

Please sign in to comment.