|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFramework>netstandard2.0</TargetFramework> |
5 | | - <Authors>mjepson</Authors> |
6 | | - <Version>1.0.0</Version> |
7 | | - <Description>SDK for use with the CM Voice API.</Description> |
8 | | - <PackageProjectUrl>https://github.com/CMTelecom/VoiceApiSdk</PackageProjectUrl> |
9 | | - <Company>CM Telecom</Company> |
10 | | - <PackageIconUrl>http://cdn.cmtelecom.com/images/cm-nuget.png</PackageIconUrl> |
11 | | - <RepositoryUrl>https://github.com/CMTelecom/VoiceApiSdk</RepositoryUrl> |
| 4 | + <TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks> |
| 5 | + <Authors>CM Talk</Authors> |
| 6 | + <Company>CM.com</Company> |
| 7 | + <Product>CM Talk SDK</Product> |
| 8 | + <Description>A software development kit to provide ways to interact with CM.com's Talk/Voice API.</Description> |
| 9 | + <PackageTags>voice, talk</PackageTags> |
| 10 | + <RepositoryUrl>https://github.com/cmdotcom/talk-sdk-dotnet</RepositoryUrl> |
12 | 11 | <RepositoryType>Github</RepositoryType> |
13 | | - <PackageTags>SDK, CM, VoiceAPI</PackageTags> |
14 | | - <Copyright>2018 CM Telecom</Copyright> |
15 | | - <PackageLicenseUrl>https://mit-license.org</PackageLicenseUrl> |
16 | | - <PackageReleaseNotes>First version with support for sending instructions using a simple client.</PackageReleaseNotes> |
| 12 | + <Copyright>$([System.DateTime]::UtcNow.Year) CM.com</Copyright> |
| 13 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 14 | + <PackageIconUrl>https://cdn.cmtelecom.com/images/cm-nuget.png</PackageIconUrl> |
| 15 | + <Version>1.8.0</Version> |
| 16 | + <PackageProjectUrl>https://github.com/cmdotcom/talk-sdk-dotnet</PackageProjectUrl> |
| 17 | + <NeutralLanguage>en</NeutralLanguage> |
| 18 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 19 | + <AssemblyVersion>1.8.0</AssemblyVersion> |
| 20 | + <FileVersion>1.8.0</FileVersion> |
17 | 21 | </PropertyGroup> |
18 | 22 |
|
19 | 23 | <ItemGroup> |
20 | 24 | <PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> |
21 | 25 | </ItemGroup> |
22 | 26 |
|
23 | | - <ItemGroup> |
24 | | - <Reference Include="Newtonsoft.Json"> |
25 | | - <HintPath>..\..\..\..\Users\Michael.Jepson\.nuget\packages\newtonsoft.json\9.0.1\lib\netstandard1.0\Newtonsoft.Json.dll</HintPath> |
26 | | - </Reference> |
27 | | - </ItemGroup> |
28 | | - |
29 | 27 | </Project> |
0 commit comments