File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Atata.Cli.HtmlValidate Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## [ 1.1.0 ] - 2021-07-13
99
1010### Added
1111
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
5- <Version >1.0 .0</Version >
5+ <Version >1.1 .0</Version >
66 <Description >.NET library that provides an API for html-validate NPM package.
77
88Targets .NET Standard 2.0.
@@ -11,7 +11,7 @@ Requires html-validate (https://www.npmjs.com/package/html-validate) NPM package
1111 <RepositoryUrl >https://github.com/atata-framework/atata-cli-htmlvalidate</RepositoryUrl >
1212 <PackageId >Atata.Cli.HtmlValidate</PackageId >
1313 <PackageTags >atata cli api html-validate html validation</PackageTags >
14- <PackageReleaseNotes >Initial release. </PackageReleaseNotes >
14+ <PackageReleaseNotes >Changelog: https://github.com/atata-framework/atata-cli-htmlvalidate/blob/main/CHANGELOG.md </PackageReleaseNotes >
1515 <PackageProjectUrl >https://github.com/atata-framework/atata-cli-htmlvalidate</PackageProjectUrl >
1616 </PropertyGroup >
1717
You can’t perform that action at this time.
0 commit comments