Updating storage extensions to GA versions (#753)
This commit is contained in:
Родитель
d954056f63
Коммит
aaf1cf7cd9
|
@ -3,4 +3,4 @@
|
|||
|
||||
using Microsoft.Azure.Functions.Worker.Extensions.Abstractions;
|
||||
|
||||
[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.Storage.Blobs", "5.0.0-beta.4")]
|
||||
[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.Storage.Blobs", "5.0.0")]
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
<!--Version information-->
|
||||
<VersionPrefix>5.0.0</VersionPrefix>
|
||||
<VersionSuffix>-beta.4</VersionSuffix>
|
||||
|
||||
<!--Temporarily opting out of documentation. Pending documentation-->
|
||||
<GenerateDocumentationFile>false</GenerateDocumentationFile>
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
|
||||
using Microsoft.Azure.Functions.Worker.Extensions.Abstractions;
|
||||
|
||||
[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.Storage.Queues", "5.0.0-beta.4")]
|
||||
[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.Storage.Queues", "5.0.0")]
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
<!--Version information-->
|
||||
<VersionPrefix>5.0.0</VersionPrefix>
|
||||
<VersionSuffix>-beta.4</VersionSuffix>
|
||||
|
||||
<!--Temporarily opting out of documentation. Pending documentation-->
|
||||
<GenerateDocumentationFile>false</GenerateDocumentationFile>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
<!--Version information-->
|
||||
<VersionPrefix>5.0.0</VersionPrefix>
|
||||
<VersionSuffix>-beta.4</VersionSuffix>
|
||||
|
||||
<!--Temporarily opting out of documentation. Pending documentation-->
|
||||
<GenerateDocumentationFile>false</GenerateDocumentationFile>
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
<!-- Please add your release notes in the following format:
|
||||
- My change description (#PR/#issue)
|
||||
-->
|
||||
- Storage extensions moved to 5.0.0
|
Загрузка…
Ссылка в новой задаче