Skip to content

Commit ce97875

Browse files
committed
New release 🎉
1 parent dcb511c commit ce97875

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ The purpose of an item converter is to control the C# type returned by the `.Val
3939
The package targets Umbraco 13 and is only available via [**NuGet**][NuGetPackage]. To install the package, you can use either .NET CLI
4040

4141
```
42-
dotnet add package Limbo.Umbraco.MultiNodeTreePicker --version 13.0.1
42+
dotnet add package Limbo.Umbraco.MultiNodeTreePicker --version 13.0.2
4343
```
4444

4545
or the NuGet Package Manager:
4646

4747
```
48-
Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 13.0.1
48+
Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 13.0.2
4949
```
5050

5151
### Umbraco 10, 11 and 12
30.9 KB
Binary file not shown.

src/Limbo.Umbraco.MultiNodeTreePicker/Limbo.Umbraco.MultiNodeTreePicker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12-
<VersionPrefix>13.0.1</VersionPrefix>
12+
<VersionPrefix>13.0.2</VersionPrefix>
1313
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
1414
<Company>Limbo</Company>
1515
<Product>Limbo Multinode Treepicker</Product>

0 commit comments

Comments
 (0)