Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-02-21 | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 1 | -1/+1 | |
replace anymore. | |||||
2015-10-18 | On to 0.8.3! | Diva Canto | 1 | -1/+1 | |
Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | |||||
2015-10-18 | On to 0.8.3! | Diva Canto | 1 | -1/+1 | |
2015-04-29 | Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵ | Diva Canto | 1 | -1/+1 | |
AssemblyVersion("0.8.2.*") | |||||
2014-12-30 | Capitalization fail. | Diva Canto | 1 | -1/+1 | |
2014-12-30 | Renamed VERSION_NUMBER to VersionNumber | Diva Canto | 1 | -1/+1 | |
2014-12-30 | This cleans up versioning. Specifically: | Diva Canto | 1 | -1/+1 | |
- It establishes 4 digits for opensim versions - It uses the same number between opensim releases and mono addins versions It also eliminates the last addin.xml files that were still there, for consistency. | |||||
2014-12-30 | WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT. | Diva Canto | 1 | -0/+4 | |
This cleans up Opensim's use of mono addins. In particular, the extension points /OpenSim/RegionModules and /OpenSim/WindModule moved from OpenSim.exe to OpenSim.Region.Framework.dll. From here on, developers of region modules should declare their dlls to be dependent on OpenSim.Region.Framework, starting with version 0.8.1 Additional changes: - Addins version uniformly updated to 0.8.1. These numbers should be compatible with the release numbers or else it becomes very confusing. - Mono addins directives moved from files addins.xml to embedded directives in the class and assembly declarations, to make it all consistent | |||||
2014-12-29 | Added AssemblyInfo.cs to OpenSim.exe | Diva Canto | 1 | -4/+3 | |
2014-06-17 | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2013-10-04 | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2013-02-19 | Deleted all AssemblyFileVersion directives | Diva Canto | 1 | -1/+1 | |
2013-02-05 | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 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. | |||||
2013-02-01 | Revert "Update assembly version numbers" | BlueWall | 1 | -1/+1 | |
This reverts commit 141ad829f448b9138b12be7cf99c834c1f3977ec. | |||||
2013-02-01 | Update assembly version numbers | BlueWall | 1 | -1/+1 | |
2012-11-14 | Added AssemblyInfos to every dll in the OpenSim.Region namespace. | Diva Canto | 1 | -2/+2 | |
2012-11-14 | A few more AssemblyInfos in a few more dlls. | Diva Canto | 1 | -2/+2 | |
2012-11-13 | Added a few more AssemblyInfos. (Plus added the one in OptionalModules, ↵ | Diva Canto | 1 | -8/+5 | |
which had been forgotten.) | |||||
2012-11-13 | Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't ↵ | Diva Canto | 1 | -1/+1 | |
have an AssemblyInfo file. | |||||
2011-06-20 | BulletSim initial checkin | Robert Adams | 1 | -0/+36 | |