You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Skybrud.Umbraco.GridData** is a package with a strongly typed model for the grid in Umbraco. The package makes it easy to work the grid in your MVC views, master pages or even in your custom logic - eg. to index the grid data in Examine for better searches.
4
9
5
-
Version 5 of this package specifically targets Umbraco 10 and above, but past major versions also support older versions of Umbraco. For the Umbraco 9 package, see <ahref="https://github.com/skybrud/Skybrud.Umbraco.GridData/tree/v4/main"><code><strong>v4/main</strong></code></a> branch. For the Umbraco 8 package, see <ahref="https://github.com/skybrud/Skybrud.Umbraco.GridData/tree/v3/main"><code><strong>v3/main</strong></code></a> branch.
10
+
Version 13 of this package specifically targets Umbraco 3, but past major versions also support older versions of Umbraco. For the Umbraco 10-12 package, see <ahref="https://github.com/skybrud/Skybrud.Umbraco.GridData/tree/v5/main"><code><strong>v4/main</strong></code></a> branch. For the Umbraco 9 package, see <ahref="https://github.com/skybrud/Skybrud.Umbraco.GridData/tree/v4/main"><code><strong>v4/main</strong></code></a> branch. For the Umbraco 8 package, see <ahref="https://github.com/skybrud/Skybrud.Umbraco.GridData/tree/v3/main"><code><strong>v3/main</strong></code></a> branch.
6
11
7
12
8
13
@@ -24,16 +29,20 @@ Version 5 of this package specifically targets Umbraco 10 and above, but past ma
24
29
<br /><br />
25
30
## Installation
26
31
27
-
The Umbraco 10+ version of this package is only available via <ahref="https://www.nuget.org/packages/Skybrud.Umbraco.GridData"target="_blank">NuGet</a>. To install the package, you can use either .NET CLI:
32
+
The Umbraco 13 version of this package is only available via <ahref="https://www.nuget.org/packages/Skybrud.Umbraco.GridData"target="_blank">NuGet</a>. To install the package, you can use either .NET CLI:
0 commit comments