diff --git a/.forgejo/workflows/create-release.yaml b/.forgejo/workflows/create-release.yaml index 8d1bcfc..c828146 100644 --- a/.forgejo/workflows/create-release.yaml +++ b/.forgejo/workflows/create-release.yaml @@ -59,6 +59,6 @@ jobs: body: ${{ env.release_body }} files: |- VoiceAttack-Framework/bin/Release/alterNERDtive.YAVAPF.*nupkg - VoiceAttack-Framework/bin/Release/net48/VoiceAttack-Framework.* + VoiceAttack-Framework/bin/Release/net7/VoiceAttack-Framework.* draft: true api_key: '${{ secrets.RELEASE_TOKEN }}' diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 5f279e5..7a67bfc 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -44,7 +44,7 @@ jobs: - name: Draft release uses: ncipollo/release-action@v1 with: - artifacts: "VoiceAttack-Framework/bin/Release/alterNERDtive.YAVAPF.*nupkg,VoiceAttack-Framework/bin/Release/net48/VoiceAttack-Framework.*" + artifacts: "VoiceAttack-Framework/bin/Release/alterNERDtive.YAVAPF.*nupkg,VoiceAttack-Framework/bin/Release/net7/VoiceAttack-Framework.*" bodyFile: "CHANGELOG.md" draft: true token: ${{ secrets.RELEASE_TOKEN }} diff --git a/ExamplePlugin/ExamplePlugin.csproj b/ExamplePlugin/ExamplePlugin.csproj index d7e698f..bb40f98 100644 --- a/ExamplePlugin/ExamplePlugin.csproj +++ b/ExamplePlugin/ExamplePlugin.csproj @@ -1,7 +1,7 @@ - + - net48 + net7 alterNERDtive.Example enable @@ -22,7 +22,7 @@ - C:\Program Files\VoiceAttack\VoiceAttack.exe + ..\VoiceAttack.exe False False diff --git a/ExamplePlugin/Properties/Settings.Designer.cs b/ExamplePlugin/Properties/Settings.Designer.cs deleted file mode 100644 index 8c9570c..0000000 --- a/ExamplePlugin/Properties/Settings.Designer.cs +++ /dev/null @@ -1,26 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace alterNERDtive.Example.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.3.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { - - private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default { - get { - return defaultInstance; - } - } - } -} diff --git a/VoiceAttack-Framework-Test/VoiceAttack-Framework-Test.csproj b/VoiceAttack-Framework-Test/VoiceAttack-Framework-Test.csproj index cbbe040..0f9b746 100644 --- a/VoiceAttack-Framework-Test/VoiceAttack-Framework-Test.csproj +++ b/VoiceAttack-Framework-Test/VoiceAttack-Framework-Test.csproj @@ -1,7 +1,7 @@  - net48 + net7 VoiceAttack_Framework_Test enable enable diff --git a/VoiceAttack-Framework/VoiceAttack-Framework.csproj b/VoiceAttack-Framework/VoiceAttack-Framework.csproj index 91029a4..554249f 100644 --- a/VoiceAttack-Framework/VoiceAttack-Framework.csproj +++ b/VoiceAttack-Framework/VoiceAttack-Framework.csproj @@ -1,7 +1,7 @@  - net48 + net7 alterNERDtive.Yavapf alterNERDtive.YAVAPF 0.2.0 @@ -45,7 +45,7 @@ - C:\Program Files\VoiceAttack\VoiceAttack.exe + ..\VoiceAttack.exe False False