From f47be3d58b237a003a760d3e0ef211eef417808d Mon Sep 17 00:00:00 2001 From: Charlie Jiang Date: Fri, 24 Dec 2021 17:12:37 +0800 Subject: [PATCH] bump version to 1.4.0 --- DesktopLyrics.csproj | 374 ++++++++++++++++++------------------- Properties/AssemblyInfo.cs | 2 +- 2 files changed, 188 insertions(+), 188 deletions(-) diff --git a/DesktopLyrics.csproj b/DesktopLyrics.csproj index 89090a3..936b4f9 100644 --- a/DesktopLyrics.csproj +++ b/DesktopLyrics.csproj @@ -1,188 +1,188 @@ - - - - - Debug - AnyCPU - 9.0.30729 - 2.0 - {F5D46BA1-6F21-40EF-9695-46105CCACD08} - Library - Properties - MusicBeePlugin - mb_DesktopLyrics - v4.7.2 - 512 - - - 3.5 - - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - true - true - false - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - false - false - false - - - - - - - packages\Costura.Fody.3.2.2\lib\net40\Costura.dll - - - packages\Cyotek.Windows.Forms.ColorPicker.1.7.2\lib\net35\Cyotek.Windows.Forms.ColorPicker.dll - - - packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll - - - - - - - - - - - Form - - - FrmLyrics.cs - - - - - - - - - - - Form - - - FrmSettings.cs - - - - - - - - - - - False - Microsoft .NET Framework 4 %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 3.1 - true - - - - - FrmLyrics.cs - - - FrmSettings.cs - - - - - - - - - - 这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。 - - - - - - - - - - - - $(TargetPath) - - - - - - - - - + + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {F5D46BA1-6F21-40EF-9695-46105CCACD08} + Library + Properties + MusicBeePlugin + mb_DesktopLyrics + v4.7.2 + 512 + + + 3.5 + + false + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + true + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + false + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + true + bin\x86\Debug\ + DEBUG;TRACE + full + x86 + prompt + true + true + false + + + bin\x86\Release\ + TRACE + true + pdbonly + x86 + prompt + false + false + false + + + + + + + packages\Costura.Fody.3.2.2\lib\net40\Costura.dll + + + packages\Cyotek.Windows.Forms.ColorPicker.1.7.2\lib\net35\Cyotek.Windows.Forms.ColorPicker.dll + + + packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + + + + + + + + + + + Form + + + FrmLyrics.cs + + + + + + + + + + + Form + + + FrmSettings.cs + + + + + + + + + + + False + Microsoft .NET Framework 4 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + false + + + False + Windows Installer 3.1 + true + + + + + FrmLyrics.cs + + + FrmSettings.cs + + + + + + + + + + 这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。 + + + + + + + + + + + + $(TargetPath) + + + + + + + + + \ No newline at end of file diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 1399a9f..42b6a6d 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,5 +32,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("1.3.0.0")] +[assembly: AssemblyVersion("1.4.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")]