Skip to content

Commit faeba0d

Browse files
committed
change namespace from RevitDBExplorer.API => to RevitExplorer.API
1 parent 8577962 commit faeba0d

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

sources/RevitDBExplorer.API/IRDBEController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Collections.Generic;
22

3-
namespace RevitDBExplorer.API
3+
namespace RevitExplorer.API
44
{
55
public interface IRDBEController
66
{

sources/RevitDBExplorer.API/RevitDBExplorer.API.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -26,6 +26,8 @@
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>

sources/RevitDBExplorer.API/RevitDBExplorer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System;
22
using System.Linq;
33

4-
namespace RevitDBExplorer.API
4+
namespace RevitExplorer.API
55
{
66
public class RevitDBExplorer
77
{

sources/RevitDBExplorer/APIAdapter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.Collections.Generic;
22
using System.Linq;
33
using Autodesk.Revit.DB;
4-
using RevitDBExplorer.API;
4+
using RevitExplorer.API;
55
using RevitDBExplorer.Domain;
66
using RevitDBExplorer.Domain.DataModel;
77

0 commit comments

Comments
 (0)