Skip to content

Commit

Permalink
New release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Sep 11, 2024
1 parent 10dd90d commit 7d6719a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 [Limbo](https://www.limbo.works/)
Copyright (c) 2024 [Limbo](https://www.limbo.works/)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ The latest version (`v2.x`) supports Umbraco 10, 11 and 12, whereas older releas

## Installation

The package targets Umbraco 10-12 and is available via [**NuGet**](https://www.nuget.org/packages/Limbo.Umbraco.YouTube/2.0.4). To install the package, you can use either .NET CLI:
The package targets Umbraco 10-12 and is available via [**NuGet**](https://www.nuget.org/packages/Limbo.Umbraco.YouTube/2.0.5). To install the package, you can use either .NET CLI:

```
dotnet add package Limbo.Umbraco.YouTube --version 2.0.4
dotnet add package Limbo.Umbraco.YouTube --version 2.0.5
```

or the NuGet package manager:

```
Install-Package Limbo.Umbraco.YouTube -Version 2.0.4
Install-Package Limbo.Umbraco.YouTube -Version 2.0.5
```

For Umbraco 9, see the [`v1/main`](https://github.com/limbo-works/Limbo.Umbraco.YouTube/tree/v1/main) branch instead.
Expand Down
Binary file added releases/nuget/Limbo.Umbraco.YouTube.2.0.5.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Limbo.Umbraco.YouTube/Limbo.Umbraco.YouTube.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>2.0.4</VersionPrefix>
<VersionPrefix>2.0.5</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
<Company>Limbo</Company>
<Authors>Anders Bjerner</Authors>
Expand Down

0 comments on commit 7d6719a

Please sign in to comment.