Skip to content

Commit

Permalink
Added nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
TwentyFourMinutes committed Mar 17, 2020
1 parent 0c67192 commit b889ca0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/DulcisX/DulcisX/DulcisX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@
<Compile Include="Core\Components\InfoBarEvents.cs" />
<Compile Include="Core\Components\InfoBarHandle.cs" />
<Compile Include="Core\ContainerConstructor.cs" />
<Compile Include="Core\Enums\VisualStudio\OpenNodeAttribute.cs" />
<Compile Include="Core\Extensions\ContainerExtensions.cs" />
<Compile Include="Core\Extensions\EnumExtensions.cs" />
<Compile Include="Core\Extensions\VsHierarchyExtensions.cs" />
Expand All @@ -626,7 +627,6 @@
<Compile Include="Core\Enums\VisualStudio\CommonNodeIds.cs" />
<Compile Include="Core\Enums\VisualStudio\CommonStatusCodes.cs" />
<Compile Include="Core\Enums\VisualStudio\CommonStreamKeys.cs" />
<Compile Include="Core\Enums\VisualStudio\OpenNodeAttribute.cs" />
<Compile Include="Core\Components\InfoBar.cs" />
<Compile Include="Core\IServiceProviders.cs" />
<Compile Include="Core\Components\SolutionConfigurationOptions.cs" />
Expand Down
21 changes: 21 additions & 0 deletions src/DulcisX/DulcisX/DulcisX.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>DulcisX</id>
<license type="expression">MIT</license>
<version>2.0.0.0-alpha</version>
<title>DulcisX</title>
<authors>Twenty</authors>
<owners>Twenty</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>DulcisX enables you to write VSIX extensions a lot faster, by providing new, cleaner and easier API's.</description>
<copyright>Copyright © Twenty 2020</copyright>
<tags>dulcisx dulcis vs vsix visualstudio visualstudioextension extension extensibility</tags>
<projectUrl>https://github.com/TwentyFourMinutes/DulcisX</projectUrl>
<repository type="git" url="https://github.com/TwentyFourMinutes/DulcisX" branch="master" />
<dependencies>
<dependency id="Microsoft.VisualStudio.SDK" version="16.0.204" />
<dependency id="StringyEnums" version="1.2.0" />
</dependencies>
</metadata>
</package>

1 comment on commit b889ca0

@TwentyFourMinutes
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.