diff options
Diffstat (limited to '')
-rw-r--r-- | Prebuild/src/Properties/AssemblyInfo.cs | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/Prebuild/src/Properties/AssemblyInfo.cs b/Prebuild/src/Properties/AssemblyInfo.cs index f9d90bb..079d6a5 100644 --- a/Prebuild/src/Properties/AssemblyInfo.cs +++ b/Prebuild/src/Properties/AssemblyInfo.cs | |||
@@ -52,7 +52,7 @@ using System.Resources; | |||
52 | [assembly: CLSCompliant(true)] | 52 | [assembly: CLSCompliant(true)] |
53 | 53 | ||
54 | // | 54 | // |
55 | // General Information about an assembly is controlled through the following | 55 | // General Information about an assembly is controlled through the following |
56 | // set of attributes. Change these attribute values to modify the information | 56 | // set of attributes. Change these attribute values to modify the information |
57 | // associated with an assembly. | 57 | // associated with an assembly. |
58 | // | 58 | // |
@@ -61,50 +61,52 @@ using System.Resources; | |||
61 | [assembly: AssemblyConfiguration(".NET CLR")] | 61 | [assembly: AssemblyConfiguration(".NET CLR")] |
62 | [assembly: AssemblyCompany("The Prebuild Project")] | 62 | [assembly: AssemblyCompany("The Prebuild Project")] |
63 | [assembly: AssemblyProduct("")] | 63 | [assembly: AssemblyProduct("")] |
64 | [assembly: AssemblyCopyright("Copyright 2004-2013 " + | 64 | [assembly: AssemblyCopyright("Copyright 2004-2015 " + |
65 | "Matthew Holmes, " + | 65 | "Matthew Holmes, " + |
66 | "Dan Moorehead, " + | 66 | "Dan Moorehead, " + |
67 | "C.J. Adams-Collier, " + | 67 | "C.J. Adams-Collier, " + |
68 | "Rob Loach, " + | 68 | "Rob Loach, " + |
69 | "David Hudson," + | 69 | "David Hudson," + |
70 | "John Hurliman")] | 70 | "John Hurliman" + |
71 | "WhiteCore Development" + | ||
72 | "OpenSimulator developers")] | ||
71 | [assembly: AssemblyTrademark("")] | 73 | [assembly: AssemblyTrademark("")] |
72 | [assembly: AssemblyCulture("")] | 74 | [assembly: AssemblyCulture("")] |
73 | [assembly: NeutralResourcesLanguageAttribute("en-US")] | 75 | [assembly: NeutralResourcesLanguageAttribute("en-US")] |
74 | [assembly: AssemblyVersion("2.0.6.*")] | 76 | [assembly: AssemblyVersion("2.0.7.*")] |
75 | 77 | ||
76 | // | 78 | // |
77 | // Version information for an assembly consists of the following four values: | 79 | // Version information for an assembly consists of the following four values: |
78 | // | 80 | // |
79 | // Major Version | 81 | // Major Version |
80 | // Minor Version | 82 | // Minor Version |
81 | // Build Number | 83 | // Build Number |
82 | // Revision | 84 | // Revision |
83 | // | 85 | // |
84 | // You can specify all the values or you can default the Revision and Build Numbers | 86 | // You can specify all the values or you can default the Revision and Build Numbers |
85 | // by using the '*' as shown below: | 87 | // by using the '*' as shown below: |
86 | 88 | ||
87 | // | 89 | // |
88 | // In order to sign your assembly you must specify a key to use. Refer to the | 90 | // In order to sign your assembly you must specify a key to use. Refer to the |
89 | // Microsoft .NET Framework documentation for more information on assembly signing. | 91 | // Microsoft .NET Framework documentation for more information on assembly signing. |
90 | // | 92 | // |
91 | // Use the attributes below to control which key is used for signing. | 93 | // Use the attributes below to control which key is used for signing. |
92 | // | 94 | // |
93 | // Notes: | 95 | // Notes: |
94 | // (*) If no key is specified, the assembly is not signed. | 96 | // (*) If no key is specified, the assembly is not signed. |
95 | // (*) KeyName refers to a key that has been installed in the Crypto Service | 97 | // (*) KeyName refers to a key that has been installed in the Crypto Service |
96 | // Provider (CSP) on your machine. KeyFile refers to a file which contains | 98 | // Provider (CSP) on your machine. KeyFile refers to a file which contains |
97 | // a key. | 99 | // a key. |
98 | // (*) If the KeyFile and the KeyName values are both specified, the | 100 | // (*) If the KeyFile and the KeyName values are both specified, the |
99 | // following processing occurs: | 101 | // following processing occurs: |
100 | // (1) If the KeyName can be found in the CSP, that key is used. | 102 | // (1) If the KeyName can be found in the CSP, that key is used. |
101 | // (2) If the KeyName does not exist and the KeyFile does exist, the key | 103 | // (2) If the KeyName does not exist and the KeyFile does exist, the key |
102 | // in the KeyFile is installed into the CSP and used. | 104 | // in the KeyFile is installed into the CSP and used. |
103 | // (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility. | 105 | // (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility. |
104 | // When specifying the KeyFile, the location of the KeyFile should be | 106 | // When specifying the KeyFile, the location of the KeyFile should be |
105 | // relative to the project output directory which is | 107 | // relative to the project output directory which is |
106 | // %Project Directory%\obj\<configuration>. For example, if your KeyFile is | 108 | // %Project Directory%\obj\<configuration>. For example, if your KeyFile is |
107 | // located in the project directory, you would specify the AssemblyKeyFile | 109 | // located in the project directory, you would specify the AssemblyKeyFile |
108 | // attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] | 110 | // attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] |
109 | // (*) Delay Signing is an advanced option - see the Microsoft .NET Framework | 111 | // (*) Delay Signing is an advanced option - see the Microsoft .NET Framework |
110 | // documentation for more information on this. | 112 | // documentation for more information on this. |