Files
DatEmAll/DatEmAll/DatEmAll.nuspec
2025-11-26 09:48:14 -07:00

36 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>DatEmAll</id>
<title>DatEmAll</title>
<version>0.0.0</version>
<description>Use the DatEmAll Library (.dll) to build dats from anywhere in your application.
First, where x.x.x is the version you are installing, install or add the DatEmAll Nuget Package to your application by downloading the [datemall.x.x.x.nupkg](https://gitemall.devemall.int.eu.org/TommySalami/DatEmAll/packages) to your project folder and opening a Nuget Package Manager Console in Visual Studio and type:
```
Install-Package datemall.x.x.x.nupkg
```
Then, create and use a new DatEmAll Object from anywhere in your application like the following:
```
DatEmAll.DatEmAll dea = new DatEmAll.DatEmAll();
```
</description>
<authors>DatEmAll</authors>
<license type="file">LICENSE.txt</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<icon>icon.png</icon>
<iconUrl>https://gitemall.devemall.int.eu.org/TommySalami/DatEmAll/raw/master/DatEmAll/Resources/Images/DatEmAll.png</iconUrl>
<projectUrl>https://www.devemall.int.eu.org</projectUrl>
<releaseNotes>See https://gitemall.devemall.int.eu.org/TommySalami/DatEmAll/releases for release notes.</releaseNotes>
<copyright>Copyright (c) 2016-2025 DatEmAll - All Rights Reserved</copyright>
<tags>DatEmAll Build Dats Automated Dat Builder Datafiles Datafile Datfiles Datfile WindowsForms WinForms Windows Forms Application Console</tags>
<repository type="git" url="https://gitemall.devemall.int.eu.org/TommySalami/DatEmAll.git" />
</metadata>
<files>
<file src="Resources\Docs\DatEmAll-LICENSE.txt" target="LICENSE.txt" />
<file src="Resources\Images\DatEmAll.png" target="icon.png" />
</files>
</package>