Skip to content

Commit d7cb0b7

Browse files
Increase project version number to 1.1.0
1 parent 4237a9c commit d7cb0b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

src/Atata.Cli.HtmlValidate/Atata.Cli.HtmlValidate.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

88
Targets .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

0 commit comments

Comments
 (0)