1- #region header
2- // ========================================================================
3- // Copyright (c) 2018 - Julien Caillon (julien.caillon@gmail.com)
4- // This file (AssemblyInfo.cs) is part of 3P.
5- //
6- // 3P is a free software: you can redistribute it and/or modify
7- // it under the terms of the GNU General Public License as published by
8- // the Free Software Foundation, either version 3 of the License, or
9- // (at your option) any later version.
10- //
11- // 3P is distributed in the hope that it will be useful,
12- // but WITHOUT ANY WARRANTY; without even the implied warranty of
13- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14- // GNU General Public License for more details.
15- //
16- // You should have received a copy of the GNU General Public License
17- // along with 3P. If not, see <http://www.gnu.org/licenses/>.
18- // ========================================================================
19- #endregion
20- using System . Reflection ;
21- using System . Runtime . InteropServices ;
22-
23- // General Information about an assembly is controlled through the following
24- // set of attributes. Change these attribute values to modify the information
25- // associated with an assembly.
26-
27- [ assembly: AssemblyTitle ( "3P - Progress Programmers Pal - Julien Caillon" ) ]
28- [ assembly: AssemblyDescription ( "Progress Programmers Pal" ) ]
29- [ assembly: AssemblyConfiguration ( "" ) ]
30- [ assembly: AssemblyCompany ( "LeCavalierCasta " ) ]
31- [ assembly: AssemblyProduct ( "3P" ) ]
32- [ assembly: AssemblyCopyright ( "Copyright (c) 2018 - Julien Caillon - GNU General Public License v3" ) ]
33- [ assembly: AssemblyTrademark ( "" ) ]
34- [ assembly: AssemblyCulture ( "" ) ]
35-
36- // Setting ComVisible to false makes the types in this assembly not visible
37- // to COM components. If you need to access a type in this assembly from
38- // COM, set the ComVisible attribute to true on that type.
39-
40- [ assembly: ComVisible ( false ) ]
41-
42- // The following GUID is for the ID of the typelib if this project is exposed to COM
43-
44- [ assembly: Guid ( "31492674-6fe0-485c-91f0-2e17244588ff" ) ]
45-
46- // Version information for an assembly consists of the following four values:
47- //
48- // Major Version
49- // Minor Version
50- // Build Number
51- // Revision
52- //
53- // You can specify all the values or you can default the Build and Revision Numbers
54- // by using the '*' as shown below:
55- // [assembly: AssemblyVersion("1.0.*")]
56-
57- [ assembly: AssemblyVersion ( "1.8.7 .0" ) ]
1+ #region header
2+ // ========================================================================
3+ // Copyright (c) 2018 - Julien Caillon (julien.caillon@gmail.com)
4+ // This file (AssemblyInfo.cs) is part of 3P.
5+ //
6+ // 3P is a free software: you can redistribute it and/or modify
7+ // it under the terms of the GNU General Public License as published by
8+ // the Free Software Foundation, either version 3 of the License, or
9+ // (at your option) any later version.
10+ //
11+ // 3P is distributed in the hope that it will be useful,
12+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
13+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+ // GNU General Public License for more details.
15+ //
16+ // You should have received a copy of the GNU General Public License
17+ // along with 3P. If not, see <http://www.gnu.org/licenses/>.
18+ // ========================================================================
19+ #endregion
20+ using System . Reflection ;
21+ using System . Runtime . InteropServices ;
22+
23+ // General Information about an assembly is controlled through the following
24+ // set of attributes. Change these attribute values to modify the information
25+ // associated with an assembly.
26+
27+ [ assembly: AssemblyTitle ( "3P - Progress Programmers Pal - Julien Caillon" ) ]
28+ [ assembly: AssemblyDescription ( "Progress Programmers Pal" ) ]
29+ [ assembly: AssemblyConfiguration ( "" ) ]
30+ [ assembly: AssemblyCompany ( "Noyacode " ) ]
31+ [ assembly: AssemblyProduct ( "3P" ) ]
32+ [ assembly: AssemblyCopyright ( "Copyright (c) 2018 - Julien Caillon - GNU General Public License v3" ) ]
33+ [ assembly: AssemblyTrademark ( "" ) ]
34+ [ assembly: AssemblyCulture ( "" ) ]
35+
36+ // Setting ComVisible to false makes the types in this assembly not visible
37+ // to COM components. If you need to access a type in this assembly from
38+ // COM, set the ComVisible attribute to true on that type.
39+
40+ [ assembly: ComVisible ( false ) ]
41+
42+ // The following GUID is for the ID of the typelib if this project is exposed to COM
43+
44+ [ assembly: Guid ( "31492674-6fe0-485c-91f0-2e17244588ff" ) ]
45+
46+ // Version information for an assembly consists of the following four values:
47+ //
48+ // Major Version
49+ // Minor Version
50+ // Build Number
51+ // Revision
52+ //
53+ // You can specify all the values or you can default the Build and Revision Numbers
54+ // by using the '*' as shown below:
55+ // [assembly: AssemblyVersion("1.0.*")]
56+
57+ [ assembly: AssemblyVersion ( "1.8.8 .0" ) ]
5858//[assembly: AssemblyFileVersion("1.5.3.1")]
0 commit comments