Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ResPlan.Library/ResPlan.Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>ResPlan.Library</PackageId>
<PackageId>ResPlan.NET</PackageId>
<Authors>ResPlan Contributors</Authors>
<Company>ResPlan</Company>
<Product>ResPlan</Product>
Expand Down
Loading