-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps the longhauls to 1.13.2 (and .net packages to 1.13.0 stable fro…
…m rc) (#218) * chore: bump dapr to 1.13.1 release Signed-off-by: mikeee <hey@mike.ee> * chore: bump .net sdk packages to 1.13.0 stable Signed-off-by: mikeee <hey@mike.ee> * Bump to 1.13.2 Co-authored-by: Elena Kolevska <elena-kolevska@users.noreply.github.com> Signed-off-by: Mike Nguyen <hey@mike.ee> --------- Signed-off-by: mikeee <hey@mike.ee> Signed-off-by: Mike Nguyen <hey@mike.ee> Co-authored-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>
- Loading branch information
1 parent
643e552
commit 4375543
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<Project> | ||
<ItemGroup> | ||
<PackageVersion Include="Dapr.Client" Version="1.13.0-rc03" /> | ||
<PackageVersion Include="Dapr.AspNetCore" Version="1.13.0-rc03" /> | ||
<PackageVersion Include="Dapr.Actors.AspNetCore" Version="1.13.0-rc03" /> | ||
<PackageVersion Include="Dapr.Workflow" Version="1.13.0-rc03" /> | ||
<PackageVersion Include="Dapr.Client" Version="1.13.0" /> | ||
<PackageVersion Include="Dapr.AspNetCore" Version="1.13.0" /> | ||
<PackageVersion Include="Dapr.Actors.AspNetCore" Version="1.13.0" /> | ||
<PackageVersion Include="Dapr.Workflow" Version="1.13.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="7.0.1" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="7.0.0" /> | ||
<PackageVersion Include="prometheus-net" Version="3.5.0" /> | ||
</ItemGroup> | ||
</Project> | ||
</Project> |