Skip to content

Commit

Permalink
version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scale-tone committed Mar 3, 2017
1 parent 23d1e75 commit 139e836
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Sources/Linq2DynamoDb.DataContext.Tests/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<add key="AWSRegion" value="ap-southeast-1" />
<add key="TablePrefix" value="qwerty" />
<!-- Should point to $/LINQ2DynamoDB/Lib/MemcachedServer folder -->
<add key="MemcachedBinaryPath" value="..\..\..\..\..\Lib\MemcachedServer\memcached.exe" />
<add key="RedisBinaryPath" value="..\..\..\..\packages\redis-64.3.0.503\tools\redis-server.exe" />
<add key="MemcachedBinaryPath" value="..\..\..\..\Lib\MemcachedServer\memcached.exe" />
<add key="RedisBinaryPath" value="..\..\..\packages\redis-64.3.0.503\tools\redis-server.exe" />
<add key="RedisLocalAddress" value="localhost:6379" />
<!--AWSProfileName is used to reference an account that has been registered with the SDK.
If using AWS Toolkit for Visual Studio then this value is the same value shown in the AWS Explorer.
Expand Down
4 changes: 2 additions & 2 deletions Sources/Linq2DynamoDb.DataContext/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"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.",
"copyright": "Copyright © 2017",
"authors": [ "linq2dynamodb" ],
"version": "2.2.0-*",
"version": "2.3.0-*",
"packOptions": {
"owners": [ "linq2dynamodb" ],
"projectUrl": "https://github.com/scale-tone/linq2dynamodb/",
"repository": { "url": "https://github.com/scale-tone/linq2dynamodb/" },
"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.",
"releaseNotes": "ToListAsync() method. \n Fixed nuget references.",
"releaseNotes": "SubmitChangesAsync(), WithFilterExpression() and ConfigureXXXOperation() methods.",
"tags": [ "Linq2DynamoDb", "AWS", "DynamoDb", "context", "caching", "LINQ", ".Net" ]
},
"dependencies": {
Expand Down

0 comments on commit 139e836

Please sign in to comment.