Skip to content

Commit

Permalink
chore(release): 0.5.1
Browse files Browse the repository at this point in the history
## [0.5.1](v0.5.0...v0.5.1) (2024-12-09)

### Bug Fixes

* **project:** update script pack to trigger release ([5e814a5](5e814a5))
  • Loading branch information
semantic-release-bot committed Dec 9, 2024
1 parent 5e814a5 commit 81fbe67
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<package>
<metadata>
<id>TimeSpan.Xt</id>
<Version>0.5.0</Version>
<Version>0.5.1</Version>
</metadata>
</package>
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.5.1](https://github.com/JonasSchubert/TimeSpan.Xt/compare/v0.5.0...v0.5.1) (2024-12-09)


### Bug Fixes

* **project:** update script pack to trigger release ([5e814a5](https://github.com/JonasSchubert/TimeSpan.Xt/commit/5e814a5f7e74e10df6302d334f88718ca6589d8e))

# [0.5.0](https://github.com/JonasSchubert/TimeSpan.Xt/compare/v0.4.0...v0.5.0) (2024-12-09)


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": "timespan.xt",
"version": "0.5.0",
"version": "0.5.1",
"description": "Nuget package for fluent timespan usage.",
"author": {
"name": "Jonas Schubert",
Expand Down
6 changes: 3 additions & 3 deletions src/TimeSpan.Xt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<PackageTags>Fluent, TimeSpan, Extensions</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RootNamespace>TimeSpan.Xt</RootNamespace>
<Version>0.5.0</Version>
<AssemblyVersion>0.5.0</AssemblyVersion>
<FileVersion>0.5.0</FileVersion>
<Version>0.5.1</Version>
<AssemblyVersion>0.5.1</AssemblyVersion>
<FileVersion>0.5.1</FileVersion>
<RepositoryUrl>https://github.com/JonasSchubert/TimeSpan.Xt.git</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
</PropertyGroup>
Expand Down

0 comments on commit 81fbe67

Please sign in to comment.