Skip to content

Commit

Permalink
Update DT.Core and DT.ApplicationInsights versions (#991)
Browse files Browse the repository at this point in the history
DT.Core 2.15.0 --> 2.15.1
DT.ApplicationInsights 0.1.1 --> 0.1.2
  • Loading branch information
bachuv authored Oct 11, 2023
1 parent bd104e5 commit 12fab22
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 @@ -12,7 +12,7 @@
<PropertyGroup>
<MajorVersion>0</MajorVersion>
<MinorVersion>1</MinorVersion>
<PatchVersion>1</PatchVersion>
<PatchVersion>2</PatchVersion>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<FileVersion>$(VersionPrefix).0</FileVersion>
<!-- FileVersionRevision is expected to be set by the CI. This is useful for distinguishing between multiple builds of the same version. -->
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 @@ -18,7 +18,7 @@
<PropertyGroup>
<MajorVersion>2</MajorVersion>
<MinorVersion>15</MinorVersion>
<PatchVersion>0</PatchVersion>
<PatchVersion>1</PatchVersion>

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

0 comments on commit 12fab22

Please sign in to comment.