01-BookStore 1.0.0

dotnet add package 01-BookStore --version 1.0.0
NuGet\Install-Package 01-BookStore -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="01-BookStore" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add 01-BookStore --version 1.0.0
#r "nuget: 01-BookStore, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install 01-BookStore as a Cake Addin
#addin nuget:?package=01-BookStore&version=1.0.0

// Install 01-BookStore as a Cake Tool
#tool nuget:?package=01-BookStore&version=1.0.0

Certainly! Here's your ReadMe file in Markdown format:

# BookStore Program ReadMe

## Introduction

This C# program is designed to manage a book store's inventory and borrowed books. It allows you to add or delete books, display the list of added books, and manage borrowed books with borrower details.

## Classes

### 1. Books Class

- Responsible for storing lists of books to be added and deleted.

### 2. BookStoreProgram Class

- Main class managing the book store operations.
- Includes methods to add or delete books, display added books, and manage borrowed books.

## Usage

1. Run the program.
2. Choose an operation:
   - Press `1` to add or delete a book.
   - Press `2` to display the list of added books.
   - Press `3` to manage borrowed books.

### Adding or Deleting Books

- Choose the operation by entering `1`.
- Enter the number of books to add or delete.
- Follow the prompts to enter the book names.

### Displaying Added Books

- Choose the operation by entering `2`.
- View the list of books you've added.

### Managing Borrowed Books

- Choose the operation by entering `3`.
- Enter the number of readers who borrowed books.
- Follow the prompts to enter borrower details.

## Important Note

- If a user doesn't return the book on time, a penalty will be charged. A warning is displayed in red.

## Author

Laiba

Feel free to contact me for any inquiries or improvements.
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 389 1/4/2024