You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,6 @@ This repo is the table of content of the `ForEvolve` projects.
4
4
5
5
## NuGet
6
6
7
-
**[comming soon with v1.0.0]**
8
-
9
7
All released packages are available on NuGet.org.
10
8
11
9
To reference all application packages, you can `Install-Package ForEvolve.App` or `dotnet add package ForEvolve.App`.
@@ -15,39 +13,42 @@ You can also reference packages individually, like `Install-Package ForEvolve.As
15
13
16
14
All prerelease packages are available in the following MyGet feed: [NuGet V3 feed](https://www.myget.org/F/forevolve/api/v3/index.json).
17
15
18
-
You can see the `*-upsilon-*` packages as alpha or pre-alpha but upsilon is more original and fun imho. Until it cause too much confusion (if it does).
16
+
~~You can see the `*-upsilon-*` packages as alpha or pre-alpha but upsilon is more original and fun imho. Until it cause too much confusion (if it does).~~ Moving forward, I will trade fun for usability; NuGet clients order those pre-release prefixes alphabetically, so using `upsilon` was a bad idea after all: `u[psilon]` comes after `a[lpha]`, `b[eta]`, `C[I]`, and `R[C]`.
19
17
20
18
#### How to use a custom NuGet feed?
21
19
22
20
I wrote [How to use a custom NuGet feed in Visual Studio 2017](http://www.forevolve.com/en/articles/2017/08/06/how-to-use-a-custom-nuget-feed-in-visual-studio-2017/) article to help get started with the framwork (or any custom feed for that matter).
[ForEvolve MetaPackages](https://github.com/ForEvolve/MetaPackages) contains the following metapackages:
31
31
32
-
[ForEvolve MetaPackages](https://github.com/ForEvolve/MetaPackages) references the other ForEvolve packages. The test helpers (for unit, integration or ... testing) are not included in the MetaPackage since it is not needed for application code.
32
+
#### ForEvolve.App
33
+
The `ForEvolve.App` metapackage references other `ForEvolve.*` packages. The test helpers (for unit, integration or ... testing) are not included in the MetaPackage since they are not needed for application code (you can load them separatly).
33
34
34
-
This package allows users to use the ForEvolve toolbox without knowing the packages division. If you prefer to reference packages individually, you can do it to; its up to you.
35
+
That package allows users to use the ForEvolve toolbox without knowing the packages division. If you prefer to reference packages individually, you can do it to; its up to you.
[ForEvolve Framework](https://github.com/ForEvolve/ForEvolve-Framework) is the main repository that contain multiple projects like AspNetCore, ApplicationInsights and Azure helpers, and DynamicInternalServerError. That project is a toolbox to boost productivity, I've centralized boilerplate code and utilities there.
41
+
[ForEvolve Framework](https://github.com/ForEvolve/ForEvolve-Framework) is the main repository that contain multiple projects like AspNetCore helpers, ApplicationInsights, Azure helpers, and DynamicInternalServerError. That project is a toolbox to boost productivity, I've centralized boilerplate code and utilities there.
41
42
42
43
Please visit the project repository for more information.
[AspNetCore Localization](https://github.com/ForEvolve/ForEvolve.AspNetCore.Localization) allows you to localized Asp.Net Core 2 validation attributes in a few line of code.
49
+
[AspNetCore Localization](https://github.com/ForEvolve/ForEvolve.AspNetCore.Localization) allows you to localize Asp.Net Core 2 validation attributes in a few line of code.
49
50
50
-
Supported languages are `English` and `French`, I only know those two languages so I can't translate into more. If you can translate messages into another language, feel free to contribute.
51
+
There are a few supported languages already, including `English` and `French`. Doing a translation is very easy, so if your language is missing, feel free to contribute.
51
52
52
53
Please visit the project repository for more information.
0 commit comments