Skip to content

Commit ce01cf6

Browse files
Merge pull request #94 from bvn-architecture/v1.8.0-beta
V1.8.0 beta
2 parents 7969e81 + 01194bd commit ce01cf6

35 files changed

+196
-193
lines changed

BatchRevitDynamo/BatchRevitDynamo.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>BatchRevitDynamo</RootNamespace>
1111
<AssemblyName>BatchRevitDynamo</AssemblyName>
12-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
</PropertyGroup>
1515
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
@@ -60,6 +60,9 @@
6060
<Reference Include="Microsoft.CSharp" />
6161
</ItemGroup>
6262
<ItemGroup>
63+
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
64+
<Link>Properties\GlobalAssemblyInfo.cs</Link>
65+
</Compile>
6366
<Compile Include="RevitBatchProcessor.cs" />
6467
<Compile Include="Properties\AssemblyInfo.cs" />
6568
</ItemGroup>

BatchRevitDynamo/Properties/AssemblyInfo.cs

+2-12
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,5 @@
2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("b2fed296-9ea0-41dd-bb2f-951d481f527b")]
2424

25-
// Version information for an assembly consists of the following four values:
26-
//
27-
// Major Version
28-
// Minor Version
29-
// Build Number
30-
// Revision
31-
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
25+
26+

BatchRvt/BatchRvt.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>BatchRvt</RootNamespace>
1111
<AssemblyName>BatchRvt</AssemblyName>
12-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
</PropertyGroup>
1515
<PropertyGroup>
@@ -71,6 +71,9 @@
7171
<Reference Include="System.Windows.Forms" />
7272
</ItemGroup>
7373
<ItemGroup>
74+
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
75+
<Link>Properties\GlobalAssemblyInfo.cs</Link>
76+
</Compile>
7477
<Compile Include="BatchRvtMain.cs" />
7578
<Compile Include="Properties\AssemblyInfo.cs" />
7679
</ItemGroup>

BatchRvt/Properties/AssemblyInfo.cs

-13
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,3 @@
4040

4141
// The following GUID is for the ID of the typelib if this project is exposed to COM
4242
[assembly: Guid("4dd28256-d644-4b56-9eba-75ee51c11119")]
43-
44-
// Version information for an assembly consists of the following four values:
45-
//
46-
// Major Version
47-
// Minor Version
48-
// Build Number
49-
// Revision
50-
//
51-
// You can specify all the values or you can default the Build and Revision Numbers
52-
// by using the '*' as shown below:
53-
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]

BatchRvtAddin2015/BatchRvtAddin2015.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>BatchRvt.Addin.Revit2015</RootNamespace>
1111
<AssemblyName>BatchRvtAddin2015</AssemblyName>
12-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
</PropertyGroup>
1515
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
@@ -72,6 +72,7 @@
7272
<ItemGroup>
7373
<Compile Include="BatchRvtAddinApplication.cs" />
7474
<Compile Include="Properties\AssemblyInfo.cs" />
75+
<Compile Include="Properties\GlobalAssemblyInfo.cs" />
7576
</ItemGroup>
7677
<ItemGroup>
7778
<ProjectReference Include="..\BatchRvtScriptHost\BatchRvtScriptHost.csproj">

BatchRvtAddin2015/Properties/AssemblyInfo.cs

-13
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,3 @@
4040

4141
// The following GUID is for the ID of the typelib if this project is exposed to COM
4242
[assembly: Guid("9226492c-cf44-479b-b2c6-1fa3ea2be6eb")]
43-
44-
// Version information for an assembly consists of the following four values:
45-
//
46-
// Major Version
47-
// Minor Version
48-
// Build Number
49-
// Revision
50-
//
51-
// You can specify all the values or you can default the Build and Revision Numbers
52-
// by using the '*' as shown below:
53-
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Version information for an assembly consists of the following four values:
2+
//
3+
// Major Version
4+
// Minor Version
5+
// Build Number
6+
// Revision
7+
//
8+
9+
[assembly: System.Reflection.AssemblyVersion("1.8.0.0")]
10+
[assembly: System.Reflection.AssemblyInformationalVersion("1.8.0.0")]
11+
[assembly: System.Reflection.AssemblyFileVersion("1.8.0.0")]

BatchRvtAddin2016/BatchRvtAddin2016.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>BatchRvt.Addin.Revit2016</RootNamespace>
1111
<AssemblyName>BatchRvtAddin2016</AssemblyName>
12-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
</PropertyGroup>
1515
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
@@ -70,6 +70,9 @@
7070
<Reference Include="System.Windows.Forms" />
7171
</ItemGroup>
7272
<ItemGroup>
73+
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
74+
<Link>Properties\GlobalAssemblyInfo.cs</Link>
75+
</Compile>
7376
<Compile Include="BatchRvtAddinApplication.cs" />
7477
<Compile Include="Properties\AssemblyInfo.cs" />
7578
</ItemGroup>

