Skip to content

Commit

Permalink
fixed name
Browse files Browse the repository at this point in the history
  • Loading branch information
w8tcha committed May 12, 2024
1 parent c9165b6 commit a1bf109
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<Company>Ingo Herbote</Company>
<Copyright>&#169; Tatsuro Shibamura and Ingo Herbote</Copyright>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/w8tcha/OEmbedSharp</PackageProjectUrl>
<PackageProjectUrl>https://github.com/w8tcha/OEmbed.Core</PackageProjectUrl>
<PackageIcon>oembed.png</PackageIcon>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/w8tcha/OEmbedSharp.git</RepositoryUrl>
<RepositoryUrl>https://github.com/w8tcha/OEmbed.Core.git</RepositoryUrl>
<DebugType>embedded</DebugType>
<LangVersion>latest</LangVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OEmbed.Core

![oembed](https://github.com/w8tcha/OEmbedSharp/assets/722575/1a3d14e1-8249-4fa3-a230-789127f12c2b)
![oembed](https://github.com/w8tcha/OEmbed.Core/assets/722575/1a3d14e1-8249-4fa3-a230-789127f12c2b)

C# [oEmbed](https://oembed.com) consumer library for .NET Framwork 4.8.1 and .NET (Core) 7/8

Expand Down Expand Up @@ -28,9 +28,9 @@ C# [oEmbed](https://oembed.com) consumer library for .NET Framwork 4.8.1 and .NE
* Youtube.com

## Install
via [NuGet](https://www.nuget.org/packages/OEmbedSharp):
via [NuGet](https://www.nuget.org/packages/OEmbed.Core):
```
PM> Install-Package OEmbedSharp
PM> Install-Package OEmbed.Core
```

## DI configuration
Expand Down

0 comments on commit a1bf109

Please sign in to comment.