Skip to content

Commit

Permalink
Increase DTFx.Core and DTFx.AS versions to 2.15.0 and 1.15.1 respecti…
Browse files Browse the repository at this point in the history
…vely (#987)
  • Loading branch information
davidmrdavid authored Oct 10, 2023
1 parent 3bf0031 commit bd104e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PropertyGroup>
<MajorVersion>1</MajorVersion>
<MinorVersion>15</MinorVersion>
<PatchVersion>0</PatchVersion>
<PatchVersion>1</PatchVersion>

<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<FileVersion>$(VersionPrefix).0</FileVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/DurableTask.Core/DurableTask.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- Version Info -->
<PropertyGroup>
<MajorVersion>2</MajorVersion>
<MinorVersion>14</MinorVersion>
<MinorVersion>15</MinorVersion>
<PatchVersion>0</PatchVersion>

<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
Expand Down

0 comments on commit bd104e5

Please sign in to comment.