From 69ca5685016118e76df48524a74538c1f002a400 Mon Sep 17 00:00:00 2001 From: Jaex Date: Mon, 16 Jan 2023 00:13:46 +0300 Subject: [PATCH] Rename SharedAssemblyInfo.cs to GlobalAssemblyInfo.cs --- .github/workflows/build.yml | 2 +- SharedAssemblyInfo.cs => GlobalAssemblyInfo.cs | 0 ShareX.HelpersLib/ShareX.HelpersLib.csproj | 4 ++-- ShareX.HistoryLib/ShareX.HistoryLib.csproj | 4 ++-- ShareX.ImageEffectsLib/ShareX.ImageEffectsLib.csproj | 4 ++-- ShareX.IndexerLib/ShareX.IndexerLib.csproj | 4 ++-- ShareX.MediaLib/ShareX.MediaLib.csproj | 4 ++-- ShareX.NativeMessagingHost/ShareX.NativeMessagingHost.csproj | 4 ++-- ShareX.ScreenCaptureLib/ShareX.ScreenCaptureLib.csproj | 4 ++-- ShareX.Setup/ShareX.Setup.csproj | 4 ++-- ShareX.Steam/ShareX.Steam.csproj | 4 ++-- ShareX.UploadersLib/ShareX.UploadersLib.csproj | 4 ++-- ShareX/ShareX.csproj | 4 ++-- appveyor.yml | 2 +- 14 files changed, 24 insertions(+), 24 deletions(-) rename SharedAssemblyInfo.cs => GlobalAssemblyInfo.cs (100%) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dbe4db04f..48023e1ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: env: SOLUTION_FILE_PATH: ShareX.sln - ASSEMBLY_INFO_PATH: SharedAssemblyInfo.cs + ASSEMBLY_INFO_PATH: GlobalAssemblyInfo.cs outputs: APP_VERSION: ${{ steps.get_app_version.outputs.APP_VERSION }} diff --git a/SharedAssemblyInfo.cs b/GlobalAssemblyInfo.cs similarity index 100% rename from SharedAssemblyInfo.cs rename to GlobalAssemblyInfo.cs diff --git a/ShareX.HelpersLib/ShareX.HelpersLib.csproj b/ShareX.HelpersLib/ShareX.HelpersLib.csproj index e448a10e0..bb2a32f96 100644 --- a/ShareX.HelpersLib/ShareX.HelpersLib.csproj +++ b/ShareX.HelpersLib/ShareX.HelpersLib.csproj @@ -101,8 +101,8 @@ - - Properties\SharedAssemblyInfo.cs + + Properties\GlobalAssemblyInfo.cs diff --git a/ShareX.HistoryLib/ShareX.HistoryLib.csproj b/ShareX.HistoryLib/ShareX.HistoryLib.csproj index 72a78ff92..f2b225e1e 100644 --- a/ShareX.HistoryLib/ShareX.HistoryLib.csproj +++ b/ShareX.HistoryLib/ShareX.HistoryLib.csproj @@ -83,8 +83,8 @@ - - Properties\SharedAssemblyInfo.cs + + Properties\GlobalAssemblyInfo.cs Form diff --git a/ShareX.ImageEffectsLib/ShareX.ImageEffectsLib.csproj b/ShareX.ImageEffectsLib/ShareX.ImageEffectsLib.csproj index e211210ba..bea19df5c 100644 --- a/ShareX.ImageEffectsLib/ShareX.ImageEffectsLib.csproj +++ b/ShareX.ImageEffectsLib/ShareX.ImageEffectsLib.csproj @@ -99,8 +99,8 @@ - - Properties\SharedAssemblyInfo.cs + + Properties\GlobalAssemblyInfo.cs diff --git a/ShareX.IndexerLib/ShareX.IndexerLib.csproj b/ShareX.IndexerLib/ShareX.IndexerLib.csproj index 68af6d4dd..7de445bf8 100644 --- a/ShareX.IndexerLib/ShareX.IndexerLib.csproj +++ b/ShareX.IndexerLib/ShareX.IndexerLib.csproj @@ -74,8 +74,8 @@ - - Properties\SharedAssemblyInfo.cs + + Properties\GlobalAssemblyInfo.cs Form diff --git a/ShareX.MediaLib/ShareX.MediaLib.csproj b/ShareX.MediaLib/ShareX.MediaLib.csproj index 826349c52..46aaf7070 100644 --- a/ShareX.MediaLib/ShareX.MediaLib.csproj +++ b/ShareX.MediaLib/ShareX.MediaLib.csproj @@ -79,8 +79,8 @@ - - Properties\SharedAssemblyInfo.cs + + Properties\GlobalAssemblyInfo.cs diff --git a/ShareX.NativeMessagingHost/ShareX.NativeMessagingHost.csproj b/ShareX.NativeMessagingHost/ShareX.NativeMessagingHost.csproj index b28a07e09..ffd50df63 100644 --- a/ShareX.NativeMessagingHost/ShareX.NativeMessagingHost.csproj +++ b/ShareX.NativeMessagingHost/ShareX.NativeMessagingHost.csproj @@ -73,8 +73,8 @@ - - Properties\SharedAssemblyInfo.cs + + Properties\GlobalAssemblyInfo.cs diff --git a/ShareX.ScreenCaptureLib/ShareX.ScreenCaptureLib.csproj b/ShareX.ScreenCaptureLib/ShareX.ScreenCaptureLib.csproj index 08ea839b4..1bc72ff67 100644 --- a/ShareX.ScreenCaptureLib/ShareX.ScreenCaptureLib.csproj +++ b/ShareX.ScreenCaptureLib/ShareX.ScreenCaptureLib.csproj @@ -79,8 +79,8 @@ - - Properties\SharedAssemblyInfo.cs + + Properties\GlobalAssemblyInfo.cs diff --git a/ShareX.Setup/ShareX.Setup.csproj b/ShareX.Setup/ShareX.Setup.csproj index 7c210cc51..e2a5e9573 100644 --- a/ShareX.Setup/ShareX.Setup.csproj +++ b/ShareX.Setup/ShareX.Setup.csproj @@ -70,8 +70,8 @@ - - Properties\SharedAssemblyInfo.cs + + Properties\GlobalAssemblyInfo.cs diff --git a/ShareX.Steam/ShareX.Steam.csproj b/ShareX.Steam/ShareX.Steam.csproj index a93cf69f5..ff6dfaaba 100644 --- a/ShareX.Steam/ShareX.Steam.csproj +++ b/ShareX.Steam/ShareX.Steam.csproj @@ -79,8 +79,8 @@ - - Properties\SharedAssemblyInfo.cs + + Properties\GlobalAssemblyInfo.cs diff --git a/ShareX.UploadersLib/ShareX.UploadersLib.csproj b/ShareX.UploadersLib/ShareX.UploadersLib.csproj index 4cb27b4bf..965dc011d 100644 --- a/ShareX.UploadersLib/ShareX.UploadersLib.csproj +++ b/ShareX.UploadersLib/ShareX.UploadersLib.csproj @@ -113,8 +113,8 @@ - - Properties\SharedAssemblyInfo.cs + + Properties\GlobalAssemblyInfo.cs diff --git a/ShareX/ShareX.csproj b/ShareX/ShareX.csproj index f4cc0bcc8..bff25d305 100644 --- a/ShareX/ShareX.csproj +++ b/ShareX/ShareX.csproj @@ -196,8 +196,8 @@ - - Properties\SharedAssemblyInfo.cs + + Properties\GlobalAssemblyInfo.cs diff --git a/appveyor.yml b/appveyor.yml index 99af780ce..b011505eb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ environment: secure: oWmEefxkbok87VNVsrUuXKgNaM4+j+EW6FBLsXwCbv3OVHgFvT0M9k4891OvYXDsj0oLuEn0oZeaeV8RrRDHA87ap7oCyD5FQJaiZSTHgeE= install: - ps: | - $content = Get-Content "SharedAssemblyInfo.cs" + $content = Get-Content "GlobalAssemblyInfo.cs" $match = [regex]::Match($content, 'AssemblyVersion\(\"(.+?)\"\)') $env:AppVersion = $match.Groups[1].Value Update-AppveyorBuild -Version "$env:AppVersion.$env:APPVEYOR_BUILD_NUMBER"