diff --git a/release_notes.md b/release_notes.md index 9f3bd8bf57..a7e5b261ca 100644 --- a/release_notes.md +++ b/release_notes.md @@ -3,7 +3,7 @@ -- Update Java Worker Version to [2.12.2](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.12.2) +- Update Java Worker Version to [2.13.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.13.0) - Update Python Worker Version to [4.17.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.17.0) - Increased maximum HTTP request content size to 210000000 Bytes (~200MB) - Update Node.js Worker Version to [3.8.1](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.8.1) diff --git a/src/WebJobs.Script/WebJobs.Script.csproj b/src/WebJobs.Script/WebJobs.Script.csproj index 1b708bfce1..f4edb6a779 100644 --- a/src/WebJobs.Script/WebJobs.Script.csproj +++ b/src/WebJobs.Script/WebJobs.Script.csproj @@ -1,4 +1,4 @@ - + Microsoft.Azure.WebJobs.Script @@ -57,7 +57,7 @@ - + diff --git a/test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj b/test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj index 9a884dbb32..48052e5676 100644 --- a/test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj +++ b/test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj @@ -44,7 +44,7 @@ - +