Sign in Sign up
nuget

ThisAssembly.Vsix

Allows consuming VSIX manifest properties from code, as well as MSBuild project properties from the VSIX manifest. For example: partial class ThisAssembly { public static partial class Vsix { public const string Id = "MyVsix"; } } or <PackageManifest Version="2.0.0" ...> <Metadata> <Identity Id="|%CurrentProject%;VsixId|" Version="|%CurrentProject%;VsixVersion|" Language="|%CurrentProject%;VsixLanguage|" Publisher="|%CurrentProject%;VsixPublisher|" /> <DisplayName>|%CurrentProject%;VsixDisplayName|</DisplayName> <Description>|%CurrentProject%;VsixDescription|</Description> </Metadata> ... </PackageManifest>

nuget View on Nuget

Activity

Latest release
2w ago
Total releases
21
Cadence
~4 days
Last 12 months
9

Details

License
MIT
First release
Sep 30, 2024
Releases
Version Released
2.1.5 patch
2.1.4 patch
2.1.3 patch
2.1.2 patch
2.1.1 patch
2.1.0 minor
2.1.0-rc.1 pre
2.1.0-rc pre
2.1.0-beta pre
2.0.14 patch
2.0.13 patch
2.0.12 patch
2.0.11 patch
2.0.10 patch
2.0.9 patch
2.0.8 patch
2.0.7 patch
2.0.6 patch
2.0.5 patch
2.0.4 patch
2.0.3 initial