Skip to content

Commit

Permalink
Increase project version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Apr 16, 2024
1 parent 8ac2820 commit febef0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Works with Bootstrap components of version 3-5.

*The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.*

**[What's new in v2.2.0](https://atata.io/blog/2024/01/14/atata.bootstrap-2.2.0-released/)**
**[What's new in v3.0.0](https://github.com/atata-framework/atata-bootstrap/releases/tag/v3.0.0)**

## Components

Expand Down
4 changes: 2 additions & 2 deletions src/Atata.Bootstrap/Atata.Bootstrap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<LangVersion>12.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Version>2.2.0</Version>
<Version>3.0.0</Version>
<Description>C#/.NET package containing a set of Atata components for automated web testing integration with Bootstrap Framework.

Works with Bootstrap components of version 3.3 and 4.0+.
Expand All @@ -16,7 +16,7 @@ Atata Framework documentation: https://atata.io</Description>
<RepositoryUrl>https://github.com/atata-framework/atata-bootstrap</RepositoryUrl>
<PackageId>Atata.Bootstrap</PackageId>
<PackageTags>atata automation testing test selenium webdriver browser bootstrap</PackageTags>
<PackageReleaseNotes>https://atata.io/blog/2024/01/14/atata.bootstrap-2.2.0-released/</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/atata-framework/atata-bootstrap/releases/tag/v3.0.0</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/atata-framework/atata-bootstrap</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit febef0e

Please sign in to comment.