|
5 | 5 | <PlatformTarget>anycpu</PlatformTarget> |
6 | 6 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
7 | 7 | <AssemblyName>SocketLabs</AssemblyName> |
8 | | - <PackageId>SocketLabs</PackageId> |
| 8 | + <PackageId>SocketLabs.EmailDelivery</PackageId> |
9 | 9 | <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
10 | 10 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
11 | | - <Version>1.2.3</Version> |
| 11 | + <Version>1.3.0</Version> |
12 | 12 | <Copyright>Copyright © 2018-2022 SocketLabs Acquisition LLC</Copyright> |
13 | | - <PackageIconUrl>https://www.socketlabs.com/assets/socketlabs-logo1.png</PackageIconUrl> |
14 | | - <Authors>SocketLabs Development Team</Authors> |
15 | | - <Product>SocketLabs .Net Client Library</Product> |
16 | | - <NoWarn></NoWarn> |
17 | | - <TeamCityBuild>false</TeamCityBuild> |
18 | | - <AssemblyVersion>1.2.1</AssemblyVersion> |
19 | | - <FileVersion>1.2.1</FileVersion> |
| 13 | + <Authors>Joe Cooper, David Schrenker, Matt Reibach, Ryan Lydzinski, Mike Goodfellow, Saranya Kavuri</Authors> |
| 14 | + <Product>SocketLabs .Net Client Library</Product> |
| 15 | + <AssemblyVersion>1.3.0</AssemblyVersion> |
| 16 | + <FileVersion>1.3.0</FileVersion> |
| 17 | + <Description>Easily send email messages using the SocketLabs Injection API.</Description> |
| 18 | + <RepositoryUrl>https://github.com/socketlabs/socketlabs-csharp</RepositoryUrl> |
| 19 | + <PackageProjectUrl>https://inject.docs.socketlabs.com/</PackageProjectUrl> |
| 20 | + <PackageIcon>icon.png</PackageIcon> |
| 21 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 22 | + <PackageLicenseFile>..\..\LICENSE.md</PackageLicenseFile> |
| 23 | + <PackageTags>email;injection;api;library;client;</PackageTags> |
20 | 24 | </PropertyGroup> |
21 | 25 |
|
22 | | - <PropertyGroup Condition="'$(TeamCitySignAssembly)' != ''"> |
23 | | - <SignAssembly>true</SignAssembly> |
24 | | - <DelaySign>false</DelaySign> |
25 | | - </PropertyGroup> |
26 | | - |
27 | | - <PropertyGroup Condition=" '$(TEAMCITY_BUILD_PROPERTIES_FILE)' != ''"> |
28 | | - <TeamCityBuild>true</TeamCityBuild> |
29 | | - </PropertyGroup> |
30 | | - |
31 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.3|AnyCPU'"> |
32 | | - <WarningsAsErrors /> |
33 | | - </PropertyGroup> |
34 | | - |
35 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> |
36 | | - <Reference Include="System" /> |
37 | | - </ItemGroup> |
38 | | - |
39 | 26 | <ItemGroup> |
40 | | - <Compile Remove="help\**" /> |
41 | | - <EmbeddedResource Remove="help\**" /> |
42 | | - <None Remove="help\**" /> |
43 | | - </ItemGroup> |
44 | | - |
45 | | - <ItemGroup> |
46 | | - <Compile Remove="InjectionApi\BulkTemplateMessage.cs" /> |
47 | | - <Compile Remove="InjectionApi\MergeData.cs" /> |
48 | | - <Compile Remove="InjectionApi\MessageBase.cs" /> |
49 | | - <Compile Remove="InjectionApi\ValidationResponse.cs" /> |
50 | | - <Compile Remove="InjectionApi\ValidationResult.cs" /> |
51 | | - </ItemGroup> |
52 | | - |
53 | | - |
54 | | - <ItemGroup> |
55 | | - <None Include="SocketLabs.shfbproj" /> |
| 27 | + <None Include="..\..\docs\images\icon.png"> |
| 28 | + <Pack>True</Pack> |
| 29 | + <PackagePath>\</PackagePath> |
| 30 | + </None> |
| 31 | + <None Include="..\..\README.md"> |
| 32 | + <Pack>True</Pack> |
| 33 | + <PackagePath>\</PackagePath> |
| 34 | + </None> |
| 35 | + <None Include="..\..\LICENSE.md"> |
| 36 | + <Pack>False</Pack> |
| 37 | + <PackagePath>\</PackagePath> |
| 38 | + </None> |
56 | 39 | </ItemGroup> |
57 | 40 |
|
58 | 41 | <ItemGroup> |
59 | 42 | <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
60 | 43 | <PackageReference Include="System.Net.Http" Version="4.3.4" /> |
61 | 44 | </ItemGroup> |
62 | 45 |
|
63 | | - <Target Name="TeamCity" AfterTargets="Build" Condition=" '$(TeamCityBuild)'=='true' AND '$(TargetFileName)' != ''"> |
64 | | - <GetAssemblyIdentity AssemblyFiles="bin\$(ConfigurationName)\$(TargetFramework)\$(TargetFileName)"> |
65 | | - <Output TaskParameter="Assemblies" ItemName="AssemblyIdentity" /> |
66 | | - </GetAssemblyIdentity> |
67 | | - <Message Text="##teamcity[buildNumber '%(AssemblyIdentity.Version)']" /> |
68 | | - </Target> |
69 | | - |
70 | 46 | </Project> |
0 commit comments