Skip to content

Commit

Permalink
Update .csproj with Nuget Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
razfriman committed Jan 16, 2018
1 parent 1dc136b commit c3f95d7
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions TeslaLib/TeslaLib.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0</Version>
<Title>TeslaLib</Title>
<PackageId>TeslaLib</PackageId>
<Authors>Raz Friman</Authors>
<PackageProjectUrl>https://github.com/razfriman/TeslaLib/</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Description>Tesla Model S C# API Implementation</Description>
<Summary>Tesla Model S C# API Implementation</Summary>
<PackageReleaseNotes>Update to .NET Core and initial release to NuGet.</PackageReleaseNotes>
<Copyright>Copyright 2018</Copyright>
<PackageTags>Tesla Model S X 3 ModelS ModelX Model3 API C# Vehicle Remote Wrapper REST</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="RestSharp" Version="106.2.1" />
Expand Down

0 comments on commit c3f95d7

Please sign in to comment.