Skip to content

Commit fe946d6

Browse files
committed
Update dependencies
1 parent de0ed85 commit fe946d6

File tree

8 files changed

+28
-21
lines changed

8 files changed

+28
-21
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,10 @@ nCrunchTemp_*
1919
*.nupkg
2020
**/packages/*
2121
# except build/, which is used as an MSBuild target.
22-
!**/packages/build/
22+
!**/packages/build/
23+
24+
# Visual Studio 2015 cache/options directory
25+
.vs/
26+
27+
# Others
28+
*.pfx

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All Notable changes will be documented in this file
44

5+
## 1.5.0
6+
7+
- Updated dependencies: Newtonsoft.Json to v9.0.1 and Automapper to v4.1.1
8+
59
## 1.4.0.0
610

711
- Now thread safe (thanks @davidmiani)

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ A .NET library to integrate with eWAY's Rapid Payment API.
99
Sign up with eWAY at:
1010
- Australia: https://www.eway.com.au/
1111
- New Zealand: https://eway.io/nz/
12-
- UK: https://eway.io/uk/
1312
- Hong Kong: https://eway.io/hk/
1413
- Malaysia: https://eway.io/my/
1514
- Singapore: https://eway.io/sg/
@@ -68,7 +67,7 @@ CreateTransactionResponse response = ewayClient.Create(PaymentMethod.Direct, tra
6867

6968
if (response.TransactionStatus != null && response.TransactionStatus.Status == true)
7069
{
71-
int transactionID = response.TransactionStatus.TransactionID;
70+
int transactionID = response.TransactionStatus.TransactionID;
7271
}
7372
```
7473

eWAY.Rapid.Tests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.4.0.0")]
35-
[assembly: AssemblyFileVersion("1.4.0.0")]
34+
[assembly: AssemblyVersion("1.5.0.0")]
35+
[assembly: AssemblyFileVersion("1.5.0.0")]

eWAY.Rapid.Tests/eWAY.Rapid.Tests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
</Reference>
4747
<Reference Include="System" />
4848
<Reference Include="System.Configuration" />
49+
<Reference Include="System.Web.Extensions" />
4950
</ItemGroup>
5051
<Choose>
5152
<When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
@@ -63,7 +64,7 @@
6364
<Compile Include="IntegrationTests\CreateCustomerTests.cs" />
6465
<Compile Include="IntegrationTests\CreateTransactionTests.cs" />
6566
<Compile Include="IntegrationTests\DirectRefundTests.cs" />
66-
<Compile Include="IntegrationTests\MultiThreadedTests.cs" />
67+
<Compile Include="IntegrationTests\MultiThreadedTests.cs" />
6768
<Compile Include="IntegrationTests\PreAuthTests.cs" />
6869
<Compile Include="IntegrationTests\QueryCustomerTests.cs" />
6970
<Compile Include="IntegrationTests\SettlementSearchTests.cs" />

eWAY.Rapid/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.4.0.0")]
36-
[assembly: AssemblyFileVersion("1.4.0.0")]
35+
[assembly: AssemblyVersion("1.5.0.0")]
36+
[assembly: AssemblyFileVersion("1.5.0.0")]
3737

3838
[assembly: InternalsVisibleTo("eWAY.Rapid.Tests,PublicKey=00240000048000009400000006020000002400005253413100040000010001001fa88da23161933c177ff28430a896e9dc1d184b788db49eed5f7a6c101ed7cd4820b80a0f22949cc0077c5fa00d7c575a678e145d35f391caf1ec747a00602fc86df22717d7c0ee5fe4607f0c64ac2b99aa6d81198d7d308db51f457576d541e2318d58f3b54859a6ee60154193472f9d8a1bfdae9c16f26aa755d658d8f0f5")]
3939
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2,PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")]

eWAY.Rapid/eWAY.Rapid.csproj

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,13 @@
3838
<AssemblyOriginatorKeyFile>..\eWAY.Rapid.GitHub.snk</AssemblyOriginatorKeyFile>
3939
</PropertyGroup>
4040
<ItemGroup>
41-
<Reference Include="AutoMapper">
42-
<HintPath>..\packages\AutoMapper.3.3.1\lib\net40\AutoMapper.dll</HintPath>
41+
<Reference Include="AutoMapper, Version=4.1.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
42+
<HintPath>..\packages\AutoMapper.4.1.1\lib\net45\AutoMapper.dll</HintPath>
43+
<Private>True</Private>
4344
</Reference>
44-
<Reference Include="AutoMapper.Net4">
45-
<HintPath>..\packages\AutoMapper.3.3.1\lib\net40\AutoMapper.Net4.dll</HintPath>
46-
</Reference>
47-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
48-
<SpecificVersion>False</SpecificVersion>
49-
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
45+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
46+
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
47+
<Private>True</Private>
5048
</Reference>
5149
<Reference Include="System" />
5250
<Reference Include="System.Core" />
@@ -175,7 +173,6 @@
175173
</ItemGroup>
176174
<ItemGroup />
177175
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
178-
<Import Project="..\packages\AutoMapper.3.3.1\tools\AutoMapper.targets" Condition="Exists('..\packages\AutoMapper.3.3.1\tools\AutoMapper.targets')" />
179176
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
180177
Other similar extension points exist, see Microsoft.Common.targets.
181178
<Target Name="BeforeBuild">

eWAY.Rapid/packages.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<packages>
3-
<package id="AutoMapper" version="3.3.1" targetFramework="net45" />
4-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="AutoMapper" version="4.1.1" targetFramework="net45" />
4+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
55
</packages>

0 commit comments

Comments
 (0)