diff --git a/LICENSE.md b/LICENSE.md index 7d09868..ebee32c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2023 [Limbo](https://www.limbo.works/) +Copyright (c) 2024 [Limbo](https://www.limbo.works/) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index aeae0a4..fd20312 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -# Skybrud Grid Data [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md) [![NuGet](https://img.shields.io/nuget/vpre/Skybrud.Umbraco.GridData.svg)](https://www.nuget.org/packages/Skybrud.Umbraco.GridData) [![NuGet](https://img.shields.io/nuget/dt/Skybrud.Umbraco.GridData.svg)](https://www.nuget.org/packages/Skybrud.Umbraco.GridData) [![Umbraco Marketplace](https://img.shields.io/badge/umbraco-marketplace-%233544B1)](https://marketplace.umbraco.com/package/skybrud.umbraco.griddata) +# Skybrud Grid Data + +[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/skybrud/Skybrud.Umbraco.GridData/blob/v13/main/LICENSE.md) +[![NuGet](https://img.shields.io/nuget/vpre/Skybrud.Umbraco.GridData.svg)](https://www.nuget.org/packages/Skybrud.Umbraco.GridData) +[![NuGet](https://img.shields.io/nuget/dt/Skybrud.Umbraco.GridData.svg)](https://www.nuget.org/packages/Skybrud.Umbraco.GridData) +[![Umbraco Marketplace](https://img.shields.io/badge/umbraco-marketplace-%233544B1)](https://marketplace.umbraco.com/package/skybrud.umbraco.griddata) **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. -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 v4/main branch. For the Umbraco 8 package, see v3/main branch. +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 v4/main branch. For the Umbraco 9 package, see v4/main branch. For the Umbraco 8 package, see v3/main branch. @@ -24,16 +29,20 @@ Version 5 of this package specifically targets Umbraco 10 and above, but past ma

## Installation -The Umbraco 10+ version of this package is only available via NuGet. To install the package, you can use either .NET CLI: +The Umbraco 13 version of this package is only available via NuGet. To install the package, you can use either .NET CLI: ``` -dotnet add package Skybrud.Umbraco.GridData --version 5.0.3 +dotnet add package Skybrud.Umbraco.GridData --version 13.0.0 ``` or the older NuGet Package Manager: ``` -Install-Package Skybrud.Umbraco.GridData -Version 5.0.3 +Install-Package Skybrud.Umbraco.GridData -Version 13.0.0 +``` + +**Umbraco 10-12** +For the Umbraco 9 version of this package, see the [**v5/main**](https://github.com/skybrud/Skybrud.Umbraco.GridData/tree/v5/main) branch instead. ``` **Umbraco 9** diff --git a/debug.bat b/debug.bat index 98333be..f285e14 100644 --- a/debug.bat +++ b/debug.bat @@ -1,2 +1,2 @@ @echo off -dotnet build src/Skybrud.Umbraco.GridData --configuration Debug /t:rebuild /t:pack -p:PackageOutputPath=c:/nuget \ No newline at end of file +dotnet build src/Skybrud.Umbraco.GridData --configuration Debug /t:rebuild /t:pack -p:PackageOutputPath=c:\nuget\Umbraco13 \ No newline at end of file diff --git a/releases/nuget/Skybrud.Umbraco.GridData.13.0.0.nupkg b/releases/nuget/Skybrud.Umbraco.GridData.13.0.0.nupkg new file mode 100644 index 0000000..74b4b36 Binary files /dev/null and b/releases/nuget/Skybrud.Umbraco.GridData.13.0.0.nupkg differ diff --git a/releases/nuget/Skybrud.Umbraco.GridData.5.0.0-alpha001.nupkg b/releases/nuget/Skybrud.Umbraco.GridData.5.0.0-alpha001.nupkg deleted file mode 100644 index 73723b9..0000000 Binary files a/releases/nuget/Skybrud.Umbraco.GridData.5.0.0-alpha001.nupkg and /dev/null differ diff --git a/releases/nuget/Skybrud.Umbraco.GridData.5.0.0.nupkg b/releases/nuget/Skybrud.Umbraco.GridData.5.0.0.nupkg deleted file mode 100644 index 6384c63..0000000 Binary files a/releases/nuget/Skybrud.Umbraco.GridData.5.0.0.nupkg and /dev/null differ diff --git a/releases/nuget/Skybrud.Umbraco.GridData.5.0.1.nupkg b/releases/nuget/Skybrud.Umbraco.GridData.5.0.1.nupkg deleted file mode 100644 index 867ef99..0000000 Binary files a/releases/nuget/Skybrud.Umbraco.GridData.5.0.1.nupkg and /dev/null differ diff --git a/releases/nuget/Skybrud.Umbraco.GridData.5.0.2.nupkg b/releases/nuget/Skybrud.Umbraco.GridData.5.0.2.nupkg deleted file mode 100644 index 6bf1af1..0000000 Binary files a/releases/nuget/Skybrud.Umbraco.GridData.5.0.2.nupkg and /dev/null differ diff --git a/releases/nuget/Skybrud.Umbraco.GridData.5.0.3.nupkg b/releases/nuget/Skybrud.Umbraco.GridData.5.0.3.nupkg deleted file mode 100644 index 46a2c15..0000000 Binary files a/releases/nuget/Skybrud.Umbraco.GridData.5.0.3.nupkg and /dev/null differ diff --git a/src/Skybrud.Umbraco.GridData/Skybrud.Umbraco.GridData.csproj b/src/Skybrud.Umbraco.GridData/Skybrud.Umbraco.GridData.csproj index a24b20e..fa5fc46 100644 --- a/src/Skybrud.Umbraco.GridData/Skybrud.Umbraco.GridData.csproj +++ b/src/Skybrud.Umbraco.GridData/Skybrud.Umbraco.GridData.csproj @@ -18,6 +18,14 @@ Strongly typed models for the grid in Umbraco. + + + + + + + + Skybrud.Umbraco.GridData