File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11using System . Collections . Generic ;
22
3- namespace RevitDBExplorer . API
3+ namespace RevitExplorer . API
44{
55 public interface IRDBEController
66 {
Original file line number Diff line number Diff line change 33 <TargetFramework >netstandard2.0</TargetFramework >
44 <LangVersion >10.0</LangVersion >
55 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
6- <Version >1.8.1 </Version >
6+ <Version >2.0.0 </Version >
77 <Authors >NeVeSpl</Authors >
88 <Company >NeVeSpl</Company >
99 <Copyright >(c) Revit Database Explorer</Copyright >
2626 <PropertyGroup >
2727 <StartupObject />
2828 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
29+ <PackageId >RevitExplorer.API</PackageId >
30+ <Product >RevitExplorer.API</Product >
2931 </PropertyGroup >
3032
3133 <ItemGroup >
Original file line number Diff line number Diff line change 11using System ;
22using System . Linq ;
33
4- namespace RevitDBExplorer . API
4+ namespace RevitExplorer . API
55{
66 public class RevitDBExplorer
77 {
Original file line number Diff line number Diff line change 11using System . Collections . Generic ;
22using System . Linq ;
33using Autodesk . Revit . DB ;
4- using RevitDBExplorer . API ;
4+ using RevitExplorer . API ;
55using RevitDBExplorer . Domain ;
66using RevitDBExplorer . Domain . DataModel ;
77
You can’t perform that action at this time.
0 commit comments