File tree Expand file tree Collapse file tree 4 files changed +1
-60
lines changed
Expand file tree Collapse file tree 4 files changed +1
-60
lines changed Original file line number Diff line number Diff line change 2222 - " Data.EFCore"
2323 - " Data.Security"
2424 - " Data.Validation"
25+ - " Data.Validation.FluentValidation"
2526 - " Diagnostics"
2627 - " Foundation"
27- - " Media.Image"
2828 - " Networking"
2929 - " Runtime"
3030 - " Testing"
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ As many developers know, projects like MADE.NET are built and maintained in spar
3131| Data.Validation | [ ![ NuGet] ( https://img.shields.io/nuget/v/MADE.Data.Validation )] ( https://www.nuget.org/packages/MADE.Data.Validation/ ) | [ ![ NuGet] ( https://img.shields.io/nuget/vpre/MADE.Data.Validation )] ( https://www.nuget.org/packages/MADE.Data.Validation/ ) | [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/MADE.Data.Validation.svg )] ( https://www.nuget.org/packages/MADE.Data.Validation ) |
3232| Diagnostics | [ ![ NuGet] ( https://img.shields.io/nuget/v/MADE.Diagnostics )] ( https://www.nuget.org/packages/MADE.Diagnostics/ ) | [ ![ NuGet] ( https://img.shields.io/nuget/vpre/MADE.Diagnostics )] ( https://www.nuget.org/packages/MADE.Diagnostics/ ) | [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/MADE.Diagnostics.svg )] ( https://www.nuget.org/packages/MADE.Diagnostics ) |
3333| Foundation | [ ![ NuGet] ( https://img.shields.io/nuget/v/MADE.Foundation )] ( https://www.nuget.org/packages/MADE.Foundation/ ) | [ ![ NuGet] ( https://img.shields.io/nuget/vpre/MADE.Foundation )] ( https://www.nuget.org/packages/MADE.Foundation/ ) | [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/MADE.Foundation.svg )] ( https://www.nuget.org/packages/MADE.Foundation ) |
34- | Media.Image | [ ![ NuGet] ( https://img.shields.io/nuget/v/MADE.Media.Image )] ( https://www.nuget.org/packages/MADE.Media.Image/ ) | [ ![ NuGet] ( https://img.shields.io/nuget/vpre/MADE.Media.Image )] ( https://www.nuget.org/packages/MADE.Media.Image/ ) | [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/MADE.Media.Image.svg )] ( https://www.nuget.org/packages/MADE.Media.Image ) |
3534| Networking | [ ![ NuGet] ( https://img.shields.io/nuget/v/MADE.Networking )] ( https://www.nuget.org/packages/MADE.Networking/ ) | [ ![ NuGet] ( https://img.shields.io/nuget/vpre/MADE.Networking )] ( https://www.nuget.org/packages/MADE.Networking/ ) | [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/MADE.Networking.svg )] ( https://www.nuget.org/packages/MADE.Networking ) |
3635| Runtime | [ ![ NuGet] ( https://img.shields.io/nuget/v/MADE.Runtime )] ( https://www.nuget.org/packages/MADE.Runtime/ ) | [ ![ NuGet] ( https://img.shields.io/nuget/vpre/MADE.Runtime )] ( https://www.nuget.org/packages/MADE.Runtime/ ) | [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/MADE.Runtime.svg )] ( https://www.nuget.org/packages/MADE.Runtime ) |
3736| Testing | [ ![ NuGet] ( https://img.shields.io/nuget/v/MADE.Testing )] ( https://www.nuget.org/packages/MADE.Testing/ ) | [ ![ NuGet] ( https://img.shields.io/nuget/vpre/MADE.Testing )] ( https://www.nuget.org/packages/MADE.Testing/ ) | [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/MADE.Testing.svg )] ( https://www.nuget.org/packages/MADE.Testing ) |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ dotnet add package MADE.Collections
3131| MADE.Data.Validation | [ ![ NuGet] ( https://img.shields.io/nuget/v/MADE.Data.Validation )] ( https://www.nuget.org/packages/MADE.Data.Validation/ ) |
3232| MADE.Data.Validation.FluentValidation | [ ![ NuGet] ( https://img.shields.io/nuget/v/MADE.Data.Validation.FluentValidation )] ( https://www.nuget.org/packages/MADE.Data.Validation.FluentValidation/ ) |
3333| MADE.Diagnostics | [ ![ NuGet] ( https://img.shields.io/nuget/v/MADE.Diagnostics )] ( https://www.nuget.org/packages/MADE.Diagnostics/ ) |
34- | MADE.Media.Image | [ ![ NuGet] ( https://img.shields.io/nuget/v/MADE.Media.Image )] ( https://www.nuget.org/packages/MADE.Media.Image/ ) |
3534| MADE.Networking | [ ![ NuGet] ( https://img.shields.io/nuget/v/MADE.Networking )] ( https://www.nuget.org/packages/MADE.Networking/ ) |
3635| MADE.Runtime | [ ![ NuGet] ( https://img.shields.io/nuget/v/MADE.Runtime )] ( https://www.nuget.org/packages/MADE.Runtime/ ) |
3736| MADE.Testing | [ ![ NuGet] ( https://img.shields.io/nuget/v/MADE.Testing )] ( https://www.nuget.org/packages/MADE.Testing/ ) |
@@ -126,20 +125,6 @@ It includes features such as:
126125
127126</span >
128127
129- #### Media.Image
130-
131- The Media Image package is designed to be used in applications that require image processing.
132-
133- It provides capabilities, such as:
134-
135- - LoadStorageFileThumbnailImageBehavior, a UWP XAML behavior for loading a thumbnail from a ` StorageFile ` on an ` Image ` element.
136-
137- <span class =" button " >
138-
139- [ Discover Media.Image] ( features/media-image.md )
140-
141- </span >
142-
143128#### Networking
144129
145130The Networking package contains a collection of helpers for applications that use ` HttpClient ` for making network requests to APIs.
You can’t perform that action at this time.
0 commit comments