GuitarAlchemist.GA.Business.Core 1.0.6-alpha

This is a prerelease version of GuitarAlchemist.GA.Business.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package GuitarAlchemist.GA.Business.Core --version 1.0.6-alpha
NuGet\Install-Package GuitarAlchemist.GA.Business.Core -Version 1.0.6-alpha
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="GuitarAlchemist.GA.Business.Core" Version="1.0.6-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GuitarAlchemist.GA.Business.Core --version 1.0.6-alpha
#r "nuget: GuitarAlchemist.GA.Business.Core, 1.0.6-alpha"
#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 GuitarAlchemist.GA.Business.Core as a Cake Addin
#addin nuget:?package=GuitarAlchemist.GA.Business.Core&version=1.0.6-alpha&prerelease

// Install GuitarAlchemist.GA.Business.Core as a Cake Tool
#tool nuget:?package=GuitarAlchemist.GA.Business.Core&version=1.0.6-alpha&prerelease

Project Title

Guitar Alchemist

Description

.NET library to manipulate music/fretted instrument objects like notes, intervals, keys, scales, etc... (Experimental)

Authors

Stephane Pareilleux

Version History

  • 1.0.1 - Initial version (Experimental)

Acknowledgments

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.

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.17 123 3/31/2024
1.0.16 97 3/29/2024
1.0.15 107 3/29/2024
1.0.14 638 12/20/2022
1.0.13 634 12/17/2022
1.0.12 666 12/10/2022
1.0.11 624 11/25/2022
1.0.10-beta1 456 11/25/2022
1.0.9 623 11/25/2022
1.0.8 706 10/28/2022
1.0.7 699 10/23/2022
1.0.6-alpha-2 473 10/21/2022
1.0.6-alpha-1 466 10/21/2022
1.0.6-alpha 443 10/21/2022
1.0.5 694 10/21/2022
1.0.4 748 10/16/2022
1.0.3-alpha 471 10/15/2022
1.0.2-alpha 426 10/15/2022
1.0.1-alpha 462 10/15/2022
1.0.0 737 10/14/2022

2022-10-21 - Attempt to remove the need for '#r "nuget:FSharp.Configuration,2.0.0"' in notebooks
2022-10-21 - Added instruments/tunings config
2022-10-15 - Initial version