diff --git a/ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj b/ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj index 83404ae2f7..c5d27caea4 100644 --- a/ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj +++ b/ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj @@ -149,7 +149,7 @@ - + Always true diff --git a/ILSpy.AddIn/ILSpy.AddIn.csproj b/ILSpy.AddIn/ILSpy.AddIn.csproj index 9b41766fd2..bdcf4d021f 100644 --- a/ILSpy.AddIn/ILSpy.AddIn.csproj +++ b/ILSpy.AddIn/ILSpy.AddIn.csproj @@ -148,7 +148,7 @@ - + Always true diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index e85c97a1ee..ba2e33f5b5 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -58,7 +58,7 @@ - + license.txt diff --git a/doc/license.txt b/LICENSE similarity index 100% rename from doc/license.txt rename to LICENSE diff --git a/doc/ILSpyAboutPage.txt b/doc/ILSpyAboutPage.txt index 0b5610aead..cf181a9046 100644 --- a/doc/ILSpyAboutPage.txt +++ b/doc/ILSpyAboutPage.txt @@ -3,7 +3,7 @@ ILSpy is the open-source .NET assembly browser and decompiler. Website: https://ilspy.net/ Found a bug? https://github.com/icsharpcode/ILSpy/issues/new/choose -Copyright 2011-2023 AlphaSierraPapa for the ILSpy team +Copyright 2011-2025 AlphaSierraPapa for the ILSpy team Current and past contributors: https://github.com/icsharpcode/ILSpy/graphs/contributors ILSpy is distributed under the MIT License. diff --git a/doc/ILSpyAboutPage_zh_Hans.txt b/doc/ILSpyAboutPage_zh_Hans.txt index ebaf5676d2..3723702f89 100644 --- a/doc/ILSpyAboutPage_zh_Hans.txt +++ b/doc/ILSpyAboutPage_zh_Hans.txt @@ -4,7 +4,7 @@ ILSpy 是开源的 .NET 程序集浏览器和反编译器。 反馈BUG: https://github.com/icsharpcode/ILSpy/issues/new/choose 中文翻译反馈:https://github.com/maikebing/ILSpy/issues -Copyright 2011-2023 AlphaSierraPapa for the ILSpy team +Copyright 2011-2025 AlphaSierraPapa for the ILSpy team 当前和过去的贡献者: https://github.com/icsharpcode/ILSpy/graphs/contributors ILSpy 基于 MIT 许可证发行。