Skip to content

Commit

Permalink
Update to v1.8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertTheGrey committed Apr 11, 2015
1 parent a38f596 commit da58c19
Show file tree
Hide file tree
Showing 21 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions NuGet/PackAndPush.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ nuget pack Spark.Web.Mvc3\Spark.Web.Mvc3.nuspec
nuget pack Spark.Web.Mvc4\Spark.Web.Mvc4.nuspec
nuget pack Spark.Web.Mvc5\Spark.Web.Mvc5.nuspec

nuget push Spark.1.8.0.0.nupkg
nuget push Spark.Web.Mvc2.1.8.0.0.nupkg
nuget push Spark.Web.Mvc3.1.8.0.0.nupkg
nuget push Spark.Web.Mvc4.1.8.0.0.nupkg
nuget push Spark.Web.Mvc5.1.8.0.0.nupkg
nuget push Spark.1.8.1.0.nupkg
nuget push Spark.Web.Mvc2.1.8.1.0.nupkg
nuget push Spark.Web.Mvc3.1.8.1.0.nupkg
nuget push Spark.Web.Mvc4.1.8.1.0.nupkg
nuget push Spark.Web.Mvc5.1.8.1.0.nupkg

pause
Binary file removed NuGet/Spark.1.8.0.0.nupkg
Binary file not shown.
Binary file added NuGet/Spark.1.8.1.0.nupkg
Binary file not shown.
Binary file removed NuGet/Spark.Web.Mvc2.1.8.0.0.nupkg
Binary file not shown.
Binary file added NuGet/Spark.Web.Mvc2.1.8.1.0.nupkg
Binary file not shown.
Binary file modified NuGet/Spark.Web.Mvc2/lib/NET35/Spark.Web.Mvc.dll
Binary file not shown.
Binary file modified NuGet/Spark.Web.Mvc2/lib/NET40/Spark.Web.Mvc.dll
Binary file not shown.
Binary file removed NuGet/Spark.Web.Mvc3.1.8.0.0.nupkg
Binary file not shown.
Binary file added NuGet/Spark.Web.Mvc3.1.8.1.0.nupkg
Binary file not shown.
Binary file modified NuGet/Spark.Web.Mvc3/lib/NET4/Spark.Web.Mvc.dll
Binary file not shown.
Binary file removed NuGet/Spark.Web.Mvc4.1.8.0.0.nupkg
Binary file not shown.
Binary file added NuGet/Spark.Web.Mvc4.1.8.1.0.nupkg
Binary file not shown.
Binary file modified NuGet/Spark.Web.Mvc4/lib/NET4/Spark.Web.Mvc.dll
Binary file not shown.
Binary file modified NuGet/Spark.Web.Mvc4/lib/NET45/Spark.Web.Mvc.dll
Binary file not shown.
Binary file removed NuGet/Spark.Web.Mvc5.1.8.0.0.nupkg
Binary file not shown.
Binary file added NuGet/Spark.Web.Mvc5.1.8.1.0.nupkg
Binary file not shown.
Binary file modified NuGet/Spark.Web.Mvc5/lib/NET45/Spark.Web.Mvc.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion NuGet/Spark/Spark.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Spark</id>
<version>1.8.0.0</version>
<version>1.8.1.0</version>
<authors>Louis DeJardin &amp; Robert Greyling</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Spark View Engine Core.</description>
Expand Down
Binary file modified NuGet/Spark/lib/NET35/Spark.dll
Binary file not shown.
Binary file modified NuGet/Spark/lib/NET40/Spark.dll
Binary file not shown.
Binary file modified NuGet/Spark/lib/NET45/Spark.dll
Binary file not shown.

0 comments on commit da58c19

Please sign in to comment.