Skip to content

Commit

Permalink
Adjust Nuget version number as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
Junyi Yi committed Nov 4, 2017
1 parent 395e5f9 commit 568e8cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Sometimes a function need to take a more detailed control of the input and outpu

Metadata comes from different sources, like HTTP headers, HTTP queries, and [trigger metadata](https://docs.microsoft.com/en-us/azure/azure-functions/functions-triggers-bindings#trigger-metadata-properties). You can use `@BindingName` annotation together with the metadata name to get the value.

For example, the `queryValue` in the following code snippet will be `"test"` if the requested URL is `http://{example.host}/api/echo?name=test`.
For example, the `queryValue` in the following code snippet will be `"test"` if the requested URL is `http://{example.host}/api/metadata?name=test`.

```Java
package com.example;
Expand Down
2 changes: 1 addition & 1 deletion tools/AzureFunctionsJavaWorker.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>Microsoft.Azure.Functions.JavaWorker</id>
<title>Microsoft Azure Functions Java Worker</title>
<tags>java azure-functions azure</tags>
<version>1.1.0-beta1-$versionsuffix$</version>
<version>1.1.0-beta2-$versionsuffix$</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<projectUrl>https://github.com/Azure/azure-functions-java-worker</projectUrl>
Expand Down

0 comments on commit 568e8cc

Please sign in to comment.