Skip to content

Commit 46cb739

Browse files
chore: updates for auto-deploy via Travis CI (#95)
1 parent d2a41d3 commit 46cb739

File tree

3 files changed

+18
-30
lines changed

3 files changed

+18
-30
lines changed

CSharpHTTPClient/CSharpHTTPClient.csproj

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<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>
420
<PropertyGroup>
521
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
622
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -40,7 +56,7 @@
4056
<SignAssembly Condition="Exists('$(AssemblyOriginatorKeyFile)')">true</SignAssembly>
4157
</PropertyGroup>
4258
<PropertyGroup>
43-
<AssemblyOriginatorKeyFile>csharphttpclient.pfx</AssemblyOriginatorKeyFile>
59+
<AssemblyOriginatorKeyFile>../csharphttpclient.snk</AssemblyOriginatorKeyFile>
4460
</PropertyGroup>
4561
<ItemGroup>
4662
<Reference Include="System" />
@@ -60,7 +76,7 @@
6076
</ItemGroup>
6177
<ItemGroup>
6278
<None Include="App.config" />
63-
<None Include="csharphttpclient.pfx" />
79+
<None Include="csharphttpclient.snk" />
6480
</ItemGroup>
6581
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6682
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

csharphttpclient.snk

596 Bytes
Binary file not shown.

nuspec/SendGrid.CSharp.HTTP.Client.3.4.1.nuspec

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)