Skip to content

Commit e6caf26

Browse files
committed
Release 3.0.0
1 parent 688d082 commit e6caf26

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## [3.0.0] - 2022-11-28
8+
### Added
9+
* Initial release of Search Extensions for Umbraco v9, v10 (LTS), and v11
10+
711
## [2.0.0] - 2022-05-30
812
### Added
9-
* Initial release of Search Extensions for Umbraco 9+
13+
* Initial release of Search Extensions for Umbraco 9
1014

1115
## [1.5.1] - 2022-02-29
1216
### Fixed
@@ -79,7 +83,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
7983
### Added
8084
* Initial release of Search Extensions for Umbraco 8.1
8185

82-
[Unreleased]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-2.0.0...HEAD
86+
[Unreleased]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.0.0...HEAD
87+
[3.0.0]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-2.0.0...release-3.0.0
8388
[2.0.0]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.5.1...release-2.0.0
8489
[1.5.1]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.5.0...release-1.5.1
8590
[1.5.0]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.4.1...release-1.5.0

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,20 @@
33
<img src="docs/img/logo.png?raw=true" alt="Umbraco Search Extensions" width="250" align="right" />
44

55
[![NuGet release](https://img.shields.io/nuget/v/Our.Umbraco.Extensions.Search.svg)](https://www.nuget.org/packages/Our.Umbraco.Extensions.Search/)
6-
[![Our Umbraco project page](https://img.shields.io/badge/our-umbraco-orange.svg)](https://our.umbraco.com/packages/website-utilities/search-extensions/)
7-
8-
_Looking for Search Extensions for **Umbraco 8**? Check the [v8/dev](https://github.com/callumbwhyte/umbraco-search-extensions/tree/v8/dev) branch._
96

107
## Getting started
118

12-
This package is supported on Umbraco 9+.
9+
This package is supported on Umbraco v9, v10, and v11
1310

1411
### Installation
1512

16-
Search Extensions is available from NuGet, or as a manual download directly from GitHub.
13+
Search Extensions is available via [NuGet](https://www.nuget.org/packages/Our.Umbraco.Extensions.Search/).
14+
15+
To install with the .NET CLI, run the following command:
1716

18-
#### NuGet package repository
17+
$ dotnet add package Our.Umbraco.Extensions.Search
1918

20-
To [install from NuGet](https://www.nuget.org/packages/Our.Umbraco.Extensions.Search/), run the following command in your instance of Visual Studio.
19+
To install from within Visual Studio, use the NuGet Package Manager UI or run the following command:
2120

2221
PM> Install-Package Our.Umbraco.Extensions.Search
2322

@@ -258,6 +257,7 @@ The package logo uses the [Magnifying Glass](https://thenounproject.com/term/sea
258257
### A special #h5yr to our contributors
259258

260259
* [Busra Sengul](https://github.com/busrasengul)
260+
* [Chriztian Steinmeier](https://github.com/greystate)
261261

262262
## License
263263

0 commit comments

Comments
 (0)