diff options
| author | Jim Cartlidge <jimcartlidge@yahoo.co.uk> | 2020-09-14 18:23:50 +0100 |
|---|---|---|
| committer | Jim Cartlidge <jimcartlidge@yahoo.co.uk> | 2020-09-14 18:23:50 +0100 |
| commit | d27d2a8990afb80ba137688121f85b831599d45a (patch) | |
| tree | 29b2d044340454cc847d082a7921d2c1c5e18e23 /Emby.Server.Implementations/Plugins | |
| parent | f73e744785fc8016e858c9f676ac0b04ee4f564b (diff) | |
Renamed file.
Diffstat (limited to 'Emby.Server.Implementations/Plugins')
| -rw-r--r-- | Emby.Server.Implementations/Plugins/PlugInManifest.cs | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Emby.Server.Implementations/Plugins/PlugInManifest.cs b/Emby.Server.Implementations/Plugins/PlugInManifest.cs index b874676d84..33762791bc 100644 --- a/Emby.Server.Implementations/Plugins/PlugInManifest.cs +++ b/Emby.Server.Implementations/Plugins/PlugInManifest.cs @@ -9,52 +9,52 @@ namespace Emby.Server.Implementations.Plugins { /// <summary> /// Gets or sets the category of the plugin. - /// </summary> + /// </summary> public string Category { get; set; } /// <summary> /// Gets or sets the changelog information. - /// </summary> + /// </summary> public string Changelog { get; set; } /// <summary> /// Gets or sets the description of the plugin. - /// </summary> + /// </summary> public string Description { get; set; } /// <summary> /// Gets or sets the Global Unique Identifier for the plugin. - /// </summary> + /// </summary> public Guid Guid { get; set; } /// <summary> /// Gets or sets the Name of the plugin. - /// </summary> + /// </summary> public string Name { get; set; } /// <summary> /// Gets or sets an overview of the plugin. - /// </summary> + /// </summary> public string Overview { get; set; } /// <summary> /// Gets or sets the owner of the plugin. - /// </summary> + /// </summary> public string Owner { get; set; } /// <summary> /// Gets or sets the compatibility version for the plugin. - /// </summary> + /// </summary> public string TargetAbi { get; set; } /// <summary> /// Gets or sets the timestamp of the plugin. - /// </summary> + /// </summary> public DateTime Timestamp { get; set; } /// <summary> /// Gets or sets the Version number of the plugin. - /// </summary> + /// </summary> public string Version { get; set; } } } |
