Skip to content

Commit 139e836

Browse files
committed
version 2.3.0
1 parent 23d1e75 commit 139e836

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Sources/Linq2DynamoDb.DataContext.Tests/App.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<add key="AWSRegion" value="ap-southeast-1" />
1313
<add key="TablePrefix" value="qwerty" />
1414
<!-- Should point to $/LINQ2DynamoDB/Lib/MemcachedServer folder -->
15-
<add key="MemcachedBinaryPath" value="..\..\..\..\..\Lib\MemcachedServer\memcached.exe" />
16-
<add key="RedisBinaryPath" value="..\..\..\..\packages\redis-64.3.0.503\tools\redis-server.exe" />
15+
<add key="MemcachedBinaryPath" value="..\..\..\..\Lib\MemcachedServer\memcached.exe" />
16+
<add key="RedisBinaryPath" value="..\..\..\packages\redis-64.3.0.503\tools\redis-server.exe" />
1717
<add key="RedisLocalAddress" value="localhost:6379" />
1818
<!--AWSProfileName is used to reference an account that has been registered with the SDK.
1919
If using AWS Toolkit for Visual Studio then this value is the same value shown in the AWS Explorer.

Sources/Linq2DynamoDb.DataContext/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"description": "A type-safe data context for AWS DynamoDB with LINQ and in-memory caching support. Allows to combine DynamoDB's durability with cache speed and read consistency. Translates LINQ queries into corresponding DynamoDB Get/Query/Scan operations (trying to choose the most effective one) and stores query results in an in-memory cache. When data is modified, it's saved both to DynamoDB and to cache.",
44
"copyright": "Copyright © 2017",
55
"authors": [ "linq2dynamodb" ],
6-
"version": "2.2.0-*",
6+
"version": "2.3.0-*",
77
"packOptions": {
88
"owners": [ "linq2dynamodb" ],
99
"projectUrl": "https://github.com/scale-tone/linq2dynamodb/",
1010
"repository": { "url": "https://github.com/scale-tone/linq2dynamodb/" },
1111
"summary": "A type-safe data context for AWS DynamoDB with LINQ and in-memory caching support. Allows to combine DynamoDB's durability with cache speed and read consistency.",
12-
"releaseNotes": "ToListAsync() method. \n Fixed nuget references.",
12+
"releaseNotes": "SubmitChangesAsync(), WithFilterExpression() and ConfigureXXXOperation() methods.",
1313
"tags": [ "Linq2DynamoDb", "AWS", "DynamoDb", "context", "caching", "LINQ", ".Net" ]
1414
},
1515
"dependencies": {

0 commit comments

Comments
 (0)