Skip to content

Commit

Permalink
Merge pull request #13 from Kusumoto/feature/update_version_1.0.4
Browse files Browse the repository at this point in the history
Feature/update version 1.0.4
  • Loading branch information
Kusumoto authored Mar 5, 2021
2 parents bd7704f + edb76b0 commit f0edf7a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
File renamed without changes.
15 changes: 13 additions & 2 deletions PrimeNG.TableFilter/PrimeNG.TableFilter.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Helper for use the PrimeNG table load lazy filter in backend use LINQ to Entity</Description>
<Authors>Weerayut Hongsa</Authors>
<Company>Kusumoto Lab</Company>
<PackageProjectUrl>https://github.com/Kusumoto/PrimeNG.TableFilter</PackageProjectUrl>
<RepositoryUrl>https://github.com/Kusumoto/PrimeNG.TableFilter</RepositoryUrl>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
<PackageVersion>1.0.4</PackageVersion>
<TargetFrameworks>net40;netstandard2.0</TargetFrameworks>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<AssemblyVersion>1.0.4.0</AssemblyVersion>
<FileVersion>1.0.4.0</FileVersion>
<Copyright>2021 Copyright by Weerayut Hongsa</Copyright>
</PropertyGroup>
<ItemGroup>
<Folder Include="Models\" />
Expand All @@ -17,4 +22,10 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
</ItemGroup>
<ItemGroup>
<None Include="..\LICENSE.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ public BaseTableResponseEntity<ClassRoomGridModel> GetClassRoom(TableFilterModel
return MvcHelper.ResponseTableData(totalRecord, result);
}
```

MIT License

Copyright (c) 2021 Weerayut Hongsa

0 comments on commit f0edf7a

Please sign in to comment.