diff options
| author | cvium <clausvium@gmail.com> | 2021-02-17 11:30:14 +0100 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2021-02-17 11:30:14 +0100 |
| commit | 442e7706880bba9a95404b4d04972674ad65d085 (patch) | |
| tree | 749812f597eb7f630dd8313f4c73d5591ab9141c /Jellyfin.Server.Implementations/Properties | |
| parent | b4c2086138cf51be0df6c116533de78ed08fc7d2 (diff) | |
Validate the new username when renaming
Diffstat (limited to 'Jellyfin.Server.Implementations/Properties')
| -rw-r--r-- | Jellyfin.Server.Implementations/Properties/AssemblyInfo.cs | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Jellyfin.Server.Implementations/Properties/AssemblyInfo.cs b/Jellyfin.Server.Implementations/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..6528d4fdc --- /dev/null +++ b/Jellyfin.Server.Implementations/Properties/AssemblyInfo.cs @@ -0,0 +1,23 @@ +using System.Reflection; +using System.Resources; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Jellyfin.Server.Implementations")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Jellyfin Project")] +[assembly: AssemblyProduct("Jellyfin Server")] +[assembly: AssemblyCopyright("Copyright © 2019 Jellyfin Contributors. Code released under the GNU General Public License")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] +[assembly: NeutralResourcesLanguage("en")] +[assembly: InternalsVisibleTo("Jellyfin.Server.Implementations.Tests")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] |
