Skip to content

Commit db7d266

Browse files
committed
Updated the change log and NuGet package version.
1 parent bba90ac commit db7d266

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

ChangeLog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.12.0 (18th July 2025)
2+
3+
LogicAppUnit Testing Framework:
4+
5+
- HTTP actions with the authentication type set to `ManagedServiceIdentity` are updated to use the `None` authentication type. [[Issue #49](https://github.com/LogicAppUnit/TestingFramework/issues/49)], [[Issue #50](https://github.com/LogicAppUnit/TestingFramework/issues/50)] and [[PR #51](https://github.com/LogicAppUnit/TestingFramework/pull/51), [@ronaldbosma ](https://github.com/ronaldbosma)]
6+
7+
8+
LogicAppUnit.Samples.LogicApps.Tests:
9+
10+
- Added a `http-with-managed-identity-workflow` workflow and unit test to test a workflow that includes a HTTP action with the authentication type set to `ManagedServiceIdentity`.
11+
12+
113
# 1.11.0 (11th April 2025)
214

315
LogicAppUnit Testing Framework:

src/LogicAppUnit/LogicAppUnit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<RootNamespace>LogicAppUnit</RootNamespace>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7-
<Version>1.11.0</Version>
7+
<Version>1.12.0</Version>
88
<Title>Logic App Unit Testing Framework</Title>
99
<Description>Unit testing framework for Standard Logic Apps.</Description>
1010
<RepositoryUrl>https://github.com/LogicAppUnit/TestingFramework</RepositoryUrl>

0 commit comments

Comments
 (0)