Skip to content

Commit

Permalink
project rename
Browse files Browse the repository at this point in the history
  • Loading branch information
w8tcha committed Oct 7, 2023
1 parent fd1ccf0 commit b061ce0
Show file tree
Hide file tree
Showing 45 changed files with 48 additions and 44 deletions.
7 changes: 5 additions & 2 deletions OEmbedSharp.sln → OEmbed.Net.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OEmbedSharp", "OEmbedSharp\OEmbedSharp.csproj", "{61BDBEB6-143A-47E7-890B-DB6EA013938B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OEmbed.Net", "OEmbedNet\OEmbed.Net.csproj", "{61BDBEB6-143A-47E7-890B-DB6EA013938B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OEmbedSharp.Tests", "OEmbedSharp.Tests\OEmbedSharp.Tests.csproj", "{618022EE-AFB9-4C89-93E6-BA0728E2950D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OEmbed.Net.Tests", "OEmbedNet.Tests\OEmbed.Net.Tests.csproj", "{618022EE-AFB9-4C89-93E6-BA0728E2950D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Projektmappenelemente", "Projektmappenelemente", "{1FB2FA97-6B1E-4D0A-81A8-4AC3A4547CD7}"
ProjectSection(SolutionItems) = preProject
Expand All @@ -32,4 +32,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CBB32780-977A-4DD9-B183-7BD2A4F7AAD3}
EndGlobalSection
EndGlobal
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OEmbedSharp\OEmbedSharp.csproj" />
<ProjectReference Include="..\OEmbedNet\OEmbed.Net.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Tests.ProviderTests;
namespace OEmbed.Net.Tests.ProviderTests;

public class CodePenTests : IProviderTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Tests.ProviderTests;
namespace OEmbed.Net.Tests.ProviderTests;

public class DailyMotionTests : IProviderTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Tests.ProviderTests;
namespace OEmbed.Net.Tests.ProviderTests;

public class DeezerTests : IProviderTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Tests.ProviderTests;
namespace OEmbed.Net.Tests.ProviderTests;

public class DeviantArtTests : IProviderTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Tests.ProviderTests;
namespace OEmbed.Net.Tests.ProviderTests;

public class FlickrTests : IProviderTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Tests.ProviderTests;
namespace OEmbed.Net.Tests.ProviderTests;

public class GiphyTests : IProviderTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Tests.ProviderTests;
namespace OEmbed.Net.Tests.ProviderTests;

public class GitHubGistTests : IProviderTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Tests.ProviderTests;
namespace OEmbed.Net.Tests.ProviderTests;

/// <summary>
/// Interface Provider Tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Tests.ProviderTests;
namespace OEmbed.Net.Tests.ProviderTests;

public class PinterestTests : IProviderTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Tests.ProviderTests;
namespace OEmbed.Net.Tests.ProviderTests;

public class RedditTests : IProviderTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Tests.ProviderTests;
namespace OEmbed.Net.Tests.ProviderTests;

public class SoundCloudTests : IProviderTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Tests.ProviderTests;
namespace OEmbed.Net.Tests.ProviderTests;

public class SpotifyTests : IProviderTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Tests.ProviderTests;
namespace OEmbed.Net.Tests.ProviderTests;

public class TikTokTests : IProviderTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Tests.ProviderTests;
namespace OEmbed.Net.Tests.ProviderTests;

public class TwitterTests : IProviderTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Tests.ProviderTests;
namespace OEmbed.Net.Tests.ProviderTests;

public class VimeoTests : IProviderTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Tests.ProviderTests;
namespace OEmbed.Net.Tests.ProviderTests;

public class YouTubeTests : IProviderTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#if NET6_0_OR_GREATER
namespace OEmbedSharp.Extensions;
namespace OEmbed.Net.Extensions;

using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;

using OEmbedSharp.Interfaces;
using global::OEmbed.Net.Interfaces;

/// <summary>
/// Extension methods for setting up browser detection services in an <see cref="IServiceCollection" />.
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Interfaces;
namespace OEmbed.Net.Interfaces;

/// <summary>
/// OEmbed Interface
Expand Down
File renamed without changes.
5 changes: 3 additions & 2 deletions OEmbedSharp/OEmbed.cs → OEmbedNet/OEmbed.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp;
namespace OEmbed.Net;

#if NET481
using System.IO;
Expand All @@ -10,9 +10,10 @@
#endif
using System.Runtime.Caching;

using global::OEmbed.Net.Interfaces;

using Newtonsoft.Json;

using OEmbedSharp.Interfaces;

public class OEmbed : IOEmbed
{
Expand Down
2 changes: 1 addition & 1 deletion OEmbedSharp/Options.cs → OEmbedNet/Options.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp;
namespace OEmbed.Net;

/// <summary>
/// Class Options.
Expand Down
2 changes: 1 addition & 1 deletion OEmbedSharp/Provider.cs → OEmbedNet/Provider.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp;
namespace OEmbed.Net;

using System.Linq;

Expand Down
2 changes: 1 addition & 1 deletion OEmbedSharp/ProviderList.cs → OEmbedNet/ProviderList.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp;
namespace OEmbed.Net;

using System.Linq;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Providers;
namespace OEmbed.Net.Providers;

public record CodePenProvider : Provider
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Providers;
namespace OEmbed.Net.Providers;

public record DailyMotionProvider : Provider
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Providers;
namespace OEmbed.Net.Providers;

public record DeezerProvider : Provider
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Providers;
namespace OEmbed.Net.Providers;

public record DeviantArtProvider : Provider
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Providers;
namespace OEmbed.Net.Providers;

public record FlickrProvider : Provider
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Providers;
namespace OEmbed.Net.Providers;

public record GiphyProvider : Provider
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Providers;
namespace OEmbed.Net.Providers;

public record GitHubGistProvider : Provider
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Providers;
namespace OEmbed.Net.Providers;

public record PinterestProvider : Provider
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Providers;
namespace OEmbed.Net.Providers;

public record RedditProvider : Provider
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Providers;
namespace OEmbed.Net.Providers;

public record SoundCloudProvider : Provider
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Providers;
namespace OEmbed.Net.Providers;

public record SpotifyProvider : Provider
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Providers;
namespace OEmbed.Net.Providers;

public record TikTokProvider : Provider
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Providers;
namespace OEmbed.Net.Providers;

public record TwitterProvider : Provider
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Providers;
namespace OEmbed.Net.Providers;

public record VimeoProvider : Provider
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp.Providers;
namespace OEmbed.Net.Providers;

public record YouTubeProvider : Provider
{
Expand Down
2 changes: 1 addition & 1 deletion OEmbedSharp/Response.cs → OEmbedNet/Response.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Newtonsoft.Json;

namespace OEmbedSharp;
namespace OEmbed.Net;

public class Response
{
Expand Down
2 changes: 1 addition & 1 deletion OEmbedSharp/ResponseType.cs → OEmbedNet/ResponseType.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OEmbedSharp;
namespace OEmbed.Net;

public sealed class ResponseType
{
Expand Down
File renamed without changes

0 comments on commit b061ce0

Please sign in to comment.