forked from dotpcap/packetnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPacketDotNet.nuspec
More file actions
17 lines (17 loc) · 800 Bytes
/
PacketDotNet.nuspec
File metadata and controls
17 lines (17 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>PacketDotNet</id>
<version>1.4.0</version>
<authors>Chris Morgan</authors>
<owners>chmorgan</owners>
<licenseUrl>https://www.mozilla.org/en-US/MPL/2.0/</licenseUrl>
<projectUrl>https://github.com/chmorgan/packetnet</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>High performance .NET assembly for dissecting and constructing network packets such as ethernet, ip, tcp, udp etc.</description>
<repository type="git" url="https://github.com/chmorgan/packetnet" />
</metadata>
<files>
<file src="lib\**" target="lib/{framework name}[{version}]" />
</files>
</package>