Skip to content

Commit 2aa8cbe

Browse files
committed
Update README.md
1 parent 341a442 commit 2aa8cbe

File tree

4 files changed

+3
-18
lines changed

4 files changed

+3
-18
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,3 @@ A Visual Studio extension that embeds the Telerik Radcam control into a Visual S
2020
Contributions are welcome! Issues, PRs, etc. While it may seem this extension is "done", who knows what the future may hold for it?
2121

2222
For cloning and building this project yourself, make sure to install the [Extensibility Essentials 2022 extension](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityEssentials2022) for Visual Studio which enables some features used by this project.
23-
24-
This extension requires the usage of Telerik controls that are NOT available via the GitHub repository. You must provide these libraries yourself.
25-
26-
## NOTICE
27-
28-
The following files need added to your extension's installation directory AFTER install as they cannot be shipped inside the VSIX (for some reason?)
29-
30-
Locate the extension's installation directory (it is installed per-user, so it will be somewhere in `%USERPROFILE%\AppData\Local\Microsoft\VisualStudio\<version>\Extensions\<weird directory>`).
31-
Create a subfolder here called `assemblies`, and place the following files:
32-
33-
1. MediaFoundation.dll
34-
1. SharpDX.Direct3D9.dll
35-
1. SharpDX.dll
36-
1. Telerik.Windows.Controls.dll
37-
1. Telerik.Windows.Controls.Media.dll
38-
1. Telerik.Windows.MediaFoundation

resources/icon.png

-293 KB
Loading

src/CodingWithCalvin.WebcamStudio/source.extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ internal sealed partial class Vsix
1313
public const string Language = "en-US";
1414
public const string Version = "1.0";
1515
public const string Author = "Coding With Calvin";
16-
public const string Tags = "webcam,cam,livestream";
16+
public const string Tags = "webcam,camera,livestream";
1717
}
1818
}

src/CodingWithCalvin.WebcamStudio/source.extension.vsixmanifest

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<MoreInfo>https://github.com/CodingWithCalvin/VS-WebcamStudio</MoreInfo>
1010
<License>resources\LICENSE</License>
1111
<Icon>resources\icon.png</Icon>
12-
<Tags>webcam,cam,livestream</Tags>
12+
<PreviewImage>resources\icon.png</PreviewImage>
13+
<Tags>webcam,camera,livestream</Tags>
1314
<Preview>true</Preview>
1415
</Metadata>
1516
<Installation>

0 commit comments

Comments
 (0)