Skip to content

Commit

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

### Features

* **.net:** update to .net9.0 ([878d2cb](878d2cb))
  • Loading branch information
semantic-release-bot committed Dec 9, 2024
1 parent fcb9d09 commit d0f4c8c
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.4.0</Version>
<Version>0.5.0</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.0](https://github.com/JonasSchubert/TimeSpan.Xt/compare/v0.4.0...v0.5.0) (2024-12-09)


### Features

* **.net:** update to .net9.0 ([878d2cb](https://github.com/JonasSchubert/TimeSpan.Xt/commit/878d2cb420368427a97428b2b04535460157ce22))

# [0.4.0](https://github.com/JonasSchubert/TimeSpan.Xt/compare/v0.3.1...v0.4.0) (2024-02-21)


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.4.0",
"version": "0.5.0",
"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.4.0</Version>
<AssemblyVersion>0.4.0</AssemblyVersion>
<FileVersion>0.4.0</FileVersion>
<Version>0.5.0</Version>
<AssemblyVersion>0.5.0</AssemblyVersion>
<FileVersion>0.5.0</FileVersion>
<RepositoryUrl>https://github.com/JonasSchubert/TimeSpan.Xt.git</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
</PropertyGroup>
Expand Down

0 comments on commit d0f4c8c

Please sign in to comment.