Skip to content

Commit 29283e3

Browse files
committed
Release 4.0.0
1 parent 55663e5 commit 29283e3

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## [4.0.0] - 2022-11-28
8+
### Added
9+
* Initial release of SuperValueConverters for Umbraco v9, v10 (LTS), and v11
10+
711
## [3.1.0] - 2022-05-29
812
### Added
913
* Optional `IgnoreProperties` collection for specific properties to bypass the converter
@@ -19,7 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
1923

2024
## [3.0.0] - 2021-03-03
2125
### Added
22-
* Initial release of SuperValueConverters for Umbraco 9+
26+
* Initial release of SuperValueConverters for Umbraco 9
2327

2428
## [2.2.0] - 2022-05-29
2529
### Added
@@ -86,7 +90,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
8690
* README file with information about the project and screenshots
8791
* MIT license in the form of a LICENSE.md file
8892

89-
[Unreleased]: https://github.com/callumbwhyte/super-value-converters/compare/release-3.1.0...HEAD
93+
[Unreleased]: https://github.com/callumbwhyte/super-value-converters/compare/release-4.0.0...HEAD
94+
[4.0.0]: https://github.com/callumbwhyte/super-value-converters/compare/release-3.1.0...release-4.0.0
9095
[3.1.0]: https://github.com/callumbwhyte/super-value-converters/compare/release-3.0.1...release-3.1.0
9196
[3.0.1]: https://github.com/callumbwhyte/super-value-converters/compare/release-3.0.0...release-3.0.1
9297
[3.0.0]: https://github.com/callumbwhyte/super-value-converters/compare/release-2.2.0...release-3.0.0

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,26 @@
33
<img src="docs/img/logo.png?raw=true" alt="Umbraco SuperValueConverters" width="250" align="right" />
44

55
[![NuGet release](https://img.shields.io/nuget/v/Our.Umbraco.SuperValueConverters.svg)](https://www.nuget.org/packages/Our.Umbraco.SuperValueConverters/)
6-
[![Our Umbraco project page](https://img.shields.io/badge/our-umbraco-orange.svg)](https://our.umbraco.com/projects/developer-tools/supervalueconverters/)
76

87
_Looking for SuperValueConverters for **Umbraco 8**? Check the [v8/dev](https://github.com/callumbwhyte/super-value-converters/tree/v8/dev) branch._
98

109
SuperValueConverters is a collection of powerful property value converters for Umbraco, eliminating the need for casting and null checks on Umbraco picker values in views or controllers and helping to keep code cleaner.
1110

1211
## Getting started
1312

14-
SuperValueConverters is supported on Umbraco 9.
13+
This package is supported on Umbraco v9, v10, and v11
1514

1615
Once installed you don't need to do anything to activate SuperValueConverters.
1716

1817
### Installation
1918

20-
SuperValueConverters is available from Our Umbraco, NuGet, or as a manual download directly from GitHub.
19+
SuperValueConverters is available via [NuGet](https://www.nuget.org/packages/Our.Umbraco.SuperValueConverters/).
2120

22-
#### Our Umbraco repository
21+
To install with the .NET CLI, run the following command:
2322

24-
You can find a downloadable package, along with a discussion forum for this package, on the [Our Umbraco](https://our.umbraco.com/projects/developer-tools/supervalueconverters/) site.
23+
$ dotnet add package Our.Umbraco.SuperValueConverters
2524

26-
#### NuGet package repository
27-
28-
To [install from NuGet](https://www.nuget.org/packages/Our.Umbraco.SuperValueConverters/), run the following command in your instance of Visual Studio.
25+
To install from within Visual Studio, use the NuGet Package Manager UI or run the following command:
2926

3027
PM> Install-Package Our.Umbraco.SuperValueConverters
3128

0 commit comments

Comments
 (0)