![]() |
VOOZH | about |
dotnet add package GuitarAlchemist.GA.Business.Core --version 1.0.17
NuGet\Install-Package GuitarAlchemist.GA.Business.Core -Version 1.0.17
<PackageReference Include="GuitarAlchemist.GA.Business.Core" Version="1.0.17" />
<PackageVersion Include="GuitarAlchemist.GA.Business.Core" Version="1.0.17" />Directory.Packages.props
<PackageReference Include="GuitarAlchemist.GA.Business.Core" />Project file
paket add GuitarAlchemist.GA.Business.Core --version 1.0.17
#r "nuget: GuitarAlchemist.GA.Business.Core, 1.0.17"
#:package GuitarAlchemist.GA.Business.Core@1.0.17
#addin nuget:?package=GuitarAlchemist.GA.Business.Core&version=1.0.17Install as a Cake Addin
#tool nuget:?package=GuitarAlchemist.GA.Business.Core&version=1.0.17Install as a Cake Tool
Guitar Alchemist is a tool for exploring the guitar fretboard (Under development)
It is the sequel of the Guitar Alchemist project, started many years ago
Classes currently implemented:
GuitarAlchemist.GA.Business.Core NuGet package
GuitarAlchemist.GA.Interactive
Stephane Pareilleux
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.0.17 | 345 | 3/31/2024 | |
| 1.0.16 | 221 | 3/29/2024 | |
| 1.0.15 | 240 | 3/29/2024 | 1.0.15 is deprecated because it has critical bugs. |
| 1.0.14 | 828 | 12/20/2022 | |
| 1.0.13 | 814 | 12/17/2022 | |
| 1.0.12 | 836 | 12/10/2022 | |
| 1.0.11 | 804 | 11/25/2022 | |
| 1.0.10-beta1 | 637 | 11/25/2022 | |
| 1.0.9 | 868 | 11/25/2022 | 1.0.9 is deprecated because it has critical bugs. |
| 1.0.8 | 912 | 10/28/2022 | |
| 1.0.7 | 901 | 10/23/2022 | |
| 1.0.6-alpha-2 | 660 | 10/21/2022 | |
| 1.0.6-alpha-1 | 655 | 10/21/2022 | |
| 1.0.6-alpha | 637 | 10/21/2022 | |
| 1.0.5 | 899 | 10/21/2022 | |
| 1.0.4 | 960 | 10/16/2022 | |
| 1.0.3-alpha | 701 | 10/15/2022 | |
| 1.0.2-alpha | 605 | 10/15/2022 | |
| 1.0.1-alpha | 642 | 10/15/2022 | |
| 1.0.0 | 1,001 | 10/14/2022 | 1.0.0 is deprecated because it is no longer maintained and has critical bugs. |
2024-03-31 - Added Assets and InstrumentFinder classes
2024-03-29 - Migrated to .NET 8 / Code improvements
2022-12-16 - Fixed bug in IntervalClassVector calculation
2022-12-10 - Added Fretboard.RelativePositions (All possible relative fret vectors and translation equivalences); Added PitchClassCombinations
2022-11-24 - Added GA.Core.Combinatorics.VariationsWithRepetitions class
2022-10-28 - Fixed Instrument types generation from YAML config, fixed fretboard text rendering issues
2022-10-21 - Successful attempt to remove the need for '#r "nuget:FSharp.Configuration,2.0.0"' in notebooks
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