EgtDotNETBasis 3.1a1 :

- tolta dipendenza inutile da NewtonsoftJson
This commit is contained in:
Dario Sassi
2026-01-08 12:49:09 +01:00
parent 22b1058a1e
commit 01b9c9952d
3 changed files with 2 additions and 8 deletions
-3
View File
@@ -9,9 +9,6 @@
<!-- <icon>icon.png</icon> -->
<description>EgtDotNETBasis</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="EgtDotNETBasis\bin\Debug\Egt*.dll" target="lib" />
-3
View File
@@ -9,9 +9,6 @@
<!-- <icon>icon.png</icon> -->
<description>EgtDotNETBasis</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="EgtDotNETBasis\bin\Release\Egt*.dll" target="lib" />
+2 -2
View File
@@ -28,5 +28,5 @@ Imports System.Runtime.InteropServices
' Revision
'
<Assembly: AssemblyVersion("2.7.11.20")>
<Assembly: AssemblyFileVersion("2.7.11.20")>
<Assembly: AssemblyVersion("3.1.1.1")>
<Assembly: AssemblyFileVersion("3.1.1.1")>