Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2023-02-22)

### Bug Fixes

* compare null as lower than not null ([f25ffc6](f25ffc6))

### Features

* explicitly support .NET 7 ([6f16711](6f16711))
* implement IEquatable ([4d6654c](4d6654c))
* implement operators ([bd9dfdc](bd9dfdc))
  • Loading branch information
semantic-release-bot committed Feb 22, 2023
1 parent bd9dfdc commit fb52b1b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.2.0](https://github.com/droidsolutions/semantic-version/compare/v1.1.0...v1.2.0) (2023-02-22)


### Bug Fixes

* compare null as lower than not null ([f25ffc6](https://github.com/droidsolutions/semantic-version/commit/f25ffc6f769e58201697f4c4cb14caa157005934))


### Features

* explicitly support .NET 7 ([6f16711](https://github.com/droidsolutions/semantic-version/commit/6f16711967272bab417660008c81e369062bade6))
* implement IEquatable ([4d6654c](https://github.com/droidsolutions/semantic-version/commit/4d6654cb7867e82b1a7eac613233b7527615b7cf))
* implement operators ([bd9dfdc](https://github.com/droidsolutions/semantic-version/commit/bd9dfdcead0eba85ed9406ebf5b7bb6f0afefa7e))

# [1.1.0](https://github.com/droidsolutions/semantic-version/compare/v1.0.0...v1.1.0) (2022-11-10)


Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)stylecop.ruleset</CodeAnalysisRuleSet>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<Authors>Stefan Ißmer</Authors>
<Company>DroidSolutions GmbH</Company>
<Description>Contains tools to help work with semantic version numbers.</Description>
Expand All @@ -16,7 +16,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>https://github.com/droidsolutions/semantic-version/blob/main/CHANGELOG.md</PackageReleaseNotes>
<RepositoryBranch>main</RepositoryBranch>
<RepositoryCommit>5bb79f7eb206aa00e61530db7e0c9bba2a5afe22</RepositoryCommit>
<RepositoryCommit>bd9dfdcead0eba85ed9406ebf5b7bb6f0afefa7e</RepositoryCommit>
<PackageTags>semantic;semantic-version;compare;version</PackageTags>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@droidsolutions-oss/semantic-version",
"version": "1.1.0",
"version": "1.2.0",
"description": "NuGet package with tools to help work with semantic version numbers.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit fb52b1b

Please sign in to comment.