BatchRvtAddin2016/Properties/AssemblyInfo.cs

-13
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,3 @@
4040

4141
// The following GUID is for the ID of the typelib if this project is exposed to COM
4242
[assembly: Guid("8add8aeb-9baa-47d6-b52d-12e5e0eadacf")]
43-
44-
// Version information for an assembly consists of the following four values:
45-
//
46-
// Major Version
47-
// Minor Version
48-
// Build Number
49-
// Revision
50-
//
51-
// You can specify all the values or you can default the Build and Revision Numbers
52-
// by using the '*' as shown below:
53-
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]

BatchRvtAddin2017/BatchRvtAddin2017.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>BatchRvt.Addin.Revit2017</RootNamespace>
1111
<AssemblyName>BatchRvtAddin2017</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
1515
</PropertyGroup>
@@ -71,6 +71,9 @@
7171
<Reference Include="System.Windows.Forms" />
7272
</ItemGroup>
7373
<ItemGroup>
74+
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
75+
<Link>Properties\GlobalAssemblyInfo.cs</Link>
76+
</Compile>
7477
<Compile Include="BatchRvtAddinApplication.cs" />
7578
<Compile Include="Properties\AssemblyInfo.cs" />
7679
</ItemGroup>

BatchRvtAddin2017/Properties/AssemblyInfo.cs

-13
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,3 @@
4040

4141
// The following GUID is for the ID of the typelib if this project is exposed to COM
4242
[assembly: Guid("a943412b-0760-4e78-8f34-7f1dac012390")]
43-
44-
// Version information for an assembly consists of the following four values:
45-
//
46-
// Major Version
47-
// Minor Version
48-
// Build Number
49-
// Revision
50-
//
51-
// You can specify all the values or you can default the Build and Revision Numbers
52-
// by using the '*' as shown below:
53-
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]

BatchRvtAddin2018/BatchRvtAddin2018.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>BatchRvt.Addin.Revit2018</RootNamespace>
1111
<AssemblyName>BatchRvtAddin2018</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
1515
</PropertyGroup>
@@ -71,6 +71,9 @@
7171
<Reference Include="System.Windows.Forms" />
7272
</ItemGroup>
7373
<ItemGroup>
74+
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
75+
<Link>Properties\GlobalAssemblyInfo.cs</Link>
76+
</Compile>
7477
<Compile Include="BatchRvtAddinApplication.cs" />
7578
<Compile Include="Properties\AssemblyInfo.cs" />
7679
</ItemGroup>

BatchRvtAddin2018/Properties/AssemblyInfo.cs

-13
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,3 @@
4040

4141
// The following GUID is for the ID of the typelib if this project is exposed to COM
4242
[assembly: Guid("4deb0b67-8d04-4b95-8c01-9e26ac036c4f")]
43-
44-
// Version information for an assembly consists of the following four values:
45-
//
46-
// Major Version
47-
// Minor Version
48-
// Build Number
49-
// Revision
50-
//
51-
// You can specify all the values or you can default the Build and Revision Numbers
52-
// by using the '*' as shown below:
53-
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]

BatchRvtAddin2019/BatchRvtAddin2019.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>BatchRvt.Addin.Revit2019</RootNamespace>
1111
<AssemblyName>BatchRvtAddin2019</AssemblyName>
12-
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<Deterministic>true</Deterministic>
1515
</PropertyGroup>
@@ -66,6 +66,9 @@
6666
<Reference Include="System.Windows.Forms" />
6767
</ItemGroup>
6868
<ItemGroup>
69+
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
70+
<Link>Properties\GlobalAssemblyInfo.cs</Link>
71+
</Compile>
6972
<Compile Include="BatchRvtAddinApplication.cs" />
7073
<Compile Include="Properties\AssemblyInfo.cs" />
7174
</ItemGroup>

BatchRvtAddin2019/Properties/AssemblyInfo.cs

-13
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,3 @@
4040

4141
// The following GUID is for the ID of the typelib if this project is exposed to COM
4242
[assembly: Guid("62f91aa6-ac57-451e-a91c-719d5846d247")]
43-
44-
// Version information for an assembly consists of the following four values:
45-
//
46-
// Major Version
47-
// Minor Version
48-
// Build Number
49-
// Revision
50-
//
51-
// You can specify all the values or you can default the Build and Revision Numbers
52-
// by using the '*' as shown below:
53-
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]

BatchRvtAddin2020/BatchRvtAddin2020.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>BatchRvt.Addin.Revit2020</RootNamespace>
1111
<AssemblyName>BatchRvtAddin2020</AssemblyName>
12-
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<Deterministic>true</Deterministic>
1515
</PropertyGroup>
@@ -61,6 +61,9 @@
6161
<Reference Include="System.Windows.Forms" />
6262
</ItemGroup>
6363
<ItemGroup>
64+
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
65+
<Link>Properties\GlobalAssemblyInfo.cs</Link>
66+
</Compile>
6467
<Compile Include="BatchRvtAddinApplication.cs" />
6568
<Compile Include="Properties\AssemblyInfo.cs" />
6669
</ItemGroup>

BatchRvtAddin2020/Properties/AssemblyInfo.cs

-12
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,3 @@
4141
// The following GUID is for the ID of the typelib if this project is exposed to COM
4242
[assembly: Guid("03cfcdbe-9532-47dd-a84d-8ea9906808bf")]
4343

44-
// Version information for an assembly consists of the following four values:
45-
//
46-
// Major Version
47-
// Minor Version
48-
// Build Number
49-
// Revision
50-
//
51-
// You can specify all the values or you can default the Build and Revision Numbers
52-
// by using the '*' as shown below:
53-
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]

BatchRvtAddin2021/BatchRvtAddin2021.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
<Reference Include="Microsoft.CSharp" />
6969
</ItemGroup>
7070
<ItemGroup>
71+
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
72+
<Link>Properties\GlobalAssemblyInfo.cs</Link>
73+
</Compile>
7174
<Compile Include="BatchRvtAddinApplication.cs" />
7275
<Compile Include="Properties\AssemblyInfo.cs" />
7376
</ItemGroup>

BatchRvtAddin2021/Properties/AssemblyInfo.cs

-13
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,3 @@
4040

4141
// The following GUID is for the ID of the typelib if this project is exposed to COM
4242
[assembly: Guid("1a6fe589-4b85-4094-afb7-48e7637b6ed0")]
43-
44-
// Version information for an assembly consists of the following four values:
45-
//
46-
// Major Version
47-
// Minor Version
48-
// Build Number
49-
// Revision
50-
//
51-
// You can specify all the values or you can default the Build and Revision Numbers
52-
// by using the '*' as shown below:
53-
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]

BatchRvtAddin2022/BatchRvtAddin2022.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
<Reference Include="Microsoft.CSharp" />
6969
</ItemGroup>
7070
<ItemGroup>
71+
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
72+
<Link>Properties\GlobalAssemblyInfo.cs</Link>
73+
</Compile>
7174
<Compile Include="BatchRvtAddinApplication.cs" />
7275
<Compile Include="Properties\AssemblyInfo.cs" />
7376
</ItemGroup>

BatchRvtAddin2022/Properties/AssemblyInfo.cs

-13
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,3 @@
4040

4141
// The following GUID is for the ID of the typelib if this project is exposed to COM
4242
[assembly: Guid("1a6fe589-4b85-4094-afb7-48e7637b6ed0")]
43-
44-
// Version information for an assembly consists of the following four values:
45-
//
46-
// Major Version
47-
// Minor Version
48-
// Build Number
49-
// Revision
50-
//
51-
// You can specify all the values or you can default the Build and Revision Numbers
52-
// by using the '*' as shown below:
53-
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]

BatchRvtGUI/BatchRvtGUI.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>BatchRvtGUI</RootNamespace>
1111
<AssemblyName>BatchRvtGUI</AssemblyName>
12-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
</PropertyGroup>
1515
<PropertyGroup>
@@ -78,6 +78,9 @@
7878
<Reference Include="System.Xml" />
7979
</ItemGroup>
8080
<ItemGroup>
81+
<Compile Include="..\Common\GlobalAssemblyInfo.cs">
82+
<Link>Properties\GlobalAssemblyInfo.cs</Link>
83+
</Compile>
8184
<Compile Include="BatchRvtGuiForm.cs">
8285
<SubType>Form</SubType>
8386
</Compile>

BatchRvtGUI/Properties/AssemblyInfo.cs

-13
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,3 @@
4040

4141
// The following GUID is for the ID of the typelib if this project is exposed to COM
4242
[assembly: Guid("68c10075-6ee2-4174-bd4b-dd2518229a82")]
43-
44-
// Version information for an assembly consists of the following four values:
45-
//
46-
// Major Version
47-
// Minor Version
48-
// Build Number
49-
// Revision
50-
//
51-
// You can specify all the values or you can default the Build and Revision Numbers
52-
// by using the '*' as shown below:
53-
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)