Skip to content

Commit

Permalink
Increase project version number to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Jul 13, 2021
1 parent ea98385 commit de67e08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [1.1.0] - 2021-07-13

### Added

Expand Down
4 changes: 2 additions & 2 deletions src/Atata.Cli.Npm/Atata.Cli.Npm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<Description>.NET library that provides an API for NPM.

Targets .NET Standard 2.0.
Expand All @@ -16,7 +16,7 @@ Features:
<RepositoryUrl>https://github.com/atata-framework/atata-cli-npm</RepositoryUrl>
<PackageId>Atata.Cli.Npm</PackageId>
<PackageTags>atata cli api npm</PackageTags>
<PackageReleaseNotes>Initial release.</PackageReleaseNotes>
<PackageReleaseNotes>Changelog: https://github.com/atata-framework/atata-cli-npm/blob/main/CHANGELOG.md</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/atata-framework/atata-cli-npm</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit de67e08

Please sign in to comment.