Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number doesn't need to match the release version number, but I think it's a very good idea that they do.

This commit is contained in:
Diva Canto
2014-12-29 15:05:44 -08:00
parent f4f82825c0
commit 89c1ac4cff
18 changed files with 18 additions and 18 deletions

View File

@@ -37,7 +37,7 @@ using OpenSim.Region.Framework.Scenes;
// specify its assembly. Otherwise, the region modules in the assembly will not be picked up when OpenSimulator scans
// the available DLLs
//[assembly: Addin("MyModule", "1.0")]
//[assembly: AddinDependency("OpenSim", "0.5")]
//[assembly: AddinDependency("OpenSim", "0.8.1")]
namespace OpenSim.Region.OptionalModules.Example.BareBonesNonShared
{

View File

@@ -37,7 +37,7 @@ using OpenSim.Region.Framework.Scenes;
// specify its assembly. Otherwise, the region modules in the assembly will not be picked up when OpenSimulator scans
// the available DLLs
//[assembly: Addin("MyModule", "1.0")]
//[assembly: AddinDependency("OpenSim", "0.5")]
//[assembly: AddinDependency("OpenSim", "0.8.1")]
namespace OpenSim.Region.OptionalModules.Example.BareBonesShared
{

View File

@@ -50,7 +50,7 @@ using Ionic.Zlib;
// specify its assembly. Otherwise, the region modules in the assembly will not be picked up when OpenSimulator scans
// the available DLLs
//[assembly: Addin("MaterialsModule", "1.0")]
//[assembly: AddinDependency("OpenSim", "0.5")]
//[assembly: AddinDependency("OpenSim", "0.8.1")]
namespace OpenSim.Region.OptionalModules.Materials
{

View File

@@ -34,4 +34,4 @@ using Mono.Addins;
[assembly: Addin("OpenSim.Region.OptionalModules", "0.1")]
[assembly: AddinDependency("OpenSim", "0.5")]
[assembly: AddinDependency("OpenSim", "0.8.1")]