Skip to content

Commit 319f533

Browse files
sophiatevSophia Tevosyan
andauthored
Bumping versions for release (#1289)
Co-authored-by: Sophia Tevosyan <[email protected]>
1 parent 5eb2643 commit 319f533

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/DurableTask.ApplicationInsights/DurableTask.ApplicationInsights.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PropertyGroup>
1313
<MajorVersion>0</MajorVersion>
1414
<MinorVersion>8</MinorVersion>
15-
<PatchVersion>0</PatchVersion>
15+
<PatchVersion>1</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>7</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. -->

src/DurableTask.Core/DurableTask.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PropertyGroup>
1919
<MajorVersion>3</MajorVersion>
2020
<MinorVersion>6</MinorVersion>
21-
<PatchVersion>0</PatchVersion>
21+
<PatchVersion>1</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)