diff options
author | Oren Hurvitz | 2013-12-03 08:47:47 +0200 |
---|---|---|
committer | Oren Hurvitz | 2014-03-24 12:26:54 +0100 |
commit | f5ae36d7e25a20199d676e53a066be79f76b580d (patch) | |
tree | 30b6bb359ced6b6ff899b078c921df70ad3a4358 /Prebuild/src/Properties | |
parent | Enable runprebuild.bat to run in Cygwin (diff) | |
download | opensim-SC_OLD-f5ae36d7e25a20199d676e53a066be79f76b580d.zip opensim-SC_OLD-f5ae36d7e25a20199d676e53a066be79f76b580d.tar.gz opensim-SC_OLD-f5ae36d7e25a20199d676e53a066be79f76b580d.tar.bz2 opensim-SC_OLD-f5ae36d7e25a20199d676e53a066be79f76b580d.tar.xz |
Updated Prebuild to support .NET 4.5
Resolves http://opensimulator.org/mantis/view.php?id=6951
Diffstat (limited to 'Prebuild/src/Properties')
-rw-r--r-- | Prebuild/src/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Prebuild/src/Properties/AssemblyInfo.cs b/Prebuild/src/Properties/AssemblyInfo.cs index f3ac30f..013743d 100644 --- a/Prebuild/src/Properties/AssemblyInfo.cs +++ b/Prebuild/src/Properties/AssemblyInfo.cs | |||
@@ -61,7 +61,7 @@ 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-2010 " + | 64 | [assembly: AssemblyCopyright("Copyright 2004-2013 " + |
65 | "Matthew Holmes, " + | 65 | "Matthew Holmes, " + |
66 | "Dan Moorehead, " + | 66 | "Dan Moorehead, " + |
67 | "C.J. Adams-Collier, " + | 67 | "C.J. Adams-Collier, " + |
@@ -71,7 +71,7 @@ using System.Resources; | |||
71 | [assembly: AssemblyTrademark("")] | 71 | [assembly: AssemblyTrademark("")] |
72 | [assembly: AssemblyCulture("")] | 72 | [assembly: AssemblyCulture("")] |
73 | [assembly: NeutralResourcesLanguageAttribute("en-US")] | 73 | [assembly: NeutralResourcesLanguageAttribute("en-US")] |
74 | [assembly: AssemblyVersion("2.0.5.*")] | 74 | [assembly: AssemblyVersion("2.0.6.*")] |
75 | 75 | ||
76 | // | 76 | // |
77 | // Version information for an assembly consists of the following four values: | 77 | // Version information for an assembly consists of the following four values: |