-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Philipp Riegelmann
committed
Mar 12, 2024
1 parent
03e8b0e
commit 14c95f9
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
# Queo.Commons | ||
|
||
[](https://dev.azure.com/queo-commons/Commons-OpenSource/_build/latest?definitionId=1&branchName=main) [](https://dev.azure.com/queo-commons/Commons-OpenSource/_build/latest?definitionId=1&branchName=develop) | ||
|
||
## Description | ||
Queo.Commons is the basic package for using the various Queo.Commons functionalities. | ||
|
||
[](https://dev.azure.com/queo-commons/Commons-OpenSource/_build/latest?definitionId=1&branchName=main) [](https://dev.azure.com/queo-commons/Commons-OpenSource/_build/latest?definitionId=1&branchName=develop) | ||
|
||
## Example | ||
- | ||
|
||
### Steps: | ||
- | ||
|
||
## How to use it | ||
- include Nuget-Package (queo.commons) | ||
|
||
```powershell | ||
Find-Package queo.commons | ||
Install-Package queo.commons -ProjectName MyProject | ||
``` |