Skip to content

Commit 5459caa

Browse files
author
Josef Pihrt
authoredJul 17, 2022
Add support for Visual Studio 2022 (#22)
1 parent 74a5d70 commit 5459caa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎ChangeLog.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
99
### Added
1010

1111
- Add CODEOWNERS file ([#21](https://github.com/josefpihrt/roslynator/pull/21)).
12+
- Add support for Visual Studio 2022 ([#22](https://github.com/josefpihrt/roslynator/pull/22)).
1213

1314
### Changed
1415

‎src/Snippetica.VisualStudio/source.extension.vsixmanifest

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<Tags>Snippet,CodeSnippet,Productivity,C#,CSharp,VB,VisualBasic,HTML,XML,XAML,C++</Tags>
1313
</Metadata>
1414
<Installation>
15-
<InstallationTarget Version="[12.0,17.0)" Id="Microsoft.VisualStudio.Community"/>
16-
<InstallationTarget Version="[12.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
17-
<InstallationTarget Version="[12.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
15+
<InstallationTarget Version="[12.0,18.0)" Id="Microsoft.VisualStudio.Community"/>
16+
<InstallationTarget Version="[12.0,18.0)" Id="Microsoft.VisualStudio.Pro" />
17+
<InstallationTarget Version="[12.0,18.0)" Id="Microsoft.VisualStudio.Enterprise" />
1818
</Installation>
1919
<Dependencies>
2020
</Dependencies>

0 commit comments

Comments
 (0)