|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
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 | + <PropertyGroup> |
| 5 | + <VersionPrefix>3.4.1</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> |
| 19 | + </PropertyGroup> |
4 | 20 | <PropertyGroup>
|
5 | 21 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
6 | 22 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
40 | 56 | <SignAssembly Condition="Exists('$(AssemblyOriginatorKeyFile)')">true</SignAssembly>
|
41 | 57 | </PropertyGroup>
|
42 | 58 | <PropertyGroup>
|
43 |
| - <AssemblyOriginatorKeyFile>csharphttpclient.pfx</AssemblyOriginatorKeyFile> |
| 59 | + <AssemblyOriginatorKeyFile>../csharphttpclient.snk</AssemblyOriginatorKeyFile> |
44 | 60 | </PropertyGroup>
|
45 | 61 | <ItemGroup>
|
46 | 62 | <Reference Include="System" />
|
|
60 | 76 | </ItemGroup>
|
61 | 77 | <ItemGroup>
|
62 | 78 | <None Include="App.config" />
|
63 |
| - <None Include="csharphttpclient.pfx" /> |
| 79 | + <None Include="csharphttpclient.snk" /> |
64 | 80 | </ItemGroup>
|
65 | 81 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
66 | 82 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
0 commit comments