File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
76
76
77
77
### Fixed
78
78
79
+ - Fixed broken badges and replaced them with shields.io
80
+ ([[ #815 ] ( https://github.com/fortran-lang/vscode-fortran-support/issues/815 )] )
79
81
- Fixed regular expression for parsing version of GFortran in linter
80
82
([ #759 ] ( https://github.com/fortran-lang/vscode-fortran-support/issues/759 ) )
81
83
- Fixed bug where diagnostic messages would linger from the previous state
Original file line number Diff line number Diff line change 4
4
5
5
<div align =" center " >
6
6
7
- [ ![ Downloads] ( https://vsmarketplacebadge.apphb.com/downloads-short/ fortran-lang.linter-gfortran.svg )] ( https://marketplace.visualstudio.com/items?itemName=fortran-lang.linter-gfortran )
8
- [ ![ Installs] ( https://vsmarketplacebadge.apphb.com/installs-short/ fortran-lang.linter-gfortran.svg )] ( https://marketplace.visualstudio.com/items?itemName=fortran-lang.linter-gfortran )
9
- [ ![ GitHub Actions ] ( https://github.com/fortran-lang/vscode-fortran-support/ actions/workflows/main.yaml/badge.svg )] ( https://github.com/ fortran-lang/vscode-fortran-support/actions )
10
- [ ![ VS Marketplace] ( https://vsmarketplacebadge.apphb.com/version-short/ fortran-lang.linter-gfortran.svg )] ( https://marketplace.visualstudio.com/items?itemName=fortran-lang.linter-gfortran )
11
- [ ![ MIT License ] ( https://img.shields.io/badge /license-MIT-brightgreen.svg )] ( https://raw.githubusercontent.com/ fortran-lang/vscode-fortran-support/master/LICENSE )
7
+ ![ Visual Studio Marketplace Downloads] ( https://img.shields.io/visual-studio-marketplace/d/ fortran-lang.linter-gfortran?style=flat-square )
8
+ ![ Visual Studio Marketplace Installs] ( https://img.shields.io/visual-studio-marketplace/i/ fortran-lang.linter-gfortran?style=flat-square )
9
+ ![ GitHub Workflow Status ] ( https://img.shields.io/github/ actions/workflow/status/ fortran-lang/vscode-fortran-support/main.yaml?label=CI&style=flat-square )
10
+ ![ Visual Studio Marketplace Version (including pre-releases) ] ( https://img.shields.io/visual-studio-marketplace/v/ fortran-lang.linter-gfortran?color=brightgreen&include_prereleases&style=flat-square )
11
+ ![ GitHub ] ( https://img.shields.io/github /license/ fortran-lang/vscode-fortran-support?color=brightgreen&style=flat-square )
12
12
13
13
</div >
14
14
You can’t perform that action at this time.
0 commit comments