my-basic-calculator 1.0.0

dotnet tool install --global my-basic-calculator --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local my-basic-calculator --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=my-basic-calculator&version=1.0.0
nuke :add-package my-basic-calculator --version 1.0.0

My Markdown File

MyAwesomeCalculator NuGet Package

This NuGet package, MyAwesomeCalculator, provides a basic calculator library with common arithmetic operations.

Metadata

Package Information

  • Package Id: MyBasicCalculator
  • Version: 1.0.0
  • Authors: Pradeep Shrestha
  • Owners: MagicCalculus
  • Copyright: Copyright (c) 2023 YourCompany. All rights reserved.

Project Information

  • Project URL: [https://C:\Users\shres\source\repos\CalculatorLibrary\my-basic-calculator)
  • Icon: [depositphotos_42614461-stock-illustration-free-hand-sketch-of-calculator.jpg)

Description

This package contains a set of essential functionalities for performing basic arithmetic operations such as addition, subtraction, multiplication, and division.

Usage

To use this package in your project:

  1. Install the package via NuGet Package Manager or use the following command:

  2. Import the necessary namespaces in your code:

using MyBasicCalculator;


// Example usage:
var calculator = new BasicCalculator();
int result = calculator.Add(5, 3);
// Result: 8


This README file includes sections detailing metadata, project information, a brief description, usage instructions, and additional resources related to the NuGet package. Adjust and expand these sections based on the specific details and functionality of your package.
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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.

This package has no dependencies.

Version Downloads Last updated
1.0.0 233 12/8/2023