Skip to content

Commit

Permalink
Prep for 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smithrobs committed Dec 12, 2016
1 parent df131cc commit d410dc7
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Nexmo.Api.Test.Integration/Nexmo.Api.Test.Integration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Nexmo.Api, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Nexmo.Csharp.Client.2.1.0\lib\net452\Nexmo.Api.dll</HintPath>
<Reference Include="Nexmo.Api, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Nexmo.Csharp.Client.2.2.0\lib\net452\Nexmo.Api.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nunit.framework, Version=3.2.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion Nexmo.Api.Test.Integration/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<package id="Microsoft.Extensions.Logging.Abstractions" version="1.0.0" targetFramework="net452" />
<package id="Microsoft.Extensions.Primitives" version="1.0.0" targetFramework="net452" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
<package id="Nexmo.Csharp.Client" version="2.1.0" targetFramework="net452" />
<package id="Nexmo.Csharp.Client" version="2.2.0" targetFramework="net452" />
<package id="NUnit" version="3.2.0" targetFramework="net452" />
<package id="System.Collections" version="4.0.11" targetFramework="net452" />
<package id="System.Collections.Concurrent" version="4.0.12" targetFramework="net452" />
Expand Down
4 changes: 2 additions & 2 deletions Nexmo.Api.Test.Unit/Nexmo.Api.Test.Unit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Nexmo.Api, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Nexmo.Csharp.Client.2.1.0\lib\net452\Nexmo.Api.dll</HintPath>
<Reference Include="Nexmo.Api, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Nexmo.Csharp.Client.2.2.0\lib\net452\Nexmo.Api.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nunit.framework, Version=3.2.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion Nexmo.Api.Test.Unit/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<package id="Microsoft.Extensions.Logging.Abstractions" version="1.0.0" targetFramework="net452" />
<package id="Microsoft.Extensions.Primitives" version="1.0.0" targetFramework="net452" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
<package id="Nexmo.Csharp.Client" version="2.1.0" targetFramework="net452" />
<package id="Nexmo.Csharp.Client" version="2.2.0" targetFramework="net452" />
<package id="NUnit" version="3.2.0" targetFramework="net452" />
<package id="System.Collections" version="4.0.11" targetFramework="net452" />
<package id="System.Collections.Concurrent" version="4.0.12" targetFramework="net452" />
Expand Down
2 changes: 1 addition & 1 deletion Nexmo.Api/Nexmo.Api.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Nexmo.Csharp.Client</id>
<version>2.1.2</version>
<version>2.2.0</version>
<title>Nexmo API Client</title>
<authors>Nexmo</authors>
<owners>Nexmo</owners>
Expand Down
4 changes: 2 additions & 2 deletions Nexmo.Api/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.2.0")]
[assembly: AssemblyFileVersion("2.1.2.0")]
[assembly: AssemblyVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
2 changes: 1 addition & 1 deletion Nexmo.Api/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.2-*",
"version": "2.2.0-*",

"dependencies": {
"Microsoft.Extensions.Configuration": "1.0.*",
Expand Down
5 changes: 2 additions & 3 deletions Nexmo.Samples.Coverage/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
"Microsoft.Extensions.Configuration.Abstractions": "1.0.*",
"Microsoft.Extensions.Configuration.Json": "1.0.*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.*",
"Nexmo.Csharp.Client": "2.1.*"
"Nexmo.Api": "2.2.0"
},

"frameworks": {
"netcoreapp1.0": {
"imports": "dnxcore50",
Expand All @@ -29,4 +28,4 @@
"osx": {},
"linux": {}
}
}
}
2 changes: 1 addition & 1 deletion Nexmo.Samples.Voice.FirstTTS/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"emitEntryPoint": true
},
"dependencies": {
"Nexmo.Csharp.Client": "2.1.*",
"Nexmo.Csharp.Client": "2.2.*",
"Microsoft.Extensions.Configuration.Abstractions": "1.0.*"
},

Expand Down
2 changes: 1 addition & 1 deletion Nexmo.Samples.Web/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"version": "1.0.0-preview2-final",
"type": "build"
},
"Nexmo.Csharp.Client": "2.1.0"
"Nexmo.Api": "2.2.0"
},
"tools": {
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final"
Expand Down

0 comments on commit d410dc7

Please sign in to comment.