Skip to content

Commit

Permalink
Updated the package information a bit
Browse files Browse the repository at this point in the history
- Limbo branding
- Added upper bound for the Umbraco dependency
  • Loading branch information
abjerner committed Dec 5, 2022
1 parent 8dfb64e commit 647bcfb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 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) 2018 Skybrud.dk
Copyright (c) 2022 Skybrud.dk

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
13 changes: 6 additions & 7 deletions src/Skybrud.Umbraco.GridData/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Skybrud.Umbraco.GridData")]
[assembly: AssemblyDescription("Skybrud.Umbraco.GridData is a small package with a strongly typed model for the grid in Umbraco 7.2 and above.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Skybrud.dk")]
[assembly: AssemblyCompany("Limbo")]
[assembly: AssemblyProduct("Skybrud.Umbraco.GridData")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

Expand All @@ -24,11 +24,10 @@
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.7")]
Expand Down
7 changes: 5 additions & 2 deletions src/Skybrud.Umbraco.GridData/Skybrud.Umbraco.GridData.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
<owners>Anders Bjerner, René Pjengaard</owners>
<licenseUrl>https://github.com/skybrud/Skybrud.Umbraco.GridData/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/skybrud/Skybrud.Umbraco.GridData</projectUrl>
<iconUrl>http://www.skybrud.dk/img/5431sk/icon/favicon.ico</iconUrl>
<iconUrl>https://raw.githubusercontent.com/skybrud/Skybrud.Umbraco.GridData/v1/main/src/build/Limbo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<tags>Umbraco, Grid, JSON</tags>
<tags>Skybrud, Limbo, Umbraco, Grid, JSON, Umbraco-Marketplace</tags>
<dependencies>
<dependency id="UmbracoCms.Core" version="[7.5.3,8.0)" />
</dependencies>
</metadata>
</package>
Binary file added src/build/Limbo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 647bcfb

Please sign in to comment.