Skip to content

Commit

Permalink
Updating release to fix VS 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
jwendl committed Jul 7, 2021
1 parent 0ef8414 commit 3f37dd5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
env:
DeployExtension: False

- name: Build 2019 Extension
run: msbuild src.2019\NordTheme.sln /p:Configuration=Release /t:Rebuild
env:
DeployExtension: False

- name: Create Tag
id: create_tag
uses: jaywcjlove/[email protected]
Expand All @@ -59,7 +64,7 @@ jobs:
tag_name: ${{ steps.create_tag.outputs.version }}
files: |
src\NordTheme\bin\Release\NordTheme.vsix
src\NordTheme.VisualStudio2019\bin\Release\NordTheme.VisualStudio2019.vsix
src.2019\NordTheme\bin\Release\NordTheme.2019.vsix
body: |
${{ steps.changelog.outputs.compareurl }}
${{ steps.changelog.outputs.changelog }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nord-theme",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"description": "A theme for Visual Studio using the Nord theme color scheme https://www.nordtheme.com/"
}
File renamed without changes.
4 changes: 2 additions & 2 deletions src.2019/NordTheme/NordTheme.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NordTheme</RootNamespace>
<AssemblyName>NordTheme</AssemblyName>
<AssemblyName>NordTheme.2019</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<GeneratePkgDefFile>true</GeneratePkgDefFile>
<UseCodebase>true</UseCodebase>
Expand Down Expand Up @@ -60,7 +60,7 @@
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
<None Include="Nord.vstheme" />
<None Include="Nord.2019.vstheme" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
Expand Down

0 comments on commit 3f37dd5

Please sign in to comment.