Skip to content
This repository was archived by the owner on Oct 26, 2022. It is now read-only.

Commit 91d9c60

Browse files
committed
CHANGELOG and nuspec changec for 1.1.0.
1 parent b8eecc6 commit 91d9c60

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.0] - 2020-04-22
11+
1012
### Added
1113

1214
- ```IconsPerRow``` property to ```SelectIconAttribute``` which can be used to specify how many icons should be displayed in a grid row.
@@ -18,5 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1820

1921
- Initial version of Icon Selection Editor for EPiServer.
2022

21-
[unreleased]: https://github.com/RealGecko/Gecko.EPiServer.IconSelectionEditor/compare/1.0.0...HEAD
23+
[unreleased]: https://github.com/RealGecko/Gecko.EPiServer.IconSelectionEditor/compare/1.1.0...HEAD
24+
[1.1.0]: https://github.com/RealGecko/Gecko.EPiServer.IconSelectionEditor/compare/1.0.0...1.1.0
2225
[1.0.0]: https://github.com/RealGecko/Gecko.EPiServer.IconSelectionEditor/releases/tag/1.0.0

src/Gecko.EPiServer.IconSelectionEditor.Core/Gecko.EPiServer.IconSelectionEditor.Core.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<description>Adds extendable selection editor for icons.</description>
1313
<copyright>Copyright © 2020</copyright>
1414
<tags>EPiServerModulePackage Font Icon</tags>
15+
<releaseNotes>https://github.com/RealGecko/Gecko.EPiServer.IconSelectionEditor/blob/master/CHANGELOG.md#110---2020-04-22</releaseNotes>
1516
<dependencies>
1617
<dependency id="EPiServer.CMS.UI.Core" version="[11.1.0,12.0.0)"/>
1718
</dependencies>

0 commit comments

Comments
 (0)