Skip to content

Commit 23efcbb

Browse files
committed
Change all Company/Versions/...; Version is now 2.3.1
1 parent 4ad926e commit 23efcbb

File tree

19 files changed

+71
-162
lines changed

19 files changed

+71
-162
lines changed

FabTools/FabCtrl/Properties/AssemblyInfo.prg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
#else
1717
[assembly: AssemblyConfigurationAttribute( "Release" )]
1818
#endif
19-
[assembly: AssemblyCompanyAttribute( "Your Company Name" )]
19+
[assembly: AssemblyCompanyAttribute( "FabTools" )]
2020
[assembly: AssemblyProductAttribute( "Fab Ctrl" )]
21-
[assembly: AssemblyCopyrightAttribute( "Copyright © 2009" )]
21+
[assembly: AssemblyCopyrightAttribute( "Copyright © 2020" )]
2222
[assembly: AssemblyTrademarkAttribute( "" )]
2323
[assembly: AssemblyCultureAttribute( "" )]
2424

@@ -31,5 +31,5 @@
3131
//
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersionAttribute( "1.0.*" )]
35-
[assembly: AssemblyFileVersionAttribute( "1.0.*" )]
34+
[assembly: AssemblyVersionAttribute( "2.3.1" )]
35+
[assembly: AssemblyFileVersionAttribute( "2.3.1" )]

FabTools/FabOutlookBar/Properties/AssemblyInfo.prg

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,12 @@ USING System.Runtime.InteropServices
99
[assembly: AssemblyTitle("FabOutlookBar")]
1010
[assembly: AssemblyDescription("")]
1111
[assembly: AssemblyConfiguration("")]
12-
[assembly: AssemblyCompany("")]
12+
[assembly: AssemblyCompany("FabTools")]
1313
[assembly: AssemblyProduct("FabOutlookBar")]
1414
[assembly: AssemblyCopyright("Copyright © 2020")]
1515
[assembly: AssemblyTrademark("")]
1616
[assembly: AssemblyCulture("")]
1717

18-
// Setting ComVisible to false makes the types in this assembly not visible
19-
// to COM components. If you need to access a type in this assembly from
20-
// COM, set the ComVisible attribute to true on that type.
21-
[assembly: ComVisible(FALSE)]
22-
23-
// The following GUID is for the ID of the typelib if this project is exposed to COM
24-
[assembly: Guid("29651908-b583-4e70-86d5-ce27f3a095c1")]
25-
2618
//
2719
// Version information for an assembly consists of the following four values:
2820
//
@@ -33,5 +25,5 @@ USING System.Runtime.InteropServices
3325
//
3426
// You can specify all the values or you can default the Revision and Build Numbers
3527
// by using the '*' as shown below:
36-
37-
[assembly: AssemblyVersion("1.0.*")]
28+
[assembly: AssemblyVersionAttribute( "2.3.1" )]
29+
[assembly: AssemblyFileVersionAttribute( "2.3.1" )]

FabTools/FabPaintLib/Properties/AssemblyInfo.prg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
// set of attributes. Change these attribute values to modify the information
1010
// associated with an assembly.
1111
//
12-
[assembly: AssemblyTitleAttribute( "Fab PaintLib" )]
12+
[assembly: AssemblyTitleAttribute( "FabPaintLib" )]
1313
[assembly: AssemblyDescriptionAttribute( "" )]
1414
#ifdef __DEBUG__
1515
[assembly: AssemblyConfigurationAttribute( "Debug" )]
1616
#else
1717
[assembly: AssemblyConfigurationAttribute( "Release" )]
1818
#endif
19-
[assembly: AssemblyCompanyAttribute( "Fabrice Foray" )]
20-
[assembly: AssemblyProductAttribute( "Fab PaintLib" )]
21-
[assembly: AssemblyCopyrightAttribute( "Copyright © 2009" )]
19+
[assembly: AssemblyCompanyAttribute( "FabTools" )]
20+
[assembly: AssemblyProductAttribute( "FabPaintLib" )]
21+
[assembly: AssemblyCopyrightAttribute( "Copyright © 2020" )]
2222
[assembly: AssemblyTrademarkAttribute( "" )]
2323
[assembly: AssemblyCultureAttribute( "" )]
2424

@@ -31,5 +31,5 @@
3131
//
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersionAttribute( "1.0.*" )]
35-
[assembly: AssemblyFileVersionAttribute( "1.0.*" )]
34+
[assembly: AssemblyVersionAttribute( "2.3.1" )]
35+
[assembly: AssemblyFileVersionAttribute( "2.3.1" )]

FabTools/FabPaintLib_Control/Properties/AssemblyInfo.prg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
// set of attributes. Change these attribute values to modify the information
1010
// associated with an assembly.
1111
//
12-
[assembly: AssemblyTitleAttribute( "Fab PaintLib Control" )]
12+
[assembly: AssemblyTitleAttribute( "FabPaintLibControl" )]
1313
[assembly: AssemblyDescriptionAttribute( "" )]
1414
#ifdef __DEBUG__
1515
[assembly: AssemblyConfigurationAttribute( "Debug" )]
1616
#else
1717
[assembly: AssemblyConfigurationAttribute( "Release" )]
1818
#endif
19-
[assembly: AssemblyCompanyAttribute( "Your Company Name" )]
20-
[assembly: AssemblyProductAttribute( "Fab PaintLib Control" )]
21-
[assembly: AssemblyCopyrightAttribute( "Copyright © 2009" )]
19+
[assembly: AssemblyCompanyAttribute( "FabTools" )]
20+
[assembly: AssemblyProductAttribute( "FabPaintLibControl" )]
21+
[assembly: AssemblyCopyrightAttribute( "Copyright © 2020" )]
2222
[assembly: AssemblyTrademarkAttribute( "" )]
2323
[assembly: AssemblyCultureAttribute( "" )]
2424

@@ -31,5 +31,5 @@
3131
//
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersionAttribute( "1.0.*" )]
35-
[assembly: AssemblyFileVersionAttribute( "1.0.*" )]
34+
[assembly: AssemblyVersionAttribute( "2.3.1" )]
35+
[assembly: AssemblyFileVersionAttribute( "2.3.1" )]

FabTools/FabPaintLib_Test/Properties/AssemblyInfo.prg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
// set of attributes. Change these attribute values to modify the information
1010
// associated with an assembly.
1111
//
12-
[assembly: AssemblyTitleAttribute( "Fab PaintLib Test" )]
12+
[assembly: AssemblyTitleAttribute( "FabPaintLibTest" )]
1313
[assembly: AssemblyDescriptionAttribute( "" )]
1414
#ifdef __DEBUG__
1515
[assembly: AssemblyConfigurationAttribute( "Debug" )]
1616
#else
1717
[assembly: AssemblyConfigurationAttribute( "Release" )]
1818
#endif
19-
[assembly: AssemblyCompanyAttribute( "Your Company Name" )]
20-
[assembly: AssemblyProductAttribute( "Fab PaintLib Test" )]
21-
[assembly: AssemblyCopyrightAttribute( "Copyright © 2009" )]
19+
[assembly: AssemblyCompanyAttribute( "FabTools" )]
20+
[assembly: AssemblyProductAttribute( "FabPaintLibTest" )]
21+
[assembly: AssemblyCopyrightAttribute( "Copyright © 2020" )]
2222
[assembly: AssemblyTrademarkAttribute( "" )]
2323
[assembly: AssemblyCultureAttribute( "" )]
2424

@@ -31,5 +31,5 @@
3131
//
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersionAttribute( "1.0.*" )]
35-
[assembly: AssemblyFileVersionAttribute( "1.0.*" )]
34+
[assembly: AssemblyVersionAttribute( "2.3.1" )]
35+
[assembly: AssemblyFileVersionAttribute( "2.3.1" )]

FabTools/FabSplitShellLib/Properties/AssemblyInfo.prg

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,12 @@ USING System.Runtime.InteropServices
99
[assembly: AssemblyTitle("FabSplitShellLib")]
1010
[assembly: AssemblyDescription("")]
1111
[assembly: AssemblyConfiguration("")]
12-
[assembly: AssemblyCompany("")]
12+
[assembly: AssemblyCompany("FabTools")]
1313
[assembly: AssemblyProduct("FabSplitShellLib")]
1414
[assembly: AssemblyCopyright("Copyright © 2020")]
1515
[assembly: AssemblyTrademark("")]
1616
[assembly: AssemblyCulture("")]
1717

18-
// Setting ComVisible to false makes the types in this assembly not visible
19-
// to COM components. If you need to access a type in this assembly from
20-
// COM, set the ComVisible attribute to true on that type.
21-
[assembly: ComVisible(FALSE)]
22-
23-
// The following GUID is for the ID of the typelib if this project is exposed to COM
24-
[assembly: Guid("4917d936-b6e8-440a-9ce7-6411b6e7488e")]
25-
2618
//
2719
// Version information for an assembly consists of the following four values:
2820
//
@@ -33,5 +25,5 @@ USING System.Runtime.InteropServices
3325
//
3426
// You can specify all the values or you can default the Revision and Build Numbers
3527
// by using the '*' as shown below:
36-
37-
[assembly: AssemblyVersion("1.0.*")]
28+
[assembly: AssemblyVersionAttribute( "2.3.1" )]
29+
[assembly: AssemblyFileVersionAttribute( "2.3.1" )]

FabTools/FabSplitShellTest/FabSplitShellTest.xsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
</Reference>
115115
</ItemGroup>
116116
<ItemGroup>
117+
<Compile Include="Properties\AssemblyInfo.prg" />
117118
<Compile Include="Start.prg">
118119
<SubType>Code</SubType>
119120
</Compile>

FabTools/FabSplitShellTest/Properties/AssemblyInfo.prg

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,12 @@ USING System.Runtime.InteropServices
99
[assembly: AssemblyTitle("FabSplitShellTest")]
1010
[assembly: AssemblyDescription("")]
1111
[assembly: AssemblyConfiguration("")]
12-
[assembly: AssemblyCompany("")]
12+
[assembly: AssemblyCompany("FabTools")]
1313
[assembly: AssemblyProduct("FabSplitShellTest")]
1414
[assembly: AssemblyCopyright("Copyright © 2020")]
1515
[assembly: AssemblyTrademark("")]
1616
[assembly: AssemblyCulture("")]
1717

18-
// Setting ComVisible to false makes the types in this assembly not visible
19-
// to COM components. If you need to access a type in this assembly from
20-
// COM, set the ComVisible attribute to true on that type.
21-
[assembly: ComVisible(FALSE)]
22-
23-
// The following GUID is for the ID of the typelib if this project is exposed to COM
24-
[assembly: Guid("5ed9239d-dbb3-4ab8-8d19-cef010154e54")]
25-
2618
//
2719
// Version information for an assembly consists of the following four values:
2820
//
@@ -33,5 +25,6 @@ USING System.Runtime.InteropServices
3325
//
3426
// You can specify all the values or you can default the Revision and Build Numbers
3527
// by using the '*' as shown below:
28+
[assembly: AssemblyVersionAttribute( "2.3.1" )]
29+
[assembly: AssemblyFileVersionAttribute( "2.3.1" )]
3630

37-
[assembly: AssemblyVersion("1.0.*")]

FabTools/FabTools/Properties/AssemblyInfo.prg

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,12 @@ USING System.Runtime.InteropServices
99
[assembly: AssemblyTitle("FabTools")]
1010
[assembly: AssemblyDescription("")]
1111
[assembly: AssemblyConfiguration("")]
12-
[assembly: AssemblyCompany("")]
12+
[assembly: AssemblyCompany("FabTools")]
1313
[assembly: AssemblyProduct("FabTools")]
1414
[assembly: AssemblyCopyright("Copyright © 2020")]
1515
[assembly: AssemblyTrademark("")]
1616
[assembly: AssemblyCulture("")]
1717

18-
// Setting ComVisible to false makes the types in this assembly not visible
19-
// to COM components. If you need to access a type in this assembly from
20-
// COM, set the ComVisible attribute to true on that type.
21-
[assembly: ComVisible(FALSE)]
22-
23-
// The following GUID is for the ID of the typelib if this project is exposed to COM
24-
[assembly: Guid("d2a10849-0553-4ad0-9b7f-cec2a03b79d5")]
25-
2618
//
2719
// Version information for an assembly consists of the following four values:
2820
//
@@ -33,5 +25,6 @@ USING System.Runtime.InteropServices
3325
//
3426
// You can specify all the values or you can default the Revision and Build Numbers
3527
// by using the '*' as shown below:
28+
[assembly: AssemblyVersionAttribute( "2.3.1" )]
29+
[assembly: AssemblyFileVersionAttribute( "2.3.1" )]
3630

37-
[assembly: AssemblyVersion("1.0.*")]

FabTools/FabToolsTest/Properties/AssemblyInfo.prg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ USING System.Runtime.InteropServices
99
[assembly: AssemblyTitle("FabToolsTest")]
1010
[assembly: AssemblyDescription("")]
1111
[assembly: AssemblyConfiguration("")]
12-
[assembly: AssemblyCompany("")]
12+
[assembly: AssemblyCompany("FabTools")]
1313
[assembly: AssemblyProduct("FabToolsTest")]
1414
[assembly: AssemblyCopyright("Copyright © 2020")]
1515
[assembly: AssemblyTrademark("")]
@@ -33,5 +33,6 @@ USING System.Runtime.InteropServices
3333
//
3434
// You can specify all the values or you can default the Revision and Build Numbers
3535
// by using the '*' as shown below:
36+
[assembly: AssemblyVersionAttribute( "2.3.1" )]
37+
[assembly: AssemblyFileVersionAttribute( "2.3.1" )]
3638

37-
[assembly: AssemblyVersion("1.0.*")]

0 commit comments

Comments
 (0)