Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lezzi committed Apr 13, 2021
1 parent 5cc5cc6 commit 0c4adb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public AnyFieldsMetadata(JsonObjectMetadata metadata)
_metadata = metadata;
}

// TODO: Benchmark inlining
public bool TryGetValue(string key, [NotNullWhen(true)] out JsonObjectMetadata? metadata)
{
metadata = _metadata;
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function Home() {
<h1>Try it Now</h1>
<div className={styles.nugetCodeBlock}>
<code>Install-Package <a target="_blank" rel="noopener noreferrer"
href="https://www.nuget.org/packages/EfficientDynamoDb">EfficientDynamoDb</a> -Version 0.9.0</code>
href="https://www.nuget.org/packages/EfficientDynamoDb">EfficientDynamoDb</a> -Version 0.9.1</code>
</div>
</div>
</main>
Expand Down

0 comments on commit 0c4adb0

Please sign in to comment.