Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
/ compatibility Public archive

An overview of the compatibility between Funcky* packages

Notifications You must be signed in to change notification settings

polyadic/compatibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Compatibility

The following illustration shows how various packages under the Funcky umbrella are compatible with each other.

                                    ┌─────── Released ────────┐ ┌─ Planned ─┐
                                    ┊                         ┊ ┊           ┊
                                    ┌───────────┐ ┌───────────┐ ┌───────────┐
┌─── Funcky                         │    1.x    │ │    2.x    │ │    3.x    │
│                                   └───────────┘ └───────────┘ └───────────┘
│                                                 ┊             ┊           ┊
│                                                 ┊             ┌───────────┐
│ ┌─ (System.Linq.Async)                          ┊             │    5.x    │
│ │                                               ┊             └───────────┘
│ │                                               ┊             ┊           ┊
│ │                                               ┊             ┌───────────┐
├─┴─ Funcky.Async                                 ┊             │    1.x    │
│                                                 ┊             └───────────┘
│                                                 ┊             ┊           ┊
│                                                 ┌─────────────────────────┐
│ ┌─ (XUnit)                                      │           2.x           │
│ │                                               └─────────────────────────┘
│ │                                               ┊             ┊           ┊
│ │                                               ┌─────────────────────────┐
├─┴─ Funcky.XUnit                                 │         0.1.x           │
│                                                 └─────────────────────────┘
│                                                 ┊             ┊           ┊
│                                                 ┌───────────┐ ┌───────────┐
├─── Funcky.Money                                 │    1.x    │ │    2.x    │
│                                                 └───────────┘ └───────────┘
│                                                 ┊                         ┊
│                                                 ┌────────┐ ┌─────┐ ┌──────┐
│ ┌─ (Microsoft.EntityFrameworkCore)              │ >3.1.x │ │ 4.x │ │ 5.x  │
│ │                                               └────────┘ └─────┘ └──────┘
│ │                                               ┊                         ┊
│ │                                               ┌─────────────────────────┐
└─┴─ Funcky.EntityFrameworkCore                   │         0.1.x           │
                                                  └─────────────────────────┘

Packages

NuGet package

NuGet package

NuGet package

NuGet package

Explanation

  • Dependencies always point upwards.
  • The x in a version stands for the newest released version.
  • Dotted lines () indicate the mayor releases from Funcky.
  • Packages in parenthesis are important external dependencies.

About

An overview of the compatibility between Funcky* packages

Resources

Stars

Watchers

Forks