Skip to content

Commit

Permalink
Merge pull request #94 from bvn-architecture/v1.8.0-beta
Browse files Browse the repository at this point in the history
V1.8.0 beta
  • Loading branch information
petersmithfromengland authored Aug 17, 2022
2 parents 7969e81 + 01194bd commit ce01cf6
Show file tree
Hide file tree
Showing 35 changed files with 196 additions and 193 deletions.
5 changes: 4 additions & 1 deletion BatchRevitDynamo/BatchRevitDynamo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BatchRevitDynamo</RootNamespace>
<AssemblyName>BatchRevitDynamo</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
Expand Down Expand Up @@ -60,6 +60,9 @@
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="RevitBatchProcessor.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
Expand Down
14 changes: 2 additions & 12 deletions BatchRevitDynamo/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,5 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("b2fed296-9ea0-41dd-bb2f-951d481f527b")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]


5 changes: 4 additions & 1 deletion BatchRvt/BatchRvt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BatchRvt</RootNamespace>
<AssemblyName>BatchRvt</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup>
Expand Down Expand Up @@ -71,6 +71,9 @@
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="BatchRvtMain.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
Expand Down
13 changes: 0 additions & 13 deletions BatchRvt/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,3 @@

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("4dd28256-d644-4b56-9eba-75ee51c11119")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
3 changes: 2 additions & 1 deletion BatchRvtAddin2015/BatchRvtAddin2015.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BatchRvt.Addin.Revit2015</RootNamespace>
<AssemblyName>BatchRvtAddin2015</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
Expand Down Expand Up @@ -72,6 +72,7 @@
<ItemGroup>
<Compile Include="BatchRvtAddinApplication.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\GlobalAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BatchRvtScriptHost\BatchRvtScriptHost.csproj">
Expand Down
13 changes: 0 additions & 13 deletions BatchRvtAddin2015/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,3 @@

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("9226492c-cf44-479b-b2c6-1fa3ea2be6eb")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
11 changes: 11 additions & 0 deletions BatchRvtAddin2015/Properties/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//

[assembly: System.Reflection.AssemblyVersion("1.8.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersion("1.8.0.0")]
[assembly: System.Reflection.AssemblyFileVersion("1.8.0.0")]
5 changes: 4 additions & 1 deletion BatchRvtAddin2016/BatchRvtAddin2016.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BatchRvt.Addin.Revit2016</RootNamespace>
<AssemblyName>BatchRvtAddin2016</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
Expand Down Expand Up @@ -70,6 +70,9 @@
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="BatchRvtAddinApplication.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
Expand Down
13 changes: 0 additions & 13 deletions BatchRvtAddin2016/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,3 @@

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("8add8aeb-9baa-47d6-b52d-12e5e0eadacf")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
5 changes: 4 additions & 1 deletion BatchRvtAddin2017/BatchRvtAddin2017.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BatchRvt.Addin.Revit2017</RootNamespace>
<AssemblyName>BatchRvtAddin2017</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
Expand Down Expand Up @@ -71,6 +71,9 @@
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="BatchRvtAddinApplication.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
Expand Down
13 changes: 0 additions & 13 deletions BatchRvtAddin2017/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,3 @@

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("a943412b-0760-4e78-8f34-7f1dac012390")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
5 changes: 4 additions & 1 deletion BatchRvtAddin2018/BatchRvtAddin2018.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BatchRvt.Addin.Revit2018</RootNamespace>
<AssemblyName>BatchRvtAddin2018</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
Expand Down Expand Up @@ -71,6 +71,9 @@
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="BatchRvtAddinApplication.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
Expand Down
13 changes: 0 additions & 13 deletions BatchRvtAddin2018/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,3 @@

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("4deb0b67-8d04-4b95-8c01-9e26ac036c4f")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
5 changes: 4 additions & 1 deletion BatchRvtAddin2019/BatchRvtAddin2019.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BatchRvt.Addin.Revit2019</RootNamespace>
<AssemblyName>BatchRvtAddin2019</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
Expand Down Expand Up @@ -66,6 +66,9 @@
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="BatchRvtAddinApplication.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
Expand Down
13 changes: 0 additions & 13 deletions BatchRvtAddin2019/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,3 @@

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("62f91aa6-ac57-451e-a91c-719d5846d247")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
5 changes: 4 additions & 1 deletion BatchRvtAddin2020/BatchRvtAddin2020.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BatchRvt.Addin.Revit2020</RootNamespace>
<AssemblyName>BatchRvtAddin2020</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
Expand Down Expand Up @@ -61,6 +61,9 @@
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="BatchRvtAddinApplication.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
Expand Down
12 changes: 0 additions & 12 deletions BatchRvtAddin2020/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,3 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("03cfcdbe-9532-47dd-a84d-8ea9906808bf")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
3 changes: 3 additions & 0 deletions BatchRvtAddin2021/BatchRvtAddin2021.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="BatchRvtAddinApplication.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
Expand Down
13 changes: 0 additions & 13 deletions BatchRvtAddin2021/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,3 @@

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("1a6fe589-4b85-4094-afb7-48e7637b6ed0")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
3 changes: 3 additions & 0 deletions BatchRvtAddin2022/BatchRvtAddin2022.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="BatchRvtAddinApplication.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
Expand Down
13 changes: 0 additions & 13 deletions BatchRvtAddin2022/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,3 @@

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("1a6fe589-4b85-4094-afb7-48e7637b6ed0")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
5 changes: 4 additions & 1 deletion BatchRvtGUI/BatchRvtGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BatchRvtGUI</RootNamespace>
<AssemblyName>BatchRvtGUI</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup>
Expand Down Expand Up @@ -78,6 +78,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="BatchRvtGuiForm.cs">
<SubType>Form</SubType>
</Compile>
Expand Down
13 changes: 0 additions & 13 deletions BatchRvtGUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,3 @@

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("68c10075-6ee2-4174-bd4b-dd2518229a82")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Loading

0 comments on commit ce01cf6

Please sign in to comment.