From b2628a0b2db6ffcf18bbd2d2c0064569581c9675 Mon Sep 17 00:00:00 2001 From: matnun-br Date: Tue, 13 May 2025 12:33:21 +1000 Subject: [PATCH 1/3] Add README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8f6aa17 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +[![NuGet](https://img.shields.io/nuget/v/ShopifyNet.svg)](https://www.nuget.org/packages/ShopifyNet) + +ShopifyNet is a .NET library which enables you to interact with the Shopify GraphQL API using C# and .NET. +All Shopify GraphQL types generated are accessible within the `ShopifyNet.AdminTypes` namespace. From 991b18eef0f10d180b66d18ff82caaa23337034c Mon Sep 17 00:00:00 2001 From: matnun-br Date: Tue, 13 May 2025 12:34:06 +1000 Subject: [PATCH 2/3] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f6aa17..2a88828 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ [![NuGet](https://img.shields.io/nuget/v/ShopifyNet.svg)](https://www.nuget.org/packages/ShopifyNet) ShopifyNet is a .NET library which enables you to interact with the Shopify GraphQL API using C# and .NET. -All Shopify GraphQL types generated are accessible within the `ShopifyNet.AdminTypes` namespace. +All classes are accessible within the `ShopifyNet.AdminTypes` namespace. From a485520c065db8724278edc00fcba4d3603fd3d4 Mon Sep 17 00:00:00 2001 From: matnun-br Date: Tue, 13 May 2025 12:37:15 +1000 Subject: [PATCH 3/3] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2a88828..e7d78e5 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,10 @@ ShopifyNet is a .NET library which enables you to interact with the Shopify GraphQL API using C# and .NET. All classes are accessible within the `ShopifyNet.AdminTypes` namespace. + +## Installation + +To install ShopifyNet, run the following command in your .NET project: + +```bash +dotnet add package ShopifyNet