File tree 2 files changed +14
-9
lines changed
2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
6
6
7
+ ## [ 3.0.0] - 2022-11-28
8
+ ### Added
9
+ * Initial release of Search Extensions for Umbraco v9, v10 (LTS), and v11
10
+
7
11
## [ 2.0.0] - 2022-05-30
8
12
### Added
9
- * Initial release of Search Extensions for Umbraco 9+
13
+ * Initial release of Search Extensions for Umbraco 9
10
14
11
15
## [ 1.5.1] - 2022-02-29
12
16
### Fixed
@@ -79,7 +83,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
79
83
### Added
80
84
* Initial release of Search Extensions for Umbraco 8.1
81
85
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
83
88
[ 2.0.0 ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.5.1...release-2.0.0
84
89
[ 1.5.1 ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.5.0...release-1.5.1
85
90
[ 1.5.0 ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.4.1...release-1.5.0
Original file line number Diff line number Diff line change 3
3
<img src =" docs/img/logo.png?raw=true " alt =" Umbraco Search Extensions " width =" 250 " align =" right " />
4
4
5
5
[ ![ 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._
9
6
10
7
## Getting started
11
8
12
- This package is supported on Umbraco 9+.
9
+ This package is supported on Umbraco v9, v10, and v11
13
10
14
11
### Installation
15
12
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:
17
16
18
- #### NuGet package repository
17
+ $ dotnet add package Our.Umbraco.Extensions.Search
19
18
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:
21
20
22
21
PM> Install-Package Our.Umbraco.Extensions.Search
23
22
@@ -258,6 +257,7 @@ The package logo uses the [Magnifying Glass](https://thenounproject.com/term/sea
258
257
### A special #h5yr to our contributors
259
258
260
259
* [ Busra Sengul] ( https://github.com/busrasengul )
260
+ * [ Chriztian Steinmeier] ( https://github.com/greystate )
261
261
262
262
## License
263
263
You can’t perform that action at this time.
0 commit comments