diff --git a/EmojiLib/Properties/AssemblyInfo.cs b/EmojiLib/Properties/AssemblyInfo.cs index 5dac2b0..c73d02b 100644 --- a/EmojiLib/Properties/AssemblyInfo.cs +++ b/EmojiLib/Properties/AssemblyInfo.cs @@ -6,9 +6,9 @@ // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die mit einer Assembly verknüpft sind. [assembly: AssemblyTitle("Emoji Lib")] -[assembly: AssemblyDescription("Emoji Library")] +[assembly: AssemblyDescription("Emoji Lib is an emoji picker and a library about several image versions of other emoji sets.")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Mijo Software")] +[assembly: AssemblyCompany("Mijo Software (https://mijo-software.de)")] [assembly: AssemblyProduct("Emoji Lib")] [assembly: AssemblyCopyright("Copyright © Mijo Software 2020")] [assembly: AssemblyTrademark("Emoji Lib")] @@ -32,5 +32,5 @@ // Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern // übernehmen, indem Sie "*" eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.2.2.5")] -[assembly: AssemblyFileVersion("0.2.2.5")] +[assembly: AssemblyVersion("0.3.0.6")] +[assembly: AssemblyFileVersion("0.3.0.6")] diff --git a/EmojiLib/Properties/Resources.Designer.cs b/EmojiLib/Properties/Resources.Designer.cs index 98ba365..7903ffc 100644 --- a/EmojiLib/Properties/Resources.Designer.cs +++ b/EmojiLib/Properties/Resources.Designer.cs @@ -78,6 +78,15 @@ internal static string faceHand { } } + /// + /// Sucht eine lokalisierte Zeichenfolge, die face-neutral-skeptical ähnelt. + /// + internal static string faceNeutralSkeptical { + get { + return ResourceManager.GetString("faceNeutralSkeptical", resourceCulture); + } + } + /// /// Sucht eine lokalisierte Zeichenfolge, die face-smiling ähnelt. /// @@ -96,6 +105,62 @@ internal static string faceTongue { } } + internal static System.Drawing.Bitmap fatcow_book { + get { + object obj = ResourceManager.GetObject("fatcow_book", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap fatcow_clipboard_paste { + get { + object obj = ResourceManager.GetObject("fatcow_clipboard_paste", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap fatcow_door { + get { + object obj = ResourceManager.GetObject("fatcow_door", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap fatcow_information { + get { + object obj = ResourceManager.GetObject("fatcow_information", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap fugue_book { + get { + object obj = ResourceManager.GetObject("fugue_book", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap fugue_clipboard_paste { + get { + object obj = ResourceManager.GetObject("fugue_clipboard_paste", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap fugue_door { + get { + object obj = ResourceManager.GetObject("fugue_door", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap fugue_information { + get { + object obj = ResourceManager.GetObject("fugue_information", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + internal static System.Drawing.Bitmap logo_640 { get { object obj = ResourceManager.GetObject("logo_640", resourceCulture); diff --git a/EmojiLib/Properties/Resources.resx b/EmojiLib/Properties/Resources.resx index d95b48d..9f7071c 100644 --- a/EmojiLib/Properties/Resources.resx +++ b/EmojiLib/Properties/Resources.resx @@ -117,26 +117,53 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + smileys & emotion + + + face-neutral-skeptical + + + face-tongue + face-affection - - face-smiling + + face-hand ..\Resources\logo_640.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + face-smiling + ..\Resources\480px-No_image_available.svg.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - smileys & emotion + + ..\Resources\fugue_clipboard_paste.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - face-tongue + + ..\Resources\fatcow_book.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - face-hand + + ..\Resources\fatcow_clipboard_paste.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\fugue_book.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\fatcow_door.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\fatcow_information.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\fugue_door.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\fugue_information.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a \ No newline at end of file