diff --git a/MLEM.Data/MLEM.Data.csproj b/MLEM.Data/MLEM.Data.csproj index ee8146b..9af798f 100644 --- a/MLEM.Data/MLEM.Data.csproj +++ b/MLEM.Data/MLEM.Data.csproj @@ -10,12 +10,13 @@ monogame ellpeck mlem utility extensions data network serialize https://mlem.ellpeck.de/ https://github.com/Ellpeck/MLEM - https://github.com/Ellpeck/MLEM/blob/main/LICENSE - https://raw.githubusercontent.com/Ellpeck/MLEM/main/Media/Logo.png + MIT + Logo.png + all @@ -29,6 +30,6 @@ - + \ No newline at end of file diff --git a/MLEM.Extended/MLEM.Extended.csproj b/MLEM.Extended/MLEM.Extended.csproj index 9c2eea3..760076a 100644 --- a/MLEM.Extended/MLEM.Extended.csproj +++ b/MLEM.Extended/MLEM.Extended.csproj @@ -10,11 +10,13 @@ monogame ellpeck mlem utility extensions monogame.extended extended https://mlem.ellpeck.de/ https://github.com/Ellpeck/MLEM - https://github.com/Ellpeck/MLEM/blob/main/LICENSE - https://raw.githubusercontent.com/Ellpeck/MLEM/main/Media/Logo.png + MIT + Logo.png + + all @@ -30,6 +32,6 @@ - + \ No newline at end of file diff --git a/MLEM.Startup/MLEM.Startup.csproj b/MLEM.Startup/MLEM.Startup.csproj index deddf6f..48548f0 100644 --- a/MLEM.Startup/MLEM.Startup.csproj +++ b/MLEM.Startup/MLEM.Startup.csproj @@ -11,12 +11,14 @@ monogame ellpeck mlem utility extensions https://mlem.ellpeck.de/ https://github.com/Ellpeck/MLEM - https://github.com/Ellpeck/MLEM/blob/main/LICENSE - https://raw.githubusercontent.com/Ellpeck/MLEM/main/Media/Logo.png + MIT + Logo.png + + all @@ -24,7 +26,6 @@ - - + diff --git a/MLEM.Templates/MLEM.Templates.csproj b/MLEM.Templates/MLEM.Templates.csproj index 0b98ad3..5232285 100644 --- a/MLEM.Templates/MLEM.Templates.csproj +++ b/MLEM.Templates/MLEM.Templates.csproj @@ -6,6 +6,7 @@ false content true + NU5128 @@ -16,12 +17,13 @@ dotnet-new templates monogame ellpeck mlem utility extensions https://mlem.ellpeck.de/ https://github.com/Ellpeck/MLEM - https://raw.githubusercontent.com/Ellpeck/MLEM/main/Media/Logo.png + Logo.png + \ No newline at end of file diff --git a/MLEM.Ui/Elements/Element.cs b/MLEM.Ui/Elements/Element.cs index 49ac891..23d76f8 100644 --- a/MLEM.Ui/Elements/Element.cs +++ b/MLEM.Ui/Elements/Element.cs @@ -337,7 +337,7 @@ namespace MLEM.Ui.Elements { /// When an element uses this event, it should call on construction to ensure that a text input wrapper was set. /// /// Note that this event is called for every element, even if it is not selected. - /// Also note that if is true, this event is never called. + /// Also note that if the active uses an on-screen keyboard, this event is never called. /// public TextInputCallback OnTextInput; /// diff --git a/MLEM.Ui/MLEM.Ui.csproj b/MLEM.Ui/MLEM.Ui.csproj index 84b7f94..93fadf9 100644 --- a/MLEM.Ui/MLEM.Ui.csproj +++ b/MLEM.Ui/MLEM.Ui.csproj @@ -10,12 +10,13 @@ monogame ellpeck mlem ui user interface graphical gui system mouse keyboard gamepad touch https://mlem.ellpeck.de/ https://github.com/Ellpeck/MLEM - https://github.com/Ellpeck/MLEM/blob/main/LICENSE - https://raw.githubusercontent.com/Ellpeck/MLEM/main/Media/Logo.png + MIT + Logo.png + all @@ -23,6 +24,6 @@ - + \ No newline at end of file diff --git a/MLEM/MLEM.csproj b/MLEM/MLEM.csproj index 4bf3ee1..e9bb8a7 100644 --- a/MLEM/MLEM.csproj +++ b/MLEM/MLEM.csproj @@ -10,8 +10,8 @@ monogame ellpeck mlem utility extensions https://mlem.ellpeck.de/ https://github.com/Ellpeck/MLEM - https://github.com/Ellpeck/MLEM/blob/main/LICENSE - https://raw.githubusercontent.com/Ellpeck/MLEM/main/Media/Logo.png + MIT + Logo.png @@ -19,4 +19,8 @@ all + + + + \ No newline at end of file diff --git a/build.cake b/build.cake index 8607111..ce939bd 100644 --- a/build.cake +++ b/build.cake @@ -1,4 +1,4 @@ -#addin Cake.DocFx&version=0.13.1 +#addin Cake.DocFx&version=1.0.0 #tool docfx.console&version=2.51.0 // this is the upcoming version, for prereleases