Skip to content

Commit

Permalink
Nuget Push
Browse files Browse the repository at this point in the history
Pushed package to live nuget server
  • Loading branch information
Zack Walsh committed Mar 18, 2022
1 parent 404ea31 commit 2c5750a
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions SharpWrapperNuget/NupkgConfig/SharpWrap2534.3.3.1.251.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>SharpWrap2534</id>
<version>3.3.1.251</version>
<title>SharpWrap2534</title>
<authors>Zachary Walsh - MEAT Inc</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">AGPL-3.0-or-later</license>
<projectUrl>https://github.com/MEAT-Inc/Sharp2534Wrapper</projectUrl>
<repository type="git" url="https://github.com/MEAT-Inc/Sharp2534Wrapper/"/>
<description>
## **SharpWrap2534**
- SharpWrap2534 is an approach at trying to build and deploy and easily consumable, user friendly, J2534 API wrapper in C#.
- As always, pull this version in using the Nuget PM with the command
- ` dotnet add PROJECT package SharpWrap2534 --version LATEST `
---
### Change Log For Release
- Fixed a ton of session configuration issues.
- Pathed up some lookup routines that were throwing null ref issues.
- Included new code for closing down session instances instead of relying on dispose/dctor routines.
- Releasing this version onto main as a package and DLL assembly.
</description>
<releaseNotes>
- Fixed a ton of session configuration issues.
- Pathed up some lookup routines that were throwing null ref issues.
- Included new code for closing down session instances instead of relying on dispose/dctor routines.
- Releasing this version onto main as a package and DLL assembly.
</releaseNotes>
<copyright>MEAT Inc (2021)</copyright>
<tags>3.3.1.251-session-setup</tags>
<dependencies>
<group targetFramework=".NETFramework4.7.2">
<dependency id="NLog" version="4.7.12"/>
<dependency id="SharpLogger" version="1.4.10.109"/>
</group>
</dependencies>
<references>
<group targetFramework="net472">
<reference file="NLog.dll"/>
<reference file="SharpLogger.dll" />
<reference file="SharpWrap2534.dll" />
</group>
</references>
</metadata>
<files>
<file src="lib\net472\**\*.*" target="lib\net472"/>
</files>
</package>

0 comments on commit 2c5750a

Please sign in to comment.