Skip to content

Commit

Permalink
Updated csproj file with necessary information
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-will committed Dec 29, 2021
1 parent 1a7c944 commit de89d75
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/SocketCANSharp/SocketCANSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<OutputType>Library</OutputType>
<AssemblyName>SocketCANSharp</AssemblyName>
<Version>0.1.0.0</Version>
<Authors>Derek Will</Authors>
<Company></Company>
<Title>SocketCAN#</Title>
<Product>SocketCAN#</Product>
<PackageId>SocketCANSharp</PackageId>
<FileVersion>0.1.0.0</FileVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<Description>.NET managed wrapper for SocketCAN on Linux</Description>
<Summary>.NET managed wrapper for SocketCAN on Linux</Summary>
<Copyright>Copyright © Derek Will 2021</Copyright>
<PackageLicenseExpression>BSD 3-Clause</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/derek-will/SocketCANSharp</PackageProjectUrl>
<!--<PackageIconUrl></PackageIconUrl>-->
<PackageTags>CAN-bus;ISO-TP;ISO15765;J1939</PackageTags>
<!--<PackageReleaseNotes></PackageReleaseNotes>-->
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

</Project>

0 comments on commit de89d75

Please sign in to comment.