Skip to content

Commit

Permalink
Bump minor version for release (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
liliankasem authored Sep 26, 2022
1 parent 68812e3 commit 04ccbd8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/DotNetWorker.Core/DotNetWorker.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
<AssemblyName>Microsoft.Azure.Functions.Worker.Core</AssemblyName>
<RootNamespace>Microsoft.Azure.Functions.Worker.Core</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<MinorProductVersion>7</MinorProductVersion>
<VersionSuffix>-preview1</VersionSuffix>
<MinorProductVersion>8</MinorProductVersion>
</PropertyGroup>

<Import Project="..\..\build\Common.props" />
Expand Down
4 changes: 2 additions & 2 deletions src/DotNetWorker.Grpc/DotNetWorker.Grpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<AssemblyName>Microsoft.Azure.Functions.Worker.Grpc</AssemblyName>
<RootNamespace>Microsoft.Azure.Functions.Worker.Grpc</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<MinorProductVersion>4</MinorProductVersion>
<PatchProductVersion>1</PatchProductVersion>
<MinorProductVersion>5</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
</PropertyGroup>

<Import Project="..\..\build\Common.props" />
Expand Down
2 changes: 1 addition & 1 deletion src/DotNetWorker/DotNetWorker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyName>Microsoft.Azure.Functions.Worker</AssemblyName>
<RootNamespace>Microsoft.Azure.Functions.Worker</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<MinorProductVersion>8</MinorProductVersion>
<MinorProductVersion>9</MinorProductVersion>
</PropertyGroup>

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

0 comments on commit 04ccbd8

Please sign in to comment.