File tree Expand file tree Collapse file tree 3 files changed +21
-12
lines changed Expand file tree Collapse file tree 3 files changed +21
-12
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ public Models.LookupAPhoneNumberResponse GetLookupAPhoneNumber(string phoneNumbe
142142 //append request with appropriate headers and parameters
143143 var _headers = new Dictionary < string , string > ( )
144144 {
145- { "user-agent" , "messagemedia-lookups-csharp-sdk-1.0.1 " } ,
145+ { "user-agent" , "messagemedia-lookups-csharp-sdk-1.0.3 " } ,
146146 { "accept" , "application/json" }
147147 } ;
148148
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >net45;netstandard1.3</TargetFrameworks >
5- <Version >1.1.1 </Version >
5+ <Version >1.0.3 </Version >
66 <AssemblyVersion >1.1.2.0</AssemblyVersion >
77 <FileVersion >1.1.2.0</FileVersion >
8+ <Title >MessageMedia Lookups SDK</Title >
89 <Authors >MessageMedia Developers</Authors >
910 <Company >MessageMedia</Company >
10- <Product />
11+ <Product >MessageMedia.SDK.Lookups</Product >
12+ <Description >The MessageMedia Lookups API provides a number of endpoints for validating the phone numbers you’re sending to by checking their validity, type and carrier records.</Description >
13+ <RepositoryUrl >https://github.com/messagemedia/lookups-csharp-sdk</RepositoryUrl >
14+ <PackageProjectUrl >https://github.com/messagemedia/lookups-csharp-sdk</PackageProjectUrl >
15+ <PackageIconUrl >https://raw.githubusercontent.com/messagemedia/lookups-csharp-sdk/master/mm-logo.png</PackageIconUrl >
16+ <PackageTags >MessageMedia REST API lookups messaging</PackageTags >
17+ <PackageLicenseUrl >https://github.com/messagemedia/lookups-csharp-sdk/blob/master/LICENSE</PackageLicenseUrl >
18+ <ApplicationIcon ></ApplicationIcon >
19+ <Win32Resource />
20+ <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
21+ <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
22+ <PackageId />
1123 </PropertyGroup >
1224
1325 <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'" >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!--
3- MessageMediaLookups.PCL
4- -->
2+
53<package xmlns =" http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd" >
64 <metadata >
75 <id >MessageMedia.SDK.Lookups</id >
8- <version >1.0.1 </version >
6+ <version >1.0.3 </version >
97 <title >MessageMedia Lookups SDK</title >
108 <authors >MessageMedia Developers</authors >
119 <owners >MessageMedia</owners >
1210 <iconUrl >https://raw.githubusercontent.com/messagemedia/lookups-csharp-sdk/master/mm-logo.png</iconUrl >
1311 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1412 <description >The MessageMedia Lookups API provides a number of endpoints for validating the phone numbers you’re sending to by checking their validity, type and carrier records.</description >
1513 <summary >MessageMedia Lookups SDK</summary >
16- <releaseNotes />
1714 <copyright >Copyright 2016</copyright >
1815 <language >en-US</language >
19- <dependencies >
20- <dependency id =" APIMATIC.SDK.Common" version =" 2.1.0.0" />
21- <dependency id =" Newtonsoft.Json" version =" 10.0.3" />
22- </dependencies >
16+ <dependencies >
17+ <dependency id =" APIMATIC.SDK.Common" version =" 2.1.0.0" />
18+ <dependency id =" Newtonsoft.Json" version =" 10.0.3" />
19+ </dependencies >
2320 </metadata >
2421 <files >
2522 <file src =" ..\readme.md" target =" " />
You can’t perform that action at this time.
0 commit comments