Skip to content

Commit

Permalink
Nuget package update
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertTheGrey committed Mar 22, 2011
2 parents 78f7a98 + 9ab0407 commit 2e83340
Show file tree
Hide file tree
Showing 16 changed files with 7 additions and 7 deletions.
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.Futures</id>
<version>1.5.1</version>
<version>1.5.1.1</version>
<authors>Louis DeJardin &amp; Robert Greyling</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Latest Spark View Engine Core.</description>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file added NuGet/Spark.Futures.1.5.1.1.nupkg
Binary file not shown.
Binary file removed NuGet/Spark.Futures.1.5.1.nupkg
Binary file not shown.
Expand Up @@ -2,14 +2,14 @@
<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.Web.Mvc2.Futures</id>
<version>1.5.1</version>
<version>1.5.1.1</version>
<authors>Louis DeJardin &amp; Robert Greyling</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Latest Spark View Engine for ASP.NET MVC 2.</description>
<summary>Latest from source code of Spark View Engine on the master branch</summary>
<language>en-US</language>
<dependencies>
<dependency id="Spark.Futures" version="1.5.1" />
<dependency id="Spark.Futures" version="1.5.1.1" />
<dependency id="WebActivator" version="1.4" />
</dependencies>
</metadata>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added NuGet/Spark.Web.Mvc2.Futures.1.5.1.1.nupkg
Binary file not shown.
Binary file removed NuGet/Spark.Web.Mvc2.Futures.1.5.1.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion spark.build
Expand Up @@ -14,7 +14,7 @@
<property name="version.major" value="1"/>
<property name="version.minor" value="5"/>
<property name="version.build" value="1"/>
<property name="version.revision" value="0"/>
<property name="version.revision" value="1"/>
<property name="project.version" value="${version.major}.${version.minor}" dynamic="true" />
<property name="project.fullversion" value="${version.major}.${version.minor}.${version.build}.${version.revision}" dynamic="true" />
<property name="nant.settings.currentframework" value="net-4.0" />
Expand Down
4 changes: 2 additions & 2 deletions src/CommonAssemblyInfo.cs
Expand Up @@ -14,10 +14,10 @@

[assembly: ComVisibleAttribute(false)]
[assembly: AssemblyVersionAttribute("1.5")]
[assembly: AssemblyFileVersionAttribute("1.5.1.0")]
[assembly: AssemblyFileVersionAttribute("1.5.1.1")]
[assembly: AssemblyCopyrightAttribute("Copyright (c) Louis DeJardin 2008-2011")]
[assembly: AssemblyProductAttribute("Spark")]
[assembly: AssemblyCompanyAttribute("Louis DeJardin")]
[assembly: AssemblyConfigurationAttribute("release")]
[assembly: AssemblyInformationalVersionAttribute("1.5.1.0")]
[assembly: AssemblyInformationalVersionAttribute("1.5.1.1")]

2 changes: 1 addition & 1 deletion src/CommonVersionInfo.h
@@ -1 +1 @@
// this is an auto-generated file#define VERSIONINFO_VERSIONSTRING "1.5.1.0"#define VERSIONINFO_MAJOR 1#define VERSIONINFO_MINOR 5#define VERSIONINFO_BUILD 1#define VERSIONINFO_REVISION 0#define VERSIONINFO_COPYRIGHT "Copyright (c) Louis DeJardin 2008-2011"#define VERSIONINFO_COMPANY "Louis DeJardin"#define VERSIONINFO_PRODUCT "Spark"
// this is an auto-generated file#define VERSIONINFO_VERSIONSTRING "1.5.1.1"#define VERSIONINFO_MAJOR 1#define VERSIONINFO_MINOR 5#define VERSIONINFO_BUILD 1#define VERSIONINFO_REVISION 1#define VERSIONINFO_COPYRIGHT "Copyright (c) Louis DeJardin 2008-2011"#define VERSIONINFO_COMPANY "Louis DeJardin"#define VERSIONINFO_PRODUCT "Spark"

0 comments on commit 2e83340

Please sign in to comment.