diff --git a/TropoCSharp/AssemblyInfo.cs b/TropoCSharp/AssemblyInfo.cs index 3c0ebde..51181e0 100644 --- a/TropoCSharp/AssemblyInfo.cs +++ b/TropoCSharp/AssemblyInfo.cs @@ -6,8 +6,8 @@ [assembly: AssemblyTitle("TropoCSharp.TropoClasses")] [assembly: AssemblyDescription("C# Class Library for the Tropo WabAPI")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Cisco")] +[assembly: AssemblyConfiguration("debug")] +[assembly: AssemblyCompany("Cisco Systems, Inc.")] [assembly: AssemblyProduct("Tropo WebAPI")] [assembly: AssemblyCopyright("")] [assembly: AssemblyTrademark("")] @@ -17,7 +17,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("15.8.*")] +[assembly: AssemblyVersion("15.11.0.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/TropoCSharp/TropoCSharp.nuspec b/TropoCSharp/TropoCSharp.nuspec index 7a5a002..be9f423 100644 --- a/TropoCSharp/TropoCSharp.nuspec +++ b/TropoCSharp/TropoCSharp.nuspec @@ -1,18 +1,27 @@ - $id$ - $version$ + tropo-webapi-csharp + 15.11.0-alpha $title$ $author$ $author$ - https://github.com/tropo/tropo-webapi-csharp - https://github.com/tropo/tropo-webapi-csharp - http://ICON_URL_HERE_OR_DELETE_THIS_LINE + https://github.com/tropo/tropo-webapi-csharp/blob/master/LICENSE + https://github.com/tropo/tropo-webapi-csharp/ + https://www.tropo.com/sites/all/themes/tropo2016/images/logo_tropo.png false $description$ - Release 15.10.1 - Copyright 2017 - Cisco Tropo WebAPI CSharp + You can get latest source code from GitHub. This release contains two major fixes: +name shouldn't be a necessary parameter (it affects SUPE-3519) +support multiple URLs for record/startRecording API + Copyright 2018 + Tropo Web API SDK C# - + + + + + + + + \ No newline at end of file