Skip to content

Commit

Permalink
Use 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Jan 11, 2024
1 parent e4d04a4 commit f64e89e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Update Version
run: |
((Get-Content -Path GUI/EFCorePowerTools/Properties/AssemblyInfo.cs -Raw) -Replace "2.6.0.1", "${{ env.VERSION }}") | Set-Content -Path GUI/EFCorePowerTools/Properties/AssemblyInfo.cs
((Get-Content -Path GUI/PowerToolsExtensionPack/source.extension.vsixmanifest -Raw) -Replace "2.5.0", "${{ env.VERSION }}") | Set-Content -Path GUI/PowerToolsExtensionPack/source.extension.vsixmanifest
((Get-Content -Path GUI/PowerToolsExtensionPack/source.extension.vsixmanifest -Raw) -Replace "2.5.0", "${{ env.VERSION }}") | Set-Content -Path GUI/PowerToolsExtensionPack/source.extension.vsixmanifest
((Get-Content -Path GUI/PowerToolsExtensionPack/source.extension.vsixmanifest -Raw) -Replace "2.6.0", "${{ env.VERSION }}") | Set-Content -Path GUI/PowerToolsExtensionPack/source.extension.vsixmanifest
((Get-Content -Path GUI/PowerToolsExtensionPack/source.extension.vsixmanifest -Raw) -Replace "2.6.0", "${{ env.VERSION }}") | Set-Content -Path GUI/PowerToolsExtensionPack/source.extension.vsixmanifest
working-directory: src
shell: pwsh

Expand Down
2 changes: 1 addition & 1 deletion src/GUI/EFCorePowerTools/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="f4c4712c-ceae-4803-8e52-0e2049d5de9f" Version="2.5.0" Language="en-US" Publisher="ErikEJ" />
<Identity Id="f4c4712c-ceae-4803-8e52-0e2049d5de9f" Version="2.6.0" Language="en-US" Publisher="ErikEJ" />
<DisplayName>EF Core Power Tools</DisplayName>
<Description xml:space="preserve">Useful design-time DbContext features, added to the Visual Studio Solution Explorer context menu.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="EFCorePowerToolsExtensionPack.b2aaf4e1-5424-4a30-9228-7fe89f03f816" Version="2.5.0" Language="en-US" Publisher="ErikEJ" />
<Identity Id="EFCorePowerToolsExtensionPack.b2aaf4e1-5424-4a30-9228-7fe89f03f816" Version="2.6.0" Language="en-US" Publisher="ErikEJ" />
<DisplayName>EF Core Power Pack</DisplayName>
<Description xml:space="preserve">A package that contains EF Core Power Tools and some DDEX providers that improve your experience when using EF Core Power Tools.</Description>
<License>license.txt</License>
Expand Down

0 comments on commit f64e89e

Please sign in to comment.