Skip to content

Commit 59f6533

Browse files
sophiatevSophia Tevosyan
andauthored
Bump Version for Release
Co-authored-by: Sophia Tevosyan <[email protected]>
1 parent 939724f commit 59f6533

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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>8</MinorVersion>
15-
<PatchVersion>1</PatchVersion>
14+
<MinorVersion>9</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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<!-- Version Info -->
2222
<PropertyGroup>
2323
<MajorVersion>2</MajorVersion>
24-
<MinorVersion>7</MinorVersion>
25-
<PatchVersion>1</PatchVersion>
24+
<MinorVersion>8</MinorVersion>
25+
<PatchVersion>0</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. -->

src/DurableTask.Core/DurableTask.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<!-- Version Info -->
1818
<PropertyGroup>
1919
<MajorVersion>3</MajorVersion>
20-
<MinorVersion>6</MinorVersion>
21-
<PatchVersion>1</PatchVersion>
20+
<MinorVersion>7</MinorVersion>
21+
<PatchVersion>0</PatchVersion>
2222
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
2323
<FileVersion>$(VersionPrefix).0</FileVersion>
2424
<!-- 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)