jpsmith-lib 1.0.3

dotnet add package jpsmith-lib --version 1.0.3
                    
NuGet\Install-Package jpsmith-lib -Version 1.0.3
                    
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="jpsmith-lib" Version="1.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="jpsmith-lib" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="jpsmith-lib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add jpsmith-lib --version 1.0.3
                    
#r "nuget: jpsmith-lib, 1.0.3"
                    
#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.
#:package jpsmith-lib@1.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=jpsmith-lib&version=1.0.3
                    
Install as a Cake Addin
#tool nuget:?package=jpsmith-lib&version=1.0.3
                    
Install as a Cake Tool

JPS Library

The JPS library is my own personal library for common methods that I use across my .NET projects. The JPS library is free and open-source software (FOSS) published under the MIT License. See LICENSE.txt for details. <p>&nbsp</p>

Description

This library contains methods that I find useful across many .NET applications. It is constantly growing with new namespaces, classes, and methods, so be sure to check back frequently for updates. <p>&nbsp</p>

Getting Started

You can find the compiled library in the JPS.dll file at the root of the repository. To use the library, add the .dll file to your solution and add a project referemce to the library. <p>&nbsp</p>

Namespaces

The following namespaces are included in the JPS library:

JPS
JPS.Data
JPS.Data.Cryptography
JPS.Data.Encoding
JPS.Data.Serialization
JPS.File
JPS.Math
JPS.Math.Algorithm
JPS.Math.Coordinates
JPS.Math.Logic
JPS.Math.Statistics
JPS.Math.Physics <p>&nbsp</p>

Classes

The following classes are included in the JPS library:

JPS.Data.Cryptography.AES
JPS.Data.Cryptography.RSA
JPS.Data.Cryptography.SHA512
JPS.Data.Encoding.ASCII
JPS.Data.Encoding.UTF8
JPS.Data.Serialization.XML
JPS.Data.Http
JPS.Data.Process
JPS.File.Directory
JPS.Math.Algorithm.Pathfinding
JPS.Math.Algorithm.Pathfinding.AstarNode
JPS.Math.Algorithm.Search
JPS.Math.Algorithm.Sort
JPS.Math.Algorithm.String
JPS.Math.Coordinates.Cartesian
JPS.Math.Coordinates.Spherical
JPS.Math.Logic.Set
JPS.Math.Statistics.Population
JPS.Math.Statistics.Sample
JPS.Math.Statistics.StatisticalSet
JPS.Math.Random
JPS.Math.Vector2f
JPS.Math.Vector2i
JPS.Math.Vector3f
JPS.Math.Vector3i
JPS.Physics.Dynamics
JPS.Physics.Kinematics
JPS.ResultWithData <p>&nbsp</p>

Authors

Jack P Smith - jackpsmith@jackpsmith.com <p> </p>

License

The JPS library is licensed under the MIT License - see the LICENSE.txt file for details.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.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.3 307 4/20/2025
1.0.2 205 10/31/2024
1.0.1 170 10/26/2024
1.0.0 191 10/26/2024