Skip to content

Commit

Permalink
Added nuget package and updated readme
Browse files Browse the repository at this point in the history
Signed-off-by: rpgmaker <olamide.bakre@gmail.com>
  • Loading branch information
rpgmaker committed Oct 6, 2014
1 parent 6d40f97 commit e7951ff
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -2,3 +2,9 @@ JSRazorViewEngine
=================

Razor View Engine for Javascript applications


Requirement
===========

JQuery is required for output to work in the browser.
Expand Up @@ -65,7 +65,16 @@
<ItemGroup>
<Content Include="Scripts\ViewResponse.js" />
</ItemGroup>
<ItemGroup>
<None Include="JSRazorViewEngine.nuspec" />
</ItemGroup>
<ItemGroup>
<Folder Include="lib\net40\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)JSRazorViewEngine\lib\net40\$(TargetFileName)"</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
15 changes: 15 additions & 0 deletions src/JSRazorViewEngine/JSRazorViewEngine/JSRazorViewEngine.nuspec
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>JSRazorViewEngine</id>
<title>JSRazorViewEngine</title>
<tags>javascript view razorview razor viewengine engine mvcview mvc</tags>
<version>1.0.0</version>
<authors>TJ Bakre</authors>
<description>Javascript RazorView Engine (Requires JQuery for display of views)</description>
<language>en-US</language>
<licenseUrl>https://github.com/rpgmaker/JSRazorViewEngine/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/rpgmaker/JSRazorViewEngine</projectUrl>
<iconUrl>http://iomegatrix.com/Pictures/logo.jpg</iconUrl>
</metadata>
</package>
Binary file not shown.
4 changes: 4 additions & 0 deletions src/JSRazorViewEngine/packages/repositories.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<repositories>
<repository path="..\JSRazorViewEngine.WebTester\packages.config" />
</repositories>

0 comments on commit e7951ff

Please sign in to comment.