Skip to content

Commit

Permalink
First release for Umbraco 13 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Sep 28, 2024
1 parent 35e6604 commit 24e85ae
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:/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 <a href="https:/skybrud/Skybrud.Umbraco.GridData/tree/v4/main"><code><strong>v4/main</strong></code></a> branch. For the Umbraco 8 package, see <a href="https:/skybrud/Skybrud.Umbraco.GridData/tree/v3/main"><code><strong>v3/main</strong></code></a> 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 <a href="https:/skybrud/Skybrud.Umbraco.GridData/tree/v5/main"><code><strong>v4/main</strong></code></a> branch. For the Umbraco 9 package, see <a href="https:/skybrud/Skybrud.Umbraco.GridData/tree/v4/main"><code><strong>v4/main</strong></code></a> branch. For the Umbraco 8 package, see <a href="https:/skybrud/Skybrud.Umbraco.GridData/tree/v3/main"><code><strong>v3/main</strong></code></a> branch.



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

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:
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:

```
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:/skybrud/Skybrud.Umbraco.GridData/tree/v5/main) branch instead.
```
**Umbraco 9**
Expand Down
2 changes: 1 addition & 1 deletion debug.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
dotnet build src/Skybrud.Umbraco.GridData --configuration Debug /t:rebuild /t:pack -p:PackageOutputPath=c:/nuget
dotnet build src/Skybrud.Umbraco.GridData --configuration Debug /t:rebuild /t:pack -p:PackageOutputPath=c:\nuget\Umbraco13
Binary file not shown.
Binary file not shown.
Binary file removed releases/nuget/Skybrud.Umbraco.GridData.5.0.0.nupkg
Binary file not shown.
Binary file removed releases/nuget/Skybrud.Umbraco.GridData.5.0.1.nupkg
Binary file not shown.
Binary file removed releases/nuget/Skybrud.Umbraco.GridData.5.0.2.nupkg
Binary file not shown.
Binary file removed releases/nuget/Skybrud.Umbraco.GridData.5.0.3.nupkg
Binary file not shown.
8 changes: 8 additions & 0 deletions src/Skybrud.Umbraco.GridData/Skybrud.Umbraco.GridData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
<Description>Strongly typed models for the grid in Umbraco.</Description>
</PropertyGroup>

<!-- Include additional metadata in the assembly -->
<ItemGroup>
<AssemblyMetadata Include="PackageProjectUrl" Value="https://packages.limbo.works/skybrud.umbraco.griddata/" />
<AssemblyMetadata Include="DocumentationUrl" Value="https://packages.limbo.works/skybrud.umbraco.griddata/docs/v13/" />
<AssemblyMetadata Include="NuGetUrl" Value="https://www.nuget.org/packages/Skybrud.Umbraco.GridData" />
<AssemblyMetadata Include="UmbracoMarketplaceUrl" Value="https://marketplace.umbraco.com/package/skybrud.umbraco.griddata" />
</ItemGroup>

<!-- Information for the NuGet package -->
<PropertyGroup>
<PackageId>Skybrud.Umbraco.GridData</PackageId>
Expand Down

0 comments on commit 24e85ae

Please sign in to comment.