Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
# [0.4.0](v0.3.1...v0.4.0) (2024-02-21)

### Bug Fixes

* readme refactored to be branch independent ([cbf4124](cbf4124))

### Features

* dockerfile for CI, azure pipeline definition, signing only on release ([3cf735e](3cf735e))
* **project:** update to latest best practices, support sbyte and byte ([6902daa](6902daa))
  • Loading branch information
semantic-release-bot committed Feb 21, 2024
1 parent 6902daa commit 25777c4
Show file tree
Hide file tree
Showing 5 changed files with 19 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.6.0</Version>
<Version>0.4.0</Version>
</metadata>
</package>
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# [0.4.0](https://github.com/JonasSchubert/TimeSpan.Xt/compare/v0.3.1...v0.4.0) (2024-02-21)


### Bug Fixes

* readme refactored to be branch independent ([cbf4124](https://github.com/JonasSchubert/TimeSpan.Xt/commit/cbf4124e8cbe21c8e80ac7965578c4f3ac6a4d0c))


### Features

* dockerfile for CI, azure pipeline definition, signing only on release ([3cf735e](https://github.com/JonasSchubert/TimeSpan.Xt/commit/3cf735ee3e205ba9089c7ded4d5755a380264400))
* **project:** update to latest best practices, support sbyte and byte ([6902daa](https://github.com/JonasSchubert/TimeSpan.Xt/commit/6902daaff10a3a3a7311164569eebfee4002cb59))
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.6.0",
"version": "0.4.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 @@ -12,9 +12,9 @@
<PackageTags>Fluent, TimeSpan, Extensions</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RootNamespace>TimeSpan.Xt</RootNamespace>
<Version>0.6.0</Version>
<AssemblyVersion>0.6.0</AssemblyVersion>
<FileVersion>0.6.0</FileVersion>
<Version>0.4.0</Version>
<AssemblyVersion>0.4.0</AssemblyVersion>
<FileVersion>0.4.0</FileVersion>
<RepositoryUrl>https://github.com/JonasSchubert/TimeSpan.Xt.git</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 25777c4

Please sign in to comment.