Skip to content

Commit 735d35a

Browse files
add nuget publish
1 parent 8ff33d8 commit 735d35a

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

RootHelpers.0.0.3.nupkg

44.6 KB
Binary file not shown.

RootHelpers.nuspec

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0"?>
2+
<package>
3+
<metadata>
4+
<id>RootHelpers</id>
5+
<version>0.0.3</version>
6+
<title>Root Helpers</title>
7+
<authors>ahmedoumezzine</authors>
8+
<owners>ahmedoumezzine</owners>
9+
<licenseUrl>https://github.com/roothelpers</licenseUrl>
10+
<projectUrl>https://github.com/roothelpers/RootHelpers-ASP-MVC</projectUrl>
11+
<iconUrl>https://avatars2.githubusercontent.com/u/46853910</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<developmentDependency>false</developmentDependency>
14+
<description>Roothelpers provides extension , helper classes , and other goodies to help you use the bootstrap css framework from .net code. incorporate bootstrap into your asp.net mvc projects and make your sites more user-friendly and dynamic</description>
15+
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
16+
<copyright>If you need to know how you are used to it, you can read our README file at Github Project or contact us by email [email protected]</copyright>
17+
<tags>asp-net htmlhelpers asp-net-mvc helper-functions</tags>
18+
<!--
19+
<frameworkAssemblies>
20+
<frameworkAssembly assemblyName="System.Windows.Interactivity" targetFramework="net45" />
21+
</frameworkAssemblies>
22+
-->
23+
</metadata>
24+
25+
<files>
26+
<file src="RootHelpers\bin\Debug\RootHelpers.dll" target="lib" />
27+
</files>
28+
29+
</package>

0 commit comments

Comments
 (0)