0c26241101
- rimessa riga versione in file nuget
21 lines
786 B
XML
21 lines
786 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package >
|
|
<metadata>
|
|
<id>EgwWPFBaseLib</id>
|
|
<version>0.0.0.0</version> <!-- verrà sovrascritto a runtime -->
|
|
<title>EgwWPFBaseLib</title>
|
|
<authors>Emmanuele Sassi</authors>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<!-- <icon>icon.png</icon> -->
|
|
<description>EgwWPFBaseLib</description>
|
|
<copyright>Copyright © 2020-2025 by Egalware s.r.l.</copyright>
|
|
<dependencies>
|
|
<dependency id="Newtonsoft.Json" version="13.0.4" />
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="EgwWPFBaseLib\bin\Debug\Egw*.dll" target="lib" />
|
|
<file src="EgwWPFBaseLib\bin\Debug\Egw*.config" target="lib" />
|
|
<file src="EgwWPFBaseLib\bin\Debug\Egw*.pdb" target="lib" />
|
|
</files>
|
|
</package> |