diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 58b7683..fc55da4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -12,20 +12,11 @@ on: jobs: analyze: name: Analyze - runs-on: windows-2022 + runs-on: windows-latest steps: - name: Checkout repository uses: actions/checkout@v2 - with: - # We must fetch at least the immediate parents so that if this is - # a pull request then we can checkout the head. - fetch-depth: 2 - - # If this run was triggered by a pull request event, then checkout - # the head of the pull request instead of the merge commit. - - run: git checkout HEAD^2 - if: ${{ github.event_name == 'pull_request' }} # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL @@ -55,7 +46,7 @@ jobs: - name: MSBuild of plugin dll working-directory: . - run: msbuild SpeechPlugin.vcxproj /m /p:configuration="Debug" /p:platform="x64" /p:PlatformToolset="v143" + run: msbuild SpeechPlugin.vcxproj /m /p:configuration="Debug" /p:platform="x64" - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1 diff --git a/SpeechPlugin.rc b/SpeechPlugin.rc index 72d2f86..e04328e 100644 --- a/SpeechPlugin.rc +++ b/SpeechPlugin.rc @@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,3,1,0 - PRODUCTVERSION 0,3,1,0 + FILEVERSION 0,4,0,0 + PRODUCTVERSION 0,4,0,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -45,12 +45,12 @@ BEGIN BEGIN VALUE "CompanyName", "Jim Xochellis" VALUE "FileDescription", "Speech plugin for Notepad++" - VALUE "FileVersion", "0, 3, 1, 0" + VALUE "FileVersion", "0, 4, 0, 0" VALUE "InternalName", "SpeechPlugin.dll" - VALUE "LegalCopyright", "Copyright (C) 2021" + VALUE "LegalCopyright", "Copyright (C) 2022" VALUE "OriginalFilename", "SpeechPlugin.dll" VALUE "ProductName", "Speech plugin for Notepad++" - VALUE "ProductVersion", "0, 3, 1, 0" + VALUE "ProductVersion", "0, 4, 0, 0" END END BLOCK "VarFileInfo" diff --git a/SpeechPlugin.vcxproj b/SpeechPlugin.vcxproj index ea9a3d5..6117e50 100644 --- a/SpeechPlugin.vcxproj +++ b/SpeechPlugin.vcxproj @@ -35,32 +35,32 @@ DynamicLibrary - v143 + v142 Unicode DynamicLibrary - v143 + v142 Unicode DynamicLibrary - v143 + v142 Unicode DynamicLibrary - v143 + v142 Unicode DynamicLibrary - v143 + v142 Unicode DynamicLibrary - v143 + v142 Unicode