Skip to content

Commit

Permalink
prepping preview5 (#2813)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettsam authored and fabiocav committed Nov 13, 2024
1 parent 5dec56f commit 9d2aa7d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<MinorProductVersion>0</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<VersionSuffix>-preview4</VersionSuffix>
<VersionSuffix>-preview5</VersionSuffix>
<BeforePack>$(BeforePack);GetReleaseNotes</BeforePack>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/DotNetWorker.Core/DotNetWorker.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<MajorProductVersion>2</MajorProductVersion>
<MinorProductVersion>0</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
<VersionSuffix>-preview4</VersionSuffix>
<VersionSuffix>-preview5</VersionSuffix>
</PropertyGroup>

<Import Project="..\..\build\Common.props" />
Expand Down
2 changes: 1 addition & 1 deletion src/DotNetWorker.Grpc/DotNetWorker.Grpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<MajorProductVersion>2</MajorProductVersion>
<MinorProductVersion>0</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
<VersionSuffix>-preview4</VersionSuffix>
<VersionSuffix>-preview5</VersionSuffix>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<MajorProductVersion>1</MajorProductVersion>
<MinorProductVersion>1</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
<VersionSuffix>-preview4</VersionSuffix>
<VersionSuffix>-preview5</VersionSuffix>
<PackageReadmeFile>README.md</PackageReadmeFile>
<BeforePack>$(BeforePack);GetReleaseNotes</BeforePack>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/DotNetWorker/DotNetWorker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<MajorProductVersion>2</MajorProductVersion>
<MinorProductVersion>0</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
<VersionSuffix>-preview4</VersionSuffix>
<VersionSuffix>-preview5</VersionSuffix>
</PropertyGroup>

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

0 comments on commit 9d2aa7d

Please sign in to comment.