Skip to content

Commit

Permalink
Increase project version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Jul 19, 2024
1 parent 6e5d54c commit 146acb0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.0] - 2024-07-19

### Changed

- Upgrade Atata package reference to v3.2.0.
Expand All @@ -20,5 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Upgrade Atata package reference to v3.1.0.
- Upgrade NLog package reference to v5.3.2.

[unreleased]: https://github.com/atata-framework/atata-templates/compare/v3.1.0...HEAD
[3.1.0]: https://github.com/atata-framework/atata-templates/compare/v3.0.0...v3.1.0
[unreleased]: https://github.com/atata-framework/atata-templates/compare/v3.2.0...HEAD
[3.2.0]: https://github.com/atata-framework/atata-templates/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/atata-framework/atata-templates/compare/v3.0.0...v3.1.0
4 changes: 2 additions & 2 deletions src/Atata.Templates/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="AtataTemplates" Version="3.1.0" Language="en-US" Publisher="Yevgeniy Shunevych" />
<Identity Id="AtataTemplates" Version="3.2.0" Language="en-US" Publisher="Yevgeniy Shunevych" />
<DisplayName>Atata Templates</DisplayName>
<Description xml:space="preserve">A set of project and class templates for automated web testing using Atata Framework.</Description>
<MoreInfo>https://atata.io</MoreInfo>
<License>license.txt</License>
<ReleaseNotes>https://github.com/atata-framework/atata-templates/releases/tag/v3.1.0</ReleaseNotes>
<ReleaseNotes>https://github.com/atata-framework/atata-templates/releases/tag/v3.2.0</ReleaseNotes>
<Icon>logo.png</Icon>
<PreviewImage>logo_preview.png</PreviewImage>
<Tags>atata,automation,testing,ui testing,test automation,automated testing,selenium,webdriver,nunit</Tags>
Expand Down
4 changes: 2 additions & 2 deletions src/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
[assembly: AssemblyCopyright("© Yevgeniy Shunevych 2024")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("3.1.0")]
[assembly: AssemblyFileVersion("3.1.0")]
[assembly: AssemblyVersion("3.2.0")]
[assembly: AssemblyFileVersion("3.2.0")]

0 comments on commit 146acb0

Please sign in to comment.