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 22
22
- " Data.EFCore"
23
23
- " Data.Security"
24
24
- " Data.Validation"
25
+ - " Data.Validation.FluentValidation"
25
26
- " Diagnostics"
26
27
- " Foundation"
27
- - " Media.Image"
28
28
- " Networking"
29
29
- " Runtime"
30
30
- " 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
31
31
| 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 ) |
32
32
| 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 ) |
33
33
| 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 ) |
35
34
| 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 ) |
36
35
| 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 ) |
37
36
| 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
31
31
| MADE.Data.Validation | [ ![ NuGet] ( https://img.shields.io/nuget/v/MADE.Data.Validation )] ( https://www.nuget.org/packages/MADE.Data.Validation/ ) |
32
32
| MADE.Data.Validation.FluentValidation | [ ![ NuGet] ( https://img.shields.io/nuget/v/MADE.Data.Validation.FluentValidation )] ( https://www.nuget.org/packages/MADE.Data.Validation.FluentValidation/ ) |
33
33
| 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/ ) |
35
34
| MADE.Networking | [ ![ NuGet] ( https://img.shields.io/nuget/v/MADE.Networking )] ( https://www.nuget.org/packages/MADE.Networking/ ) |
36
35
| MADE.Runtime | [ ![ NuGet] ( https://img.shields.io/nuget/v/MADE.Runtime )] ( https://www.nuget.org/packages/MADE.Runtime/ ) |
37
36
| 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:
126
125
127
126
</span >
128
127
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
-
143
128
#### Networking
144
129
145
130
The 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