Skip to content

Commit 24e85ae

Browse files
committed
First release for Umbraco 13 🎉
1 parent 35e6604 commit 24e85ae

10 files changed

+24
-7
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2023 [Limbo](https://www.limbo.works/)
3+
Copyright (c) 2024 [Limbo](https://www.limbo.works/)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
# 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)
1+
# Skybrud Grid Data
2+
3+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/skybrud/Skybrud.Umbraco.GridData/blob/v13/main/LICENSE.md)
4+
[![NuGet](https://img.shields.io/nuget/vpre/Skybrud.Umbraco.GridData.svg)](https://www.nuget.org/packages/Skybrud.Umbraco.GridData)
5+
[![NuGet](https://img.shields.io/nuget/dt/Skybrud.Umbraco.GridData.svg)](https://www.nuget.org/packages/Skybrud.Umbraco.GridData)
6+
[![Umbraco Marketplace](https://img.shields.io/badge/umbraco-marketplace-%233544B1)](https://marketplace.umbraco.com/package/skybrud.umbraco.griddata)
27

38
**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.
49

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 <a href="https://github.com/skybrud/Skybrud.Umbraco.GridData/tree/v4/main"><code><strong>v4/main</strong></code></a> branch. For the Umbraco 8 package, see <a href="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 <a href="https://github.com/skybrud/Skybrud.Umbraco.GridData/tree/v5/main"><code><strong>v4/main</strong></code></a> branch. For the Umbraco 9 package, see <a href="https://github.com/skybrud/Skybrud.Umbraco.GridData/tree/v4/main"><code><strong>v4/main</strong></code></a> branch. For the Umbraco 8 package, see <a href="https://github.com/skybrud/Skybrud.Umbraco.GridData/tree/v3/main"><code><strong>v3/main</strong></code></a> branch.
611

712

813

@@ -24,16 +29,20 @@ Version 5 of this package specifically targets Umbraco 10 and above, but past ma
2429
<br /><br />
2530
## Installation
2631

27-
The Umbraco 10+ version of this package is only available via <a href="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 <a href="https://www.nuget.org/packages/Skybrud.Umbraco.GridData" target="_blank">NuGet</a>. To install the package, you can use either .NET CLI:
2833

2934
```
30-
dotnet add package Skybrud.Umbraco.GridData --version 5.0.3
35+
dotnet add package Skybrud.Umbraco.GridData --version 13.0.0
3136
```
3237

3338
or the older NuGet Package Manager:
3439

3540
```
36-
Install-Package Skybrud.Umbraco.GridData -Version 5.0.3
41+
Install-Package Skybrud.Umbraco.GridData -Version 13.0.0
42+
```
43+
44+
**Umbraco 10-12**
45+
For the Umbraco 9 version of this package, see the [**v5/main**](https://github.com/skybrud/Skybrud.Umbraco.GridData/tree/v5/main) branch instead.
3746
```
3847
3948
**Umbraco 9**

debug.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@echo off
2-
dotnet build src/Skybrud.Umbraco.GridData --configuration Debug /t:rebuild /t:pack -p:PackageOutputPath=c:/nuget
2+
dotnet build src/Skybrud.Umbraco.GridData --configuration Debug /t:rebuild /t:pack -p:PackageOutputPath=c:\nuget\Umbraco13
34.3 KB
Binary file not shown.
-32 KB
Binary file not shown.
-60.6 KB
Binary file not shown.
-62.4 KB
Binary file not shown.
-62.4 KB
Binary file not shown.
-62.4 KB
Binary file not shown.

src/Skybrud.Umbraco.GridData/Skybrud.Umbraco.GridData.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
<Description>Strongly typed models for the grid in Umbraco.</Description>
1919
</PropertyGroup>
2020

21+
<!-- Include additional metadata in the assembly -->
22+
<ItemGroup>
23+
<AssemblyMetadata Include="PackageProjectUrl" Value="https://packages.limbo.works/skybrud.umbraco.griddata/" />
24+
<AssemblyMetadata Include="DocumentationUrl" Value="https://packages.limbo.works/skybrud.umbraco.griddata/docs/v13/" />
25+
<AssemblyMetadata Include="NuGetUrl" Value="https://www.nuget.org/packages/Skybrud.Umbraco.GridData" />
26+
<AssemblyMetadata Include="UmbracoMarketplaceUrl" Value="https://marketplace.umbraco.com/package/skybrud.umbraco.griddata" />
27+
</ItemGroup>
28+
2129
<!-- Information for the NuGet package -->
2230
<PropertyGroup>
2331
<PackageId>Skybrud.Umbraco.GridData</PackageId>

0 commit comments

Comments
 (0)