Skip to content

Commit

Permalink
ci-cd: Bump prevew version to 0.8.1, extension to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roxk committed Apr 21, 2024
1 parent 71d32ec commit 5ea60a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
needs: ["no-build-test"]
if: ${{ startsWith(github.ref, 'refs/tags/v') && !startsWith(github.ref, 'refs/tags/vs2022-v') }}
env:
VERSION: 0.8.0
VERSION: 0.8.1
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
steps:
- uses: actions/checkout@v3
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="WinUI3XamlPreviewVS2022.419c3506-e387-4816-bc98-50b888b96498" Version="0.4.0" Language="en-US" Publisher="Roxk Yiu" />
<Identity Id="WinUI3XamlPreviewVS2022.419c3506-e387-4816-bc98-50b888b96498" Version="0.4.1" Language="en-US" Publisher="Roxk Yiu" />
<DisplayName>WinUI3XamlPreview VS2022 Extension</DisplayName>
<Description>This extension allows developers to see a live preview while writing XAML in WinUI 3</Description>
<Tags>WinUI3, WinUI 3, WinUI, XAML, Preview</Tags>
Expand Down

0 comments on commit 5ea60a8

Please sign in to comment.