Skip to content

Commit

Permalink
prepping versions for release (#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettsam committed Mar 23, 2023
1 parent b5934d1 commit 11ae12b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/DotNetWorker.Core/DotNetWorker.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RootNamespace>Microsoft.Azure.Functions.Worker.Core</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<MinorProductVersion>11</MinorProductVersion>
<VersionSuffix>-preview1</VersionSuffix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

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

Expand Down Expand Up @@ -45,9 +45,9 @@
</ItemGroup>

<ItemGroup>
<Protobuf Include="..\..\protos\azure-functions-language-worker-protobuf\**\*.proto"
ProtoRoot="..\..\protos\azure-functions-language-worker-protobuf\src\proto"
GrpcServices="Client"
<Protobuf Include="..\..\protos\azure-functions-language-worker-protobuf\**\*.proto"
ProtoRoot="..\..\protos\azure-functions-language-worker-protobuf\src\proto"
GrpcServices="Client"
Access="internal" />

</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/DotNetWorker/DotNetWorker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RootNamespace>Microsoft.Azure.Functions.Worker</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<MinorProductVersion>13</MinorProductVersion>
<VersionSuffix>-preview1</VersionSuffix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

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

0 comments on commit 11ae12b

Please sign in to comment.