Syslib.Core
1.1.0
dotnet add package Syslib.Core --version 1.1.0
NuGet\Install-Package Syslib.Core -Version 1.1.0
<PackageReference Include="Syslib.Core" Version="1.1.0" />
<PackageVersion Include="Syslib.Core" Version="1.1.0" />
<PackageReference Include="Syslib.Core" />
paket add Syslib.Core --version 1.1.0
#r "nuget: Syslib.Core, 1.1.0"
#:package Syslib.Core@1.1.0
#addin nuget:?package=Syslib.Core&version=1.1.0
#tool nuget:?package=Syslib.Core&version=1.1.0
Core functionality for syslib dependent applications; randomization (note that randombyte ranges from 0-99, and randomnumber ranges 0-99 999 999), string (8 bit character) manipulation with converter to and from standard string (16 bit) and various list storage
1.1.0 Improvements, bug fixes and new functionality
- Added CQue replaces CStack that will be removed
- Added CListLight a lightweight variant of CList
- Added BStr a lightweight string (8bit) storage as a complement to CStr, where both implement IStr
- Obsolete CStack
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. 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. 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. |
-
net5.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Syslib.Core:
| Package | Downloads |
|---|---|
|
Syslib.Games
Syslib library for play card games (play card, deck, stack, hand, play cards rank) Texas Hold Em game table, ai and player Sudoku (solver and validator) |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Added CQue that replaces obsolete CStack to be removed
- Added CListLight a lightweight variant of CList
- Added BStr a lightweight string (8bit char) storage as a complement to CStr, where both implement IStr