Skip to content

Commit

Permalink
Release 2.0.2 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt authored Nov 5, 2023
1 parent aab2df9 commit 8a40aa7
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ jobs:
with:
name: vs_extension
path: src/Snippetica.VisualStudio.Vsix/manifest.json
- uses: actions/upload-artifact@v3
with:
name: vs_extension
path: src/Snippetica.VisualStudio.Vsix/Overview.md
- uses: actions/upload-artifact@v3
name: "Upload Visual Studio snippets"
with:
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [2.0.2] - 2023-11-05

## [2.0.1] - 2023-11-05

## [2.0.0] - 2023-11-05
Expand Down
2 changes: 1 addition & 1 deletion src/Snippetica.VisualStudio.Vsix/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"publisher": "josefpihrt",
"private": false,
"qna": true,
"repo": "https://github.com/JosefPihrt/Snippetica"
"repo": "https://github.com/josefpihrt/snippetica"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<Metadata>
<Identity Id="5809355f-dd0b-4463-a439-46f547208e95" Version="1.0.0" Language="en-US" Publisher="Josef Pihrt" />
<DisplayName>Snippetica</DisplayName>
<Description xml:space="preserve">A collection of snippets for C#, VB, C++, HTML, XAML and XML.</Description>
<Description xml:space="preserve">A collection of snippets for C#, C++ and VB.</Description>
<MoreInfo>http://github.com/JosefPihrt/Snippetica</MoreInfo>
<License>License.txt</License>
<ReleaseNotes>http://github.com/JosefPihrt/Snippetica/blob/master/ChangeLog.md</ReleaseNotes>
<ReleaseNotes>http://github.com/josefpihrt/snippetica/blob/main/ChangeLog.md</ReleaseNotes>
<Icon>snippetica-logo-small.png</Icon>
<PreviewImage>snippetica-logo-large.png</PreviewImage>
<Tags>Snippet,CodeSnippet,Productivity,C#,CSharp,VB,VisualBasic,HTML,XML,XAML,C++</Tags>
<Tags>Snippet,CodeSnippet,Productivity,C#,CSharp,VB,VisualBasic,C++</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [2.0.2] - 2023-11-05

## [2.0.1] - 2023-11-05

## [2.0.0] - 2023-11-05

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [2.0.2] - 2023-11-05

## [2.0.1] - 2023-11-05

## [2.0.0] - 2023-11-05

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [2.0.2] - 2023-11-05

## [2.0.1] - 2023-11-05

## [2.0.0] - 2023-11-05

### Added
Expand Down

0 comments on commit 8a40aa7

Please sign in to comment.