diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 649291b8..c6d5d2d7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -106,7 +106,7 @@ jobs:
if: github.event_name == 'release'
environment:
name: "NuGet"
- url: https://www.nuget.org/packages/Schema.NET
+ url: https://www.nuget.org/packages/SchemaDotNet
runs-on: windows-latest
steps:
- name: "Download Artefact"
diff --git a/README.md b/README.md
index e07f7322..90300fda 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-[](https://www.nuget.org/packages/Schema.NET)
+[](https://www.nuget.org/packages/SchemaDotNet)
[](https://github.com/TimmyMC/Schema.NET/actions/workflows/build.yml)
-[//]: # ([](https://www.nuget.org/packages/Schema.NET))
+[//]: # ([](https://www.nuget.org/packages/SchemaDotNet))
Schema.org objects turned into strongly typed C# POCO classes for use in .NET. All classes can be serialized into JSON/JSON-LD and XML, typically used to represent structured data in the `head` section of `html` page.
@@ -149,11 +149,11 @@ For more examples and actual running code samples, take a look at the unit tests
## Schema.NET.Pending
-There are many pending types on [schema.org](https://schema.org) which are not yet fully formed and ready for production. If you need to use these, you can install the [Schema.NET.Pending](https://www.nuget.org/packages/Schema.NET.Pending) NuGet package instead of [Schema.NET](https://www.nuget.org/packages/Schema.NET). This package contains all released schema types as well as all pending types.
+There are many pending types on [schema.org](https://schema.org) which are not yet fully formed and ready for production. If you need to use these, you can install the [Schema.NET.Pending](https://www.nuget.org/packages/SchemaDotNet.Pending) NuGet package instead of [Schema.NET](https://www.nuget.org/packages/SchemaDotNet). This package contains all released schema types as well as all pending types.
-[](https://www.nuget.org/packages/Schema.NET.Pending)
+[](https://www.nuget.org/packages/SchemaDotNet.Pending)
-[//]: # ([](https://www.nuget.org/packages/Schema.NET.Pending))
+[//]: # ([](https://www.nuget.org/packages/SchemaDotNet.Pending))
## Continuous Integration
diff --git a/Source/Schema.NET.Pending/Schema.NET.Pending.csproj b/Source/Schema.NET.Pending/Schema.NET.Pending.csproj
index d6c867d9..48bbb9fb 100644
--- a/Source/Schema.NET.Pending/Schema.NET.Pending.csproj
+++ b/Source/Schema.NET.Pending/Schema.NET.Pending.csproj
@@ -7,7 +7,7 @@
- Schema.NET.Pending
+ SchemaDotNet.Pending
Schema.org objects (including pending types) turned into strongly typed C# POCO classes for use in .NET. All classes can be serialized into JSON/JSON-LD and XML, typically used to represent structured data in the head section of html page.
Schema;.NET;Schema.org;Schema.NET;Structured Data;Google Structured Data
diff --git a/Source/Schema.NET/Schema.NET.csproj b/Source/Schema.NET/Schema.NET.csproj
index bed962dd..212cceae 100644
--- a/Source/Schema.NET/Schema.NET.csproj
+++ b/Source/Schema.NET/Schema.NET.csproj
@@ -7,7 +7,7 @@
- Schema.NET
+ SchemaDotNet
Schema.org objects turned into strongly typed C# POCO classes for use in .NET. All classes can be serialized into JSON/JSON-LD and XML, typically used to represent structured data in the head section of html page.
Schema;.NET;Schema.org;Schema.NET;Structured Data;Google Structured Data