Skip to content

Commit

Permalink
Rebuilding 3.0.8 to avoid signature validation errors. Version bump t…
Browse files Browse the repository at this point in the history
…o 3.0.9
  • Loading branch information
sreyantha-plivo committed Dec 21, 2017
1 parent c3facaf commit 770f8e6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions Plivo/Plivo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">.\</SolutionDir>
<RestorePackages>true</RestorePackages>
<ReleaseVersion>3.0.9</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
3 changes: 2 additions & 1 deletion Plivo/Plivo.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Plivo</id>
<version>3.0.8</version>
<version>3.0.9</version>
<title>Plivo</title>
<authors>Plivo</authors>
<owners>Plivo Inc</owners>
Expand All @@ -11,6 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Plivo REST API and XML helper library</description>
<releaseNotes>
* 3.0.9 Re-releasing 3.0.8 with a new build to avoid signature validation errors
* 3.0.8 Add error code to Message response
* 3.0.7 Re-release
* 3.0.6 Added addition verify signature function
Expand Down
6 changes: 6 additions & 0 deletions Plivo/Plivo.sln
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
version = 3.0.9
EndGlobalSection
EndGlobal

0 comments on commit 770f8e6

Please sign in to comment.