FlashCards.Core 1.0.12

dotnet add package FlashCards.Core --version 1.0.12
                    
NuGet\Install-Package FlashCards.Core -Version 1.0.12
                    
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="FlashCards.Core" Version="1.0.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FlashCards.Core" Version="1.0.12" />
                    
Directory.Packages.props
<PackageReference Include="FlashCards.Core" />
                    
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 FlashCards.Core --version 1.0.12
                    
#r "nuget: FlashCards.Core, 1.0.12"
                    
#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 FlashCards.Core@1.0.12
                    
#: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=FlashCards.Core&version=1.0.12
                    
Install as a Cake Addin
#tool nuget:?package=FlashCards.Core&version=1.0.12
                    
Install as a Cake Tool

FlashCards-Core

A C# .Net project that provides a basic framework to create flash cards and organize them into sets.

While trying to learn a new language, I've come to realize that online solutions for Flash Cards applications didn't suit my needs. I decided to work on one for myself, as an opportunity to learn using the Google Cloud APIs.

This is a proof of concept relying on internal storage at the moment as this is for my personal, and hard-typed Google Cloud Api usage.

Once I reach satisfactory results with my WPF implementation, I will work to make it work depending on other environments and contexts.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 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.12 166 2/5/2024
1.0.11 130 2/5/2024
1.0.10 153 2/5/2024

Initial release.