Skip to content

Commit eefbfe8

Browse files
authored
Update README.md
1 parent aeb2be4 commit eefbfe8

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,24 @@
1414
- **Fallback text**
1515
An optional fallback text may be set on the data type to be used instead when the property is left blank. The underlying property value converter will make sure the fallback value is returned when this is the case.
1616

17+
<table>
18+
<tr>
19+
<td><strong>License:</strong></td>
20+
<td><a href="./LICENSE.md"><strong>MIT License</strong></a></td>
21+
</tr>
22+
<tr>
23+
<td><strong>Umbraco:</strong></td>
24+
<td>Umbraco 10, 11 and 12</td>
25+
</tr>
26+
<tr>
27+
<td><strong>Target Framework:</strong></td>
28+
<td>.NET 6</td>
29+
</tr>
30+
</table>
31+
32+
33+
34+
1735

1836

1937
<br /><br />
@@ -23,11 +41,17 @@
2341
The Umbraco 10 version of this package is only available via [NuGet](https://www.nuget.org/packages/Limbo.Umbraco.TextBox/1.0.3). To install the package, you can use either .NET CLI:
2442

2543
```
26-
dotnet add package Limbo.Umbraco.TextBox --version 1.0.3
44+
dotnet add package Limbo.Umbraco.TextBox --version 1.0.4
45+
```
46+
47+
or the NuGet Package Manager:
48+
49+
```
50+
Install-Package Limbo.Umbraco.TextBox -Version 1.0.4
2751
```
2852

2953
> **Note**
30-
> This package replaces our older [Skybrud.Umbraco.TextBox](https://github.com/abjerner/Skybrud.Umbraco.TextBox) package. See this package for older version of Umbraco.
54+
> This package replaces our older [Skybrud.Umbraco.TextBox](https://github.com/abjerner/Skybrud.Umbraco.TextBox) package. See this package for older versions of Umbraco.
3155
3256

3357

0 commit comments

Comments
 (0)