Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(): update release date in CHANGELOG #46730

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading