Skip to content

Commit 523fdb9

Browse files
authored
Update README.md
1 parent 81cbd69 commit 523fdb9

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ This repo is the table of content of the `ForEvolve` projects.
44

55
## NuGet
66

7-
**[comming soon with v1.0.0]**
8-
97
All released packages are available on NuGet.org.
108

119
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
1513

1614
All prerelease packages are available in the following MyGet feed: [NuGet V3 feed](https://www.myget.org/F/forevolve/api/v3/index.json).
1715

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]`.
1917

2018
#### How to use a custom NuGet feed?
2119

2220
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).
2321

2422
> MyGet feed URI: https://www.myget.org/F/forevolve/api/v3/index.json
2523
26-
## .NET Standard Projects
24+
## .NET Standard/Core Projects
2725

2826
### ForEvolve MetaPackages
2927

30-
[![ForEvolve VSTS Build Status](https://forevolve.visualstudio.com/_apis/public/build/definitions/b800edd0-96da-46c1-a089-06a4466e62d9/17/badge)](https://www.myget.org/F/forevolve/api/v3/index.json)
28+
[![Build Status](https://forevolve.visualstudio.com/ForEvolve-Framework/_apis/build/status/ForEvolve.App)](https://forevolve.visualstudio.com/ForEvolve-Framework/_build/latest?definitionId=34)
29+
30+
[ForEvolve MetaPackages](https://github.com/ForEvolve/MetaPackages) contains the following metapackages:
3131

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).
3334

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.
3536

3637
### ForEvolve Framework
3738

3839
![VSTS build build status](https://forevolve.visualstudio.com/_apis/public/build/definitions/fdc5922a-3dc1-4827-97a6-0f622b2fd497/26/badge)
3940

40-
[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.
4142

4243
Please visit the project repository for more information.
4344

4445
### AspNetCore Localization
4546

4647
[![forevolve MyGet Build Status](https://www.myget.org/BuildSource/Badge/forevolve?identifier=b9aba5cc-96df-42d0-bf33-ed89456a6fdf)](https://www.myget.org/F/forevolve/api/v3/index.json)
4748

48-
[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.
4950

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.
5152

5253
Please visit the project repository for more information.
5354

0 commit comments

Comments
 (0)