Skip to content

Commit

Permalink
release 15.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmeten committed May 17, 2018
1 parent 8d36604 commit 36e0475
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
6 changes: 3 additions & 3 deletions TropoCSharp/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]
Expand All @@ -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.
Expand Down
27 changes: 18 additions & 9 deletions TropoCSharp/TropoCSharp.nuspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<id>tropo-webapi-csharp</id>
<version>15.11.0-alpha</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://github.com/tropo/tropo-webapi-csharp</licenseUrl>
<projectUrl>https://github.com/tropo/tropo-webapi-csharp</projectUrl>
<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
<licenseUrl>https://github.com/tropo/tropo-webapi-csharp/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/tropo/tropo-webapi-csharp/</projectUrl>
<iconUrl>https://www.tropo.com/sites/all/themes/tropo2016/images/logo_tropo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Release 15.10.1</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>Cisco Tropo WebAPI CSharp</tags>
<releaseNotes>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</releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>Tropo Web API SDK C#</tags>
</metadata>
</package>
<files>
<file src="bin\Debug\TropoCSharp.dll" target="lib/net45" />
<file src="bin\Debug\TropoCSharp.dll" target="lib/net451" />
<file src="bin\Debug\TropoCSharp.dll" target="lib/net452" />
<file src="bin\Debug\TropoCSharp.dll" target="lib/net461" />
<file src="bin\Debug\TropoCSharp.dll" target="lib/net462" />
</files>
</package>

0 comments on commit 36e0475

Please sign in to comment.