Skip to content

Commit

Permalink
[v0.4.0] RethinkDb.Azure.WebJobs.Extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Nov 28, 2018
1 parent e1b4dcc commit 6380790
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Currently you can find here:
- [Dockerfile](https://github.com/tpeczek/RethinkDb.Azure/tree/master/docker) for creating basic RethinkDB Docker image
- RethinkDB bindings for Azure Functions

## Documentation

The documentation is available [here](https://tpeczek.github.io/RethinkDb.Azure/).

## Demos

The demos projects are available as part of solution.
Expand Down
2 changes: 1 addition & 1 deletion docs/DocFx.RethinkDb.Azure/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dest": "wwwroot",
"globalMetadata": {
"_appTitle": "RethinkDb.Azure",
"_appFooter": "Copyright © 2017 - 2018 Tomasz Pęczek",
"_appFooter": "Copyright © 2018 Tomasz Pęczek",
"_appLogoPath": "resources/svg/logo.svg",
"_appFaviconPath": "resources/ico/favicon.ico",
"_disableBreadcrumb": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ namespace Microsoft.Azure.WebJobs
/// The method parameter type can be one of the following:
/// <list type="bullet">
/// <item><description>T</description></item>
/// <item><description>out T</description></item>
/// <item><description><see cref="ICollector{T}"/></description></item>
/// <item><description><see cref="IAsyncCollector{T}"/></description></item>
/// </list>
/// </remarks>
[Binding]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Description>This package contains binding extensions for RethinkDB.</Description>
<Tags>Azure WebJobs AzureFunctions RethinkDB</Tags>
<Copyright>Copyright © 2018 Tomasz Pęczek</Copyright>
<VersionPrefix>0.3.0-beta</VersionPrefix>
<VersionPrefix>0.4.0</VersionPrefix>
<Authors>Tomasz Pęczek</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyTitle>RethinkDb.Azure.WebJobs.Extensions</AssemblyTitle>
Expand Down

0 comments on commit 6380790

Please sign in to comment.