https://github.com/forevolve/metapackages
ForEvolve Framework metapackages
https://github.com/forevolve/metapackages
asp-net aspnetcore dotnet-standard metapackage net-core-2 net-standard-2
Last synced: about 1 year ago
JSON representation
ForEvolve Framework metapackages
- Host: GitHub
- URL: https://github.com/forevolve/metapackages
- Owner: ForEvolve
- License: mit
- Created: 2017-07-29T02:07:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T03:21:28.000Z (over 7 years ago)
- Last Synced: 2025-06-02T09:20:45.283Z (about 1 year ago)
- Topics: asp-net, aspnetcore, dotnet-standard, metapackage, net-core-2, net-standard-2
- Language: C#
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MetaPackages
This if the home of the ForEvolve Framework meta-packages.
_I may create more meta-packages in the future, hence the plural name of the repository. The next one may aim at unit/integration/end-to-end testing._
## ForEvolve.App
This NuGet package includes all the other ForEvolve application packages.
By referencing this meta-package, it should be easier to use the ForEvolve Framework.
If you prefer fine-grained packages referencing, you can still do it, but you will need to know the packages a little more.
- VSTS Build: [](https://forevolve.visualstudio.com/ForEvolve-Framework/_build/latest?definitionId=34)
For more information, see the [Table of content](https://github.com/ForEvolve/Toc) project.
### How to install
```powershell
Install-Package ForEvolve.App
```
or
```powershell
dotnet add package ForEvolve.App
```
### Patch notes:
#### 1.1.1
Update `ForEvolve.AspNetCore.Localization` to version `1.2.1` (fixing Spanish).
#### 1.1.0
Update `ForEvolve.AspNetCore.Localization` to version `1.2.0` (adding Spanish).
#### 1.0.0
Initial package.