aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/src/Properties
diff options
context:
space:
mode:
authorUbitUmarov2017-08-30 22:24:07 +0100
committerUbitUmarov2017-08-30 22:24:07 +0100
commit41e8b9f91ff73fd4d18aae1e467446563f94c33f (patch)
tree363e12392f731fdcd2b60356ec946cd4ad93cd5a /Prebuild/src/Properties
parentMerge branch 'master' into httptests (diff)
downloadopensim-SC-41e8b9f91ff73fd4d18aae1e467446563f94c33f.zip
opensim-SC-41e8b9f91ff73fd4d18aae1e467446563f94c33f.tar.gz
opensim-SC-41e8b9f91ff73fd4d18aae1e467446563f94c33f.tar.bz2
opensim-SC-41e8b9f91ff73fd4d18aae1e467446563f94c33f.tar.xz
update Prebuild with WhiteCore version
Diffstat (limited to 'Prebuild/src/Properties')
-rw-r--r--Prebuild/src/Properties/AssemblyInfo.cs25
1 files changed, 13 insertions, 12 deletions
diff --git a/Prebuild/src/Properties/AssemblyInfo.cs b/Prebuild/src/Properties/AssemblyInfo.cs
index f9d90bb..ebb832a 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,51 @@ 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")]
71[assembly: AssemblyTrademark("")] 72[assembly: AssemblyTrademark("")]
72[assembly: AssemblyCulture("")] 73[assembly: AssemblyCulture("")]
73[assembly: NeutralResourcesLanguageAttribute("en-US")] 74[assembly: NeutralResourcesLanguageAttribute("en-US")]
74[assembly: AssemblyVersion("2.0.6.*")] 75[assembly: AssemblyVersion("2.0.7.*")]
75 76
76// 77//
77// Version information for an assembly consists of the following four values: 78// Version information for an assembly consists of the following four values:
78// 79//
79// Major Version 80// Major Version
80// Minor Version 81// Minor Version
81// Build Number 82// Build Number
82// Revision 83// Revision
83// 84//
84// You can specify all the values or you can default the Revision and Build Numbers 85// You can specify all the values or you can default the Revision and Build Numbers
85// by using the '*' as shown below: 86// by using the '*' as shown below:
86 87
87// 88//
88// In order to sign your assembly you must specify a key to use. Refer to the 89// 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. 90// Microsoft .NET Framework documentation for more information on assembly signing.
90// 91//
91// Use the attributes below to control which key is used for signing. 92// Use the attributes below to control which key is used for signing.
92// 93//
93// Notes: 94// Notes:
94// (*) If no key is specified, the assembly is not signed. 95// (*) If no key is specified, the assembly is not signed.
95// (*) KeyName refers to a key that has been installed in the Crypto Service 96// (*) 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 97// Provider (CSP) on your machine. KeyFile refers to a file which contains
97// a key. 98// a key.
98// (*) If the KeyFile and the KeyName values are both specified, the 99// (*) If the KeyFile and the KeyName values are both specified, the
99// following processing occurs: 100// following processing occurs:
100// (1) If the KeyName can be found in the CSP, that key is used. 101// (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 102// (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. 103// 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. 104// (*) 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 105// When specifying the KeyFile, the location of the KeyFile should be
105// relative to the project output directory which is 106// relative to the project output directory which is
106// %Project Directory%\obj\<configuration>. For example, if your KeyFile is 107// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
107// located in the project directory, you would specify the AssemblyKeyFile 108// located in the project directory, you would specify the AssemblyKeyFile
108// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] 109// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
109// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework 110// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
110// documentation for more information on this. 111// documentation for more information on this.