|
2 | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
5 | | - <VersionPrefix>3.4.2</VersionPrefix> |
6 | | - <AssemblyName>SendGrid.CSharp.HTTP.Client</AssemblyName> |
7 | | - <Authors>Elmer Thomas;Twilio DX Team</Authors> |
8 | | - <Company>Twilio SendGrid</Company> |
9 | | - <Product>Twilio SendGrid</Product> |
10 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
11 | | - <PackageProjectUrl>https://sendgrid.com/</PackageProjectUrl> |
12 | | - <RepositoryUrl>https://github.com/sendgrid/csharp-http-client.git</RepositoryUrl> |
13 | | - <RepositoryType>git</RepositoryType> |
14 | | - <PackageIconUrl>https://sendgrid.com/wp-content/themes/sgdotcom/pages/resource/brand//2016/SendGrid-Logomark.png</PackageIconUrl> |
15 | | - <PackageDescription>Quickly and easily access any REST or REST-like API using a fluent interface via method chaining and reflection.</PackageDescription> |
16 | | - <PackageReleaseNotes>Please see: https://github.com/sendgrid/csharp-http-client/releases</PackageReleaseNotes> |
17 | | - <PackageTags>Twilio;SendGrid;Email;Mail;Microsoft;Azure;Transactional;.NET Core</PackageTags> |
18 | | - <Copyright>Twilio SendGrid, Inc. 2020</Copyright> |
| 5 | + <Authors>Twilio</Authors> |
| 6 | + <Description>A Simple Fluent REST API Client.</Description> |
19 | 7 | </PropertyGroup> |
20 | 8 | <PropertyGroup> |
21 | 9 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
76 | 64 | </ItemGroup> |
77 | 65 | <ItemGroup> |
78 | 66 | <None Include="App.config" /> |
79 | | - <None Include="csharphttpclient.snk" /> |
| 67 | + <None Include="../csharphttpclient.snk" /> |
| 68 | + <None Include="SendGridCSharpHTTPClient.nuspec" /> |
80 | 69 | </ItemGroup> |
81 | 70 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
82 | 71 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
0 commit comments