Update project to .NET 8 and auto update mac db

This commit is contained in:
Stone_Red
2024-05-01 01:36:31 +02:00
parent a4536f05d8
commit 6de6edbf48
8 changed files with 119 additions and 44624 deletions
+3 -3
View File
@@ -40,7 +40,7 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's
possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version
number is final, that is considered a released version and not a prerelease. -->
<version>0.2.0.20240103</version>
<version>1.0.0.0</version>
<!-- <packageSourceUrl>Where is this Chocolatey package located (think GitHub)? packageSourceUrl
is highly recommended for the community feed</packageSourceUrl>-->
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for
@@ -68,7 +68,7 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
what url are the software docs located?</docsUrl>-->
<!--<mailingListUrl></mailingListUrl>-->
<!--<bugTrackerUrl></bugTrackerUrl>-->
<tags>arp-scanner arp p2p fiel-transfer</tags>
<tags>arp-scanner arp</tags>
<summary>A lightweight cross-platform IP scanner</summary>
<description>
**Usage**
@@ -112,6 +112,6 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
<files>
<!-- this section controls what actually gets packaged into the Chocolatey package -->
<file src="tools\**" target="tools" />
<file src="..\src\ARP-Scanner\bin\Release\net6.0\**" target="tools" />
<file src="..\src\ARP-Scanner\bin\Release\net8.0\**" target="tools" />
</files>
</package>