Skip to content

Commit 592dc9f

Browse files
committed
Updated to Cofoundry v0.12.0 release package.
1 parent ffccd72 commit 592dc9f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/Cofoundry.Plugins.YouTube.Admin/Cofoundry.Plugins.YouTube.Admin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Cofoundry.Web.Admin" Version="0.11.5-dotnet-8-0019" />
23+
<PackageReference Include="Cofoundry.Web.Admin" Version="0.12.0" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

src/Cofoundry.Plugins.YouTube.Domain/Cofoundry.Plugins.YouTube.Domain.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Cofoundry.Domain" Version="0.11.5-dotnet-8-0019" />
21+
<PackageReference Include="Cofoundry.Domain" Version="0.12.0" />
2222
</ItemGroup>
2323

2424
</Project>

src/Cofoundry.Plugins.YouTube.Domain/YouTubeUrlParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public static partial class YouTubeUrlParser
1010
/// <summary>
1111
/// Extracts the ID of a video from a YouTube URL.
1212
/// </summary>
13-
/// <see cref="http://stackoverflow.com/questions/3652046/c-sharp-regex-to-get-video-id-from-youtube-and-vimeo-by-url"/>
13+
/// <see href="http://stackoverflow.com/questions/3652046/c-sharp-regex-to-get-video-id-from-youtube-and-vimeo-by-url"/>
1414
/// <param name="youTubeVideoUrl">You tube video URL.</param>
1515
/// <returns>The id of the YouTube video</returns>
1616
public static string GetId(string youTubeVideoUrl)

src/Cofoundry.Plugins.YouTube/Cofoundry.Plugins.YouTube.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Cofoundry.Web.Admin" Version="0.11.5-dotnet-8-0019" />
19+
<PackageReference Include="Cofoundry.Web.Admin" Version="0.12.0" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

src/YouTubeExample/YouTubeExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Cofoundry.Web.Admin" Version="0.11.5-dotnet-8-0019" />
14+
<PackageReference Include="Cofoundry.Web.Admin" Version="0.12.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)