Skip to content

LINQ2DynamoDB 2.2.0

Compare
Choose a tag to compare
@scale-tone scale-tone released this 12 Feb 12:36

Added ToListAsync() and FindAsync() methods. Now queries can be executed asynchronously.
Fixed nuget references (version 2.1 had a global reference to NETStandard.Library, so it was downloaded even for normal .Net Framework projects and caused them to stop compiling, sorry for that).