Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed Feb 10, 2024
1 parent 47cf2d0 commit 73f3042
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

# 2024-02-10 **2024.0.13**

## General

- **Modules view**

The new Modules view lets you inspect the dynamic link libraries (DLLs) and executables that your app uses. In this view, you’ll find information such as module names, versions, application domains, paths to the module.
![image](https://github.com/jeremytammik/RevitLookup/assets/20504884/b9f23a6c-24c8-4ff5-a4d1-59a3a685ac4d)

## Bugs

- Fix clipboard exception causing Revit crash https://github.com/jeremytammik/RevitLookup/issues/202
- Fix opening Search Elements dialog from Revit ribbon

# 2023-12-25 **2024.0.12**

Last corrective update for this year, bringing minor tweaks and improvements
Expand Down
8 changes: 4 additions & 4 deletions build/Build.Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ protected override void OnBuildInitialized()

VersionMap = new()
{
{"Release R21", "2021.2.12"},
{"Release R22", "2022.2.12"},
{"Release R23", "2023.2.12"},
{"Release R24", "2024.0.12"}
{"Release R21", "2021.2.13"},
{"Release R22", "2022.2.13"},
{"Release R23", "2023.2.13"},
{"Release R24", "2024.0.13"}
};
}
}

0 comments on commit 73f3042

Please sign in to comment.