From d89f74c098b454b5d4a963222737a4e8b96f14e5 Mon Sep 17 00:00:00 2001
From: "google-labs-jules[bot]"
<161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Thu, 22 Jan 2026 23:37:53 +0000
Subject: [PATCH] Rename NuGet package to ResPlan.NET
- Updated `ResPlan.Library/ResPlan.Library.csproj` to set `PackageId` to `ResPlan.NET`.
- Updated `README.md` to reference the new package name in installation instructions.
---
README.md | 2 +-
ResPlan.Library/ResPlan.Library.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 1dbbd14..5a54bac 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ This library is a .NET port/adaptation of the original Python implementation, de
## Installation
-Add a reference to the `ResPlan.Library` project or install the NuGet package (if available).
+Add a reference to the `ResPlan.Library` project or install the `ResPlan.NET` NuGet package.
## Quick Start
diff --git a/ResPlan.Library/ResPlan.Library.csproj b/ResPlan.Library/ResPlan.Library.csproj
index 2ac5d19..3aa110f 100644
--- a/ResPlan.Library/ResPlan.Library.csproj
+++ b/ResPlan.Library/ResPlan.Library.csproj
@@ -4,7 +4,7 @@
net9.0
enable
enable
- ResPlan.Library
+ ResPlan.NET
ResPlan Contributors
ResPlan
ResPlan