Skip to content

Commit

Permalink
docs(): update release date in CHANGELOG (#46730)
Browse files Browse the repository at this point in the history
Co-authored-by: Siddharth Singha Roy <[email protected]>
  • Loading branch information
Sid200026 and Siddharth Singha Roy authored Oct 21, 2024
1 parent 3873c15 commit d49b532
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Release History

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

### Features Added

- Added authentication using Microsoft Entra ID for the service.
- Added reporting capabilities for the service. You can now publish the reports and artifacts generated by Playwright OSS to the service.
- Added reporting capabilities for the service. You can now publish the reports and artifacts generated by Playwright OSS to the service.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageTags>Azure, Cloud, Playwright, Playwright Service, Reporting, Playwright Testing</PackageTags>
<Description>
Expand All @@ -12,8 +12,7 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference
Include="..\..\Azure.Developer.MicrosoftPlaywrightTesting.TestLogger\src\Azure.Developer.MicrosoftPlaywrightTesting.TestLogger.csproj" />
<ProjectReference Include="..\..\Azure.Developer.MicrosoftPlaywrightTesting.TestLogger\src\Azure.Developer.MicrosoftPlaywrightTesting.TestLogger.csproj" />
<PackageReference Include="NUnit" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Release History

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

### Features Added

- Added authentication using Microsoft Entra ID for the service.
- Added reporting capabilities for the service. You can now publish the reports and artifacts generated by Playwright OSS to the service.
- Added reporting capabilities for the service. You can now publish the reports and artifacts generated by Playwright OSS to the service.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageTags>Azure, Cloud, Playwright, Playwright Service, Reporting, Playwright Testing</PackageTags>
<Description>
Expand Down

0 comments on commit d49b532

Please sign in to comment.