Skip to content

Commit 96ec414

Browse files
authored
Updating Core and worker package versions (#699)
1 parent 72d6679 commit 96ec414

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/DotNetWorker.Core/DotNetWorker.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<AssemblyName>Microsoft.Azure.Functions.Worker.Core</AssemblyName>
99
<RootNamespace>Microsoft.Azure.Functions.Worker.Core</RootNamespace>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
11-
<MinorProductVersion>3</MinorProductVersion>
12-
<PatchProductVersion>1</PatchProductVersion>
11+
<MinorProductVersion>4</MinorProductVersion>
12+
<PatchProductVersion>0</PatchProductVersion>
1313
</PropertyGroup>
1414

1515
<Import Project="..\..\build\Common.props" />

src/DotNetWorker/DotNetWorker.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<AssemblyName>Microsoft.Azure.Functions.Worker</AssemblyName>
99
<RootNamespace>Microsoft.Azure.Functions.Worker</RootNamespace>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
11-
<MinorProductVersion>5</MinorProductVersion>
12-
<PatchProductVersion>3</PatchProductVersion>
11+
<MinorProductVersion>6</MinorProductVersion>
12+
<PatchProductVersion>0</PatchProductVersion>
1313
</PropertyGroup>
1414

1515
<Import Project="..\..\build\Common.props" />

0 commit comments

Comments
 (0)