mirror of
https://github.com/kcozens/OpenSimProfile.git
synced 2026-08-14 09:02:00 +00:00
Updated/added assembly statements required by OpenSimulator 0.8.1-post-fixes.
Bumped version number to "0.4". git-svn-id: http://forge.opensimulator.org/svn/osprofile/trunk@130 19860011-0018-435d-96ae-4a7b0aaa3128
This commit is contained in:
@@ -17,12 +17,15 @@ using OpenSim.Services.Interfaces;
|
||||
using Mono.Addins;
|
||||
using OpenSim.Services.Connectors.Hypergrid;
|
||||
|
||||
[assembly: Addin("OpenSimProfile", "0.3")]
|
||||
[assembly: AddinDependency("OpenSim", "0.5")]
|
||||
[assembly: Addin("OpenSimProfile", OpenSim.VersionInfo.VersionNumber + "0.4")]
|
||||
[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)]
|
||||
[assembly: AddinDescription("OpenSimProfile module.")]
|
||||
[assembly: AddinAuthor("Unknown")]
|
||||
|
||||
|
||||
namespace OpenSimProfile.Modules.OpenProfile
|
||||
{
|
||||
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule")]
|
||||
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "OpenSimProfile")]
|
||||
public class OpenProfileModule : IProfileModule, ISharedRegionModule
|
||||
{
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user