Skip to content

Commit d49b532

Browse files
authored
docs(): update release date in CHANGELOG (Azure#46730)
Co-authored-by: Siddharth Singha Roy <[email protected]>
1 parent 3873c15 commit d49b532

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (2024-09-11)
3+
## 1.0.0-beta.1 (2024-10-22)
44

55
### Features Added
66

77
- Added authentication using Microsoft Entra ID for the service.
8-
- Added reporting capabilities for the service. You can now publish the reports and artifacts generated by Playwright OSS to the service.
8+
- Added reporting capabilities for the service. You can now publish the reports and artifacts generated by Playwright OSS to the service.

sdk/playwrighttesting/Azure.Developer.MicrosoftPlaywrightTesting.NUnit/src/Azure.Developer.MicrosoftPlaywrightTesting.NUnit.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<PackageTags>Azure, Cloud, Playwright, Playwright Service, Reporting, Playwright Testing</PackageTags>
44
<Description>
@@ -12,8 +12,7 @@
1212
<Nullable>enable</Nullable>
1313
</PropertyGroup>
1414
<ItemGroup>
15-
<ProjectReference
16-
Include="..\..\Azure.Developer.MicrosoftPlaywrightTesting.TestLogger\src\Azure.Developer.MicrosoftPlaywrightTesting.TestLogger.csproj" />
15+
<ProjectReference Include="..\..\Azure.Developer.MicrosoftPlaywrightTesting.TestLogger\src\Azure.Developer.MicrosoftPlaywrightTesting.TestLogger.csproj" />
1716
<PackageReference Include="NUnit" />
1817
</ItemGroup>
1918
</Project>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (2024-09-11)
3+
## 1.0.0-beta.1 (2024-10-22)
44

55
### Features Added
66

77
- Added authentication using Microsoft Entra ID for the service.
8-
- Added reporting capabilities for the service. You can now publish the reports and artifacts generated by Playwright OSS to the service.
8+
- Added reporting capabilities for the service. You can now publish the reports and artifacts generated by Playwright OSS to the service.

sdk/playwrighttesting/Azure.Developer.MicrosoftPlaywrightTesting.TestLogger/src/Azure.Developer.MicrosoftPlaywrightTesting.TestLogger.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<PackageTags>Azure, Cloud, Playwright, Playwright Service, Reporting, Playwright Testing</PackageTags>
44
<Description>

0 commit comments

Comments
 (0)