Skip to content

Commit a98b1d0

Browse files
committed
Migrate repository
1 parent 803fdb7 commit a98b1d0

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

Changelog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ improvements. Let's move to the details.
1616
- **Improved exception handling**. Now shows more informational messages, added more supported error types. Fixed some application crashes.
1717
- **Fixed dependency conflicts** for .NET Framework versions of RevitLookup, according to tests, you should no longer encounter startup issues.
1818
- **Added AppBundle**, that can be installed with all available versions in the release.
19-
- **Added user manuals**, visit the [Wiki](https://github.com/LookupEngine/RevitLookup/wiki) for RevitLookup features.
19+
- **Added user manuals**, visit the [Wiki](https://github.com/lookup-foundation/RevitLookup/wiki) for RevitLookup features.
2020
- **Added digital signature**. Thanks [Kinship](https://kinship.io/) for providing cloud services!
2121

2222
## User Interface
@@ -129,8 +129,8 @@ products like AutocadLookup, InventorLookup and others. Isolating the engine als
129129
## Development:
130130

131131
- **Redesigned project structure**:
132-
- Standalone [LookupEngine](https://github.com/LookupEngine/LookupEngine.UI). The LookupEngine is now a separate project, independent of RevitLookup.
133-
- Standalone [LookupEngine.UI](https://github.com/LookupEngine/LookupEngine.UI). The LookupEngine UI is now a separate project, independent of RevitLookup.
132+
- Standalone [LookupEngine](https://github.com/lookup-foundation/LookupEngine.UI). The LookupEngine is now a separate project, independent of RevitLookup.
133+
- Standalone [LookupEngine.UI](https://github.com/lookup-foundation/LookupEngine.UI). The LookupEngine UI is now a separate project, independent of RevitLookup.
134134
- UI Playground for development and testing the UI outside the Revit, independently.
135135
- **Moving to Central Package Management**, all dependencies are now managed in a single file.
136136
- **Moving to Central Build Management**, common build configurations are now managed in a single file.
@@ -139,7 +139,7 @@ products like AutocadLookup, InventorLookup and others. Isolating the engine als
139139
- **Migrated to SLNX solution format**, to avoid Git merge conflicts.
140140
- **Changed API for ContextMenu**. Now it provides dependecies and execution context.
141141
- **Disabled PresentationFramework traces** for the entire domain to address UI performance issues and freezing under an attached debugger, leaving only Critical events enabled.
142-
- **Updated** [Contribution](https://github.com/LookupEngine/RevitLookup/blob/dev/Contributing.md) guide.
142+
- **Updated** [Contribution](https://github.com/lookup-foundation/RevitLookup/blob/dev/Contributing.md) guide.
143143

144144
Made with love by @Nice3point 🕊️
145145

Contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ To create releases directly on GitHub:
211211
212212
## Architecture
213213
214-
RevitLookup is built on the [LookupEngine](https://github.com/LookupEngine/LookupEngine) framework, which provides a system for analyzing object structures at runtime.
214+
RevitLookup is built on the [LookupEngine](https://github.com/lookup-foundation/LookupEngine) framework, which provides a system for analyzing object structures at runtime.
215215
This section explains how you can extend and modify core components of the project.
216216
217217
### Descriptors

Readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Interactive Revit project database exploration tool to view and navigate BIM ele
99

1010
Whether you are a seasoned professional or just starting out, the RevitLookup is an indispensable tool for anyone who works with Revit projects. Its ease of use and advanced features make it the perfect solution for exploring, analyzing and manipulating Revit databases.
1111
<div align="center">
12-
<a href="https://github.com/LookupEngine/RevitLookup/releases/latest"><img src="https://img.shields.io/github/v/release/jeremytammik/RevitLookup?style=for-the-badge" alt="Badge"></a>
13-
<a href="https://github.com/LookupEngine/RevitLookup/releases/latest"><img src="https://img.shields.io/github/downloads/jeremytammik/RevitLookup/total?style=for-the-badge" alt="Badge"></a>
14-
<a href="https://github.com/LookupEngine/RevitLookup/commits/dev"><img src="https://img.shields.io/github/last-commit/jeremytammik/RevitLookup/dev?style=for-the-badge" alt="Badge"></a>
12+
<a href="https://github.com/lookup-foundation/RevitLookup/releases/latest"><img src="https://img.shields.io/github/v/release/jeremytammik/RevitLookup?style=for-the-badge" alt="Badge"></a>
13+
<a href="https://github.com/lookup-foundation/RevitLookup/releases/latest"><img src="https://img.shields.io/github/downloads/jeremytammik/RevitLookup/total?style=for-the-badge" alt="Badge"></a>
14+
<a href="https://github.com/lookup-foundation/RevitLookup/commits/dev"><img src="https://img.shields.io/github/last-commit/jeremytammik/RevitLookup/dev?style=for-the-badge" alt="Badge"></a>
1515
<a href="https://actions-badge.atrox.dev/jeremytammik/RevitLookup/goto?ref=dev"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fjeremytammik%2FRevitLookup%2Fbadge%3Fref%3Ddev&style=for-the-badge" alt="Badge"></a>
1616
</div>
1717
<br/>
@@ -24,7 +24,7 @@ Whether you are a seasoned professional or just starting out, the RevitLookup is
2424

2525
## Installation
2626

27-
- [Download](https://github.com/LookupEngine/RevitLookup/releases/latest) and run the MSI file.
27+
- [Download](https://github.com/lookup-foundation/RevitLookup/releases/latest) and run the MSI file.
2828
- Single-user installation is for one user only and does not require administrator rights.
2929
- Multi-user installation requires administrator rights and is installed for all users.
3030

@@ -36,7 +36,7 @@ We truly love pull requests! If you wish to help, you can learn more about how t
3636

3737
| Date | Maintainer |
3838
|:-----------:|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
39-
| Since 2022 | [Nice3point](https://github.com/Nice3point), with invaluable [contributions](https://github.com/LookupEngine/RevitLookup/graphs/contributors) from the entire Revit add-in developer community |
39+
| Since 2022 | [Nice3point](https://github.com/Nice3point), with invaluable [contributions](https://github.com/lookup-foundation/RevitLookup/graphs/contributors) from the entire Revit add-in developer community |
4040
| 2008 - 2022 | Jeremy Tammik, [The Building Coder](http://thebuildingcoder.typepad.com), [Autodesk Platform Services](https://aps.autodesk.com/), [ADN](http://www.autodesk.com/adn) [Open](http://www.autodesk.com/adnopen) |
4141
| 11 May 2005 | Originally implemented by [Jim Awe](https://www.linkedin.com/in/james-awe-4630a94/) of [Autodesk Inc.](https://www.autodesk.com) as [RvtMgdDbg](https://thebuildingcoder.typepad.com/blog/2009/02/rvtmgddbg.html) |
4242

build/Build.Changelog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ void WriteGitHubCompareUrl(StringBuilder changelogBuilder)
3636
if (IsPrerelease) return;
3737

3838
changelogBuilder.AppendLine();
39-
changelogBuilder.Append("RevitLookup versioning: https://github.com/LookupEngine/RevitLookup/wiki/Versions");
39+
changelogBuilder.Append("RevitLookup versioning: https://github.com/lookup-foundation/RevitLookup/wiki/Versions");
4040
}
4141

4242
/// <summary>

install/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
ControlPanelInfo =
4343
{
4444
Manufacturer = "Autodesk",
45-
HelpLink = "https://github.com/LookupEngine/RevitLookup/issues",
45+
HelpLink = "https://github.com/lookup-foundation/RevitLookup/issues",
4646
ProductIcon = @"install\Resources\Icons\ShellIcon.ico"
4747
}
4848
};

source/RevitLookup.UI.Framework/Views/AboutProgram/AboutPage.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<ui:HyperlinkButton
6868
Padding="0"
6969
Margin="0 4 0 0"
70-
NavigateUri="https://github.com/LookupEngine/RevitLookup/releases">
70+
NavigateUri="https://github.com/lookup-foundation/RevitLookup/releases">
7171
<ui:HyperlinkButton.Content>
7272
<ui:TextBlock
7373
FontTypography="Caption"
@@ -194,15 +194,15 @@
194194
<ui:HyperlinkButton
195195
Content="Source repository on GitHub"
196196
Icon="{ui:SymbolIcon Link48}"
197-
NavigateUri="https://github.com/LookupEngine/RevitLookup" />
197+
NavigateUri="https://github.com/lookup-foundation/RevitLookup" />
198198
<ui:HyperlinkButton
199199
Content="Powered by open-source software"
200200
Icon="{ui:SymbolIcon Link48}"
201201
Command="{Binding ViewModel.ShowSoftwareDialogCommand}" />
202202
<ui:HyperlinkButton
203203
Content="Contact Us"
204204
Icon="{ui:SymbolIcon Link48}"
205-
NavigateUri="https://github.com/LookupEngine/RevitLookup/issues" />
205+
NavigateUri="https://github.com/lookup-foundation/RevitLookup/issues" />
206206
</StackPanel>
207207
</DockPanel>
208208

source/RevitLookup.UI.Playground/Client/Controls/TileGallery.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<controls:HeaderTile
7171
Title="RevitLookup GitHub"
7272
Description="Project source repository page"
73-
Link="https://github.com/LookupEngine/RevitLookup"
73+
Link="https://github.com/lookup-foundation/RevitLookup"
7474
Margin="12 0 0 0">
7575
<controls:HeaderTile.Source>
7676
<Viewbox

0 commit comments

Comments
 (0)