Skip to content

Commit

Permalink
Animation update (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwhitfield authored Oct 23, 2022
1 parent f72779a commit c259507
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
version: '${{env.AutoVersion_AssemblySemVer}}'
vsix-manifest-file: 'src\VisualFindReferences\Manifests\${{ matrix.VsTargetVersion }}\source.extension.vsixmanifest'
- name: Set Help/About version
if: needs.pre_job.outputs.should_skip != 'true'
run: |
((Get-Content -path src\VisualFindReferences\VisualFindReferencesPackage.cs -Raw) -replace ', "1.0", ',', "${{env.AutoVersion_Major}}.${{env.AutoVersion_Minor}}", ') | Set-Content -Path src\VisualFindReferences\VisualFindReferencesPackage.cs
shell: pwsh
Expand Down
Binary file modified docs/assets/graph_animation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c259507

Please sign in to comment.