Skip to content

Commit

Permalink
Updating Worker packages for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocav committed Jun 26, 2023
1 parent f80b002 commit ccb3e0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sdk/Sdk.Generators/Sdk.Generators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<IncludeBuildOutput>false</IncludeBuildOutput>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<MinorProductVersion>1</MinorProductVersion>
<VersionSuffix>-preview3</VersionSuffix>
<VersionSuffix>-preview4</VersionSuffix>
<IsRoslynComponent>true</IsRoslynComponent>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/DotNetWorker.Core/DotNetWorker.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<AssemblyName>Microsoft.Azure.Functions.Worker.Core</AssemblyName>
<RootNamespace>Microsoft.Azure.Functions.Worker.Core</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<MinorProductVersion>12</MinorProductVersion>
<PatchProductVersion>1</PatchProductVersion>
<MinorProductVersion>13</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/DotNetWorker/DotNetWorker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<AssemblyName>Microsoft.Azure.Functions.Worker</AssemblyName>
<RootNamespace>Microsoft.Azure.Functions.Worker</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<MinorProductVersion>14</MinorProductVersion>
<PatchProductVersion>1</PatchProductVersion>
<MinorProductVersion>15</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

Expand Down

0 comments on commit ccb3e0c

Please sign in to comment.