1
0

Kleinere Änderungen, Dokumentation und Git-Dateien

This commit is contained in:
2021-10-24 16:51:17 +02:00
parent 9f9ee9469e
commit b74eb5b958
12 changed files with 187 additions and 170 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# Common
This is a collection of commonly used extensions, etc. on my projects.
To save time, they are all packed to NuGet packages.
## Documentation
Documentation can be found here: [AM.WD Wiki](https://wiki.am-wd.de/libs/common)
## Use in projects
Create a `nuget.config` file in your root project folder (where the `.sln` file is located)
```
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AM.WD" value="https://nuget.am-wd.de/v3/index.json" />
</packageSources>
</configuration>
```