Skip to content

Commit

Permalink
initial commit (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
nytian authored May 28, 2024
1 parent cd92074 commit 9cb039a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.2.4

- Microsoft.Azure.DurableTask.Core dependency increased to `2.17.1`

## v1.2.3

### Microsoft.DurableTask.Client
Expand Down
2 changes: 1 addition & 1 deletion eng/targets/Release.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>1.2.3</VersionPrefix>
<VersionPrefix>1.2.4</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Abstractions/Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.DurableTask.Core" Version="2.17.0" />
<PackageReference Include="Microsoft.Azure.DurableTask.Core" Version="2.17.1" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Abstractions/RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Microsoft.Azure.DurableTask.Core dependency increased to `2.17.0`
- Microsoft.Azure.DurableTask.Core dependency increased to `2.17.1`

0 comments on commit 9cb039a

Please sign in to comment.