Skip to content

Commit 2795981

Browse files
authored
Update DurableTask.ApplicationInsights and DurableTask.AzureStorage Version (#1172)
* Update DurableTask.ApplicationInsights.csproj * Update DurableTask.AzureStorage.csproj
1 parent a0ac4cc commit 2795981

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/DurableTask.ApplicationInsights/DurableTask.ApplicationInsights.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<!-- Version Info -->
1212
<PropertyGroup>
1313
<MajorVersion>0</MajorVersion>
14-
<MinorVersion>1</MinorVersion>
15-
<PatchVersion>6</PatchVersion>
14+
<MinorVersion>2</MinorVersion>
15+
<PatchVersion>0</PatchVersion>
1616
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
1717
<FileVersion>$(VersionPrefix).0</FileVersion>
1818
<!-- FileVersionRevision is expected to be set by the CI. This is useful for distinguishing between multiple builds of the same version. -->

src/DurableTask.AzureStorage/DurableTask.AzureStorage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PropertyGroup>
2323
<MajorVersion>2</MajorVersion>
2424
<MinorVersion>0</MinorVersion>
25-
<PatchVersion>0</PatchVersion>
25+
<PatchVersion>1</PatchVersion>
2626
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
2727
<FileVersion>$(VersionPrefix).0</FileVersion>
2828
<!-- FileVersionRevision is expected to be set by the CI. This is useful for distinguishing between multiple builds of the same version. -->

0 commit comments

Comments
 (0)