Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deleted all AssemblyFileVersion directives | Diva Canto | 2013-02-19 | 1 | -1/+1 |
| | |||||
* | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 2013-02-05 | 1 | -1/+1 |
| | | | | | | | | This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force. | ||||
* | A few more AssemblyInfos in a few more dlls. | Diva Canto | 2012-11-14 | 1 | -3/+3 |
| | |||||
* | Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't ↵ | Diva Canto | 2012-11-13 | 1 | -1/+1 |
| | | | | have an AssemblyInfo file. | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * Upped version number to 0.6.5 | lbsa71 | 2009-05-25 | 1 | -2/+2 |
| | |||||
* | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 2009-04-01 | 1 | -1/+1 |
| | |||||
* | * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵ | lbsa71 | 2009-02-20 | 1 | -3/+3 |
| | | | | 0.6.3.* to better track down dll ref and overwrite problems. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -5/+5 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -28/+28 |
| | |||||
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 1 | -1/+1 |
| | | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate. | ||||
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -1/+1 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 2007-12-10 | 1 | -2/+2 |
| | | | | notice of doom | ||||
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -13/+18 |
| | | | | | | * Shortened type references * Removed redundant 'this' qualifier | ||||
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | changed to native line ending encoding | Sean Dague | 2007-07-16 | 1 | -60/+60 |
| | |||||
* | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 2007-07-03 | 1 | -2/+0 |
| | | | | | * added some licensing info | ||||
* | Some work on restructuring the namespaces / project names. Note this doesn't ↵ | MW | 2007-06-27 | 1 | -0/+62 |
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces. |