diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 83e9bb81..7456c47c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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:
diff --git a/ChangeLog.md b/ChangeLog.md
index 3a0ccae7..7ff3039d 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -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
diff --git a/src/Snippetica.VisualStudio.Vsix/manifest.json b/src/Snippetica.VisualStudio.Vsix/manifest.json
index 41a8f322..9bf4b693 100644
--- a/src/Snippetica.VisualStudio.Vsix/manifest.json
+++ b/src/Snippetica.VisualStudio.Vsix/manifest.json
@@ -9,5 +9,5 @@
"publisher": "josefpihrt",
"private": false,
"qna": true,
- "repo": "https://github.com/JosefPihrt/Snippetica"
+ "repo": "https://github.com/josefpihrt/snippetica"
}
diff --git a/src/Snippetica.VisualStudio.Vsix/source.extension.vsixmanifest b/src/Snippetica.VisualStudio.Vsix/source.extension.vsixmanifest
index e84ece4e..4117b346 100644
--- a/src/Snippetica.VisualStudio.Vsix/source.extension.vsixmanifest
+++ b/src/Snippetica.VisualStudio.Vsix/source.extension.vsixmanifest
@@ -3,13 +3,13 @@
Snippetica
- A collection of snippets for C#, VB, C++, HTML, XAML and XML.
+ A collection of snippets for C#, C++ and VB.
http://github.com/JosefPihrt/Snippetica
License.txt
- http://github.com/JosefPihrt/Snippetica/blob/master/ChangeLog.md
+ http://github.com/josefpihrt/snippetica/blob/main/ChangeLog.md
snippetica-logo-small.png
snippetica-logo-large.png
- Snippet,CodeSnippet,Productivity,C#,CSharp,VB,VisualBasic,HTML,XML,XAML,C++
+ Snippet,CodeSnippet,Productivity,C#,CSharp,VB,VisualBasic,C++