forked from beyerch/J2534DotNet
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathJ2534-Sharp.nuspec
22 lines (22 loc) · 1.13 KB
/
J2534-Sharp.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package >
<metadata>
<id>J2534-Sharp</id>
<version>$version$</version>
<title>SAE J2534 Library</title>
<authors>BrianHumlicek</authors>
<owners>Brian Humlicek</owners>
<licenseUrl>https://raw.githubusercontent.com/BrianHumlicek/J2534-Sharp/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/BrianHumlicek/J2534-Sharp.git</projectUrl>
<iconUrl>https://raw.githubusercontent.com/BrianHumlicek/J2534-Sharp/master/car-diagnostics-icon-01-.jpg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>J2534-Sharp provides an easy solution to working with unmanaged SAE J2534 spec libraries. It handles the heavy lifting by wrapping the SAE library with a C# friendly API</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2023 Brian Humlicek. All rights reserved.</copyright>
<tags>J2534 2534 OBD OBD-II SAE Diagnostics Drewtech</tags>
</metadata>
<files>
<file src="bin\$configuration$\J2534-Sharp.dll" target="lib\net48\" />
<file src="bin\$configuration$\J2534-Sharp.XML" target="lib\net48\" />
</files>
</package>