From 82cb70c623e4bcefb57438fabfc11ac74d321e80 Mon Sep 17 00:00:00 2001 From: Assistant Date: Tue, 4 Dec 2018 21:53:44 -0400 Subject: [PATCH] Updated version to 4.2.0. Fixed style setting. --- .editorconfig | 5 +++-- CustomAvatar/Plugin.cs | 2 +- CustomAvatar/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 67c25f2..f391b6a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,6 @@ [**] indent_style = tab tab_width = 4 -end_of_line = lf -trim_trailing_whitespace = true \ No newline at end of file +end_of_line = crlf +trim_trailing_whitespace = true +insert_final_newline = true \ No newline at end of file diff --git a/CustomAvatar/Plugin.cs b/CustomAvatar/Plugin.cs index 6657b66..8631dfa 100644 --- a/CustomAvatar/Plugin.cs +++ b/CustomAvatar/Plugin.cs @@ -86,7 +86,7 @@ public string Name public string Version { - get { return "4.1.6"; } + get { return "4.2.0"; } } public static void Log(object message) diff --git a/CustomAvatar/Properties/AssemblyInfo.cs b/CustomAvatar/Properties/AssemblyInfo.cs index 867c994..3a77d13 100644 --- a/CustomAvatar/Properties/AssemblyInfo.cs +++ b/CustomAvatar/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("4.1.6.0")] -[assembly: AssemblyFileVersion("4.1.6.0")] \ No newline at end of file +[assembly: AssemblyVersion("4.2.0.0")] +[assembly: AssemblyFileVersion("4.2.0.0")]