Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed Jun 23, 2024
1 parent cc8c83c commit 7b9ca57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 4.0.5

- Updated dependencies
- Removed dependencies conditions with https://github.com/Nice3point/RevitToolkit/releases/tag/2025.0.1 latest changes integration
- Updated samples .csproj

# 4.0.4

- Removed template engine "isEnabled" property. Visual Studio does not support it compared to Jetbrains Rider.
Expand Down
2 changes: 1 addition & 1 deletion build/Build.Configuration.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sealed partial class Build
{
const string Version = "4.0.4";
const string Version = "4.0.5";
readonly AbsolutePath ArtifactsDirectory = RootDirectory / "output";
readonly AbsolutePath ChangeLogPath = RootDirectory / "Changelog.md";

Expand Down

0 comments on commit 7b9ca57

Please sign in to comment.