Skip to content

Commit

Permalink
chore(release): 1.0.0-develop.2 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-develop.2](v1.0.0-develop.1...v1.0.0-develop.2) (2022-01-27)

### Bug Fixes

* **release:** update nuget plugin ([85aa7f6](85aa7f6))
  • Loading branch information
semantic-release-bot committed Jan 27, 2022
1 parent 85aa7f6 commit a5937f8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-develop.2](https://github.com/droidsolutions/semantic-version/compare/v1.0.0-develop.1...v1.0.0-develop.2) (2022-01-27)


### Bug Fixes

* **release:** update nuget plugin ([85aa7f6](https://github.com/droidsolutions/semantic-version/commit/85aa7f6875cf2f82c45cd63cb211442cb339052f))

# 1.0.0-develop.1 (2022-01-27)


Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)stylecop.ruleset</CodeAnalysisRuleSet>
<Version>1.0.0-develop.1</Version>
<Version>1.0.0-develop.2</Version>
<Authors>Stefan Ißmer</Authors>
<Company>DroidSolutions GmbH</Company>
<Description>Contains tools to help work with semantic version numbers.</Description>
Expand All @@ -14,7 +14,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>CHANGELOG.md</PackageReleaseNotes>
<RepositoryBranch>main</RepositoryBranch>
<RepositoryCommit>7c45615f78203e2c642b8275a8ea0d5a03b1ffb5</RepositoryCommit>
<RepositoryCommit>85aa7f6875cf2f82c45cd63cb211442cb339052f</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.0.0-develop.1",
"version": "1.0.0-develop.2",
"description": "NuGet package with tools to help work with semantic version numbers.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit a5937f8

Please sign in to comment.