Skip to content

Commit

Permalink
New release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Apr 15, 2024
1 parent 81b1483 commit 79d85c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ Shows a list of all property editors registered in Umbraco - either from `packag

### Umbraco 10-12

The package is only available via [**NuGet**](https://www.nuget.org/packages/Limbo.Umbraco.Iddqd/1.0.1). To install the package, you can use either .NET CLI:
The package is only available via [**NuGet**](https://www.nuget.org/packages/Limbo.Umbraco.Iddqd/1.0.2). To install the package, you can use either .NET CLI:

```
dotnet add package Limbo.Umbraco.Iddqd --version 1.0.1
dotnet add package Limbo.Umbraco.Iddqd --version 1.0.2
```

or the NuGet Package Manager:

```
Install-Package Limbo.Umbraco.Iddqd -Version 1.0.1
Install-Package Limbo.Umbraco.Iddqd -Version 1.0.2
```


Expand Down
Binary file added releases/nuget/Limbo.Umbraco.Iddqd.1.0.2.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Limbo.Umbraco.Iddqd/Limbo.Umbraco.Iddqd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionPrefix>1.0.2</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
<Company>Limbo</Company>
<Product>Limbo Iddqd</Product>
Expand Down

0 comments on commit 79d85c8

Please sign in to comment.