Skip to content

Commit

Permalink
[v1.1.0] Lib.AspNetCore.Mvc.JqGrid
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed May 30, 2017
1 parent 92b2e16 commit f5fdba2
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Lib.AspNetCore.Mvc.JqGrid 1.1.0
### Additions and Changes
- Added support for toolbar searching
- Added support for header grouping
- Added support for inline navigator
- Added support for actions column
2 changes: 1 addition & 1 deletion DocFx.AspNetCore.Mvc.JqGrid/toc.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# [Introduction](index.md)

# [API Reference](/api/Lib.AspNetCore.Mvc.JqGrid.Helper.html)
# [API Reference](api/Lib.AspNetCore.Mvc.JqGrid.Helper.html)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Core server side support for jqGrid in ASP.NET Core.</Description>
<Copyright>Copyright © 2016 - 2017 Tomasz Pęczek</Copyright>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<Authors>Tomasz Pęczek</Authors>
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
<AssemblyName>Lib.AspNetCore.Mvc.JqGrid.Core</AssemblyName>
Expand All @@ -24,5 +24,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="1.0.0" />
<!--<PackageReference Include="Lib.AspNetCore.Mvc.JqGrid.Infrastructure" Version="1.1.0" />-->
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Custom data annotations which allow for providing additional metadata when working with strongly typed jqGrid helper for ASP.NET Core.</Description>
<Copyright>Copyright © 2016 - 2017 Tomasz Pęczek</Copyright>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<Authors>Tomasz Pęczek</Authors>
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
<AssemblyName>Lib.AspNetCore.Mvc.JqGrid.DataAnnotations</AssemblyName>
Expand All @@ -22,4 +22,7 @@
<ItemGroup>
<ProjectReference Include="..\Lib.AspNetCore.Mvc.JqGrid.Infrastructure\Lib.AspNetCore.Mvc.JqGrid.Infrastructure.csproj" />
</ItemGroup>
<!--<ItemGroup>
<PackageReference Include="Lib.AspNetCore.Mvc.JqGrid.Infrastructure" Version="1.1.0" />
</ItemGroup>-->
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Strongly typed jqGrid helper for ASP.NET Core.</Description>
<Copyright>Copyright © 2016 - 2017 Tomasz Pęczek</Copyright>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<Authors>Tomasz Pęczek</Authors>
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
<AssemblyName>Lib.AspNetCore.Mvc.JqGrid.Helper</AssemblyName>
Expand All @@ -28,5 +28,8 @@
<PackageReference Include="Microsoft.AspNetCore.Html.Abstractions" Version="1.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="1.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<!--<PackageReference Include="Lib.AspNetCore.Mvc.JqGrid.Infrastructure" Version="1.1.0" />
<PackageReference Include="Lib.AspNetCore.Mvc.JqGrid.Core" Version="1.1.0" />
<PackageReference Include="Lib.AspNetCore.Mvc.JqGrid.DataAnnotations" Version="1.1.0" />-->
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Common infrastructure for jqGrid support in ASP.NET Core.</Description>
<Copyright>Copyright © 2016 - 2017 Tomasz Pęczek</Copyright>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<Authors>Tomasz Pęczek</Authors>
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
<AssemblyName>Lib.AspNetCore.Mvc.JqGrid.Infrastructure</AssemblyName>
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ PM> Install-Package Lib.AspNetCore.Mvc.JqGrid.Core
PM> Install-Package Lib.AspNetCore.Mvc.JqGrid.DataAnnotations
```

## Documentation

The documentation is available [here](https://tpeczek.github.io/Lib.AspNetCore.Mvc.JqGrid/).

## Demos

There is a demo project available [here](https://github.com/tpeczek/Demo.AspNetCore.JqGrid).
The demo project is available [here](https://github.com/tpeczek/Demo.AspNetCore.JqGrid).

## Donating
Lib.AspNetCore.Mvc.JqGrid is a personal open source project. If Lib.AspNetCore.Mvc.JqGridc has been helpful to you, consider donating. Donating helps support Lib.AspNetCore.Mvc.JqGrid.
Expand Down

0 comments on commit f5fdba2

Please sign in to comment.