Browse Source

Changing version numbers

Former-commit-id: 4b04350fac615331ddd6769d200049c146df27fc
af/merge-core
James South 12 years ago
parent
commit
82f606525c
  1. 2
      build/NuSpecs/ImageProcessor.Plugins.Cair.nuspec
  2. 4
      build/NuSpecs/ImageProcessor.Plugins.WebP.nuspec
  3. 6
      build/NuSpecs/ImageProcessor.Web.Config.nuspec
  4. 6
      build/NuSpecs/ImageProcessor.Web.nuspec
  5. 4
      build/NuSpecs/ImageProcessor.nuspec

2
build/NuSpecs/ImageProcessor.Plugins.Cair.nuspec

@ -34,4 +34,4 @@
<files>
<file src="..\_BuildOutput\ImageProcessor.Plugins.Cair\lib\net45\ImageProcessor.Plugins.Cair.dll" target="lib\net45\ImageProcessor.Plugins.Cair.dll" />
</files>
</package>
</package>

4
build/NuSpecs/ImageProcessor.Plugins.WebP.nuspec

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ImageProcessor.Plugins.WebP</id>
<version>1.0.0.0</version>
<version>1.0.1.0</version>
<title>ImageProcessor.Plugins.WebP</title>
<authors>James South</authors>
<owners>James South</owners>
@ -35,4 +35,4 @@
<file src="..\_BuildOutput\ImageProcessor.Plugins.WebP\lib\net45\ImageProcessor.Plugins.WebP.dll" target="lib\net45\ImageProcessor.Plugins.WebP.dll" />
<file src="..\content\ImageProcessor.Plugins.WebP\web.config.transform" target="content\web.config.transform" />
</files>
</package>
</package>

6
build/NuSpecs/ImageProcessor.Web.Config.nuspec

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ImageProcessor.Web.Config</id>
<version>1.1.0.0</version>
<version>2.0.0.0</version>
<title>ImageProcessor.Web.Config</title>
<authors>James South</authors>
<owners>James South</owners>
@ -38,4 +38,4 @@
<file src="..\..\src\ImageProcessor.Web\Configuration\Resources\security.config" target="content\config\imageprocessor\security.config" />
<file src="..\content\ImageProcessor.Web.Config\web.config.transform" target="content\web.config.transform" />
</files>
</package>
</package>

6
build/NuSpecs/ImageProcessor.Web.nuspec

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>ImageProcessor.Web</id>
<version>3.2.0.0</version>
<version>4.0.0.0</version>
<title>ImageProcessor.Web</title>
<authors>James South</authors>
<owners>James South</owners>
@ -37,4 +37,4 @@
<file src="..\content\ImageProcessor.Web\web.config.transform" target="content\web.config.transform" />
<file src="..\_BuildOutput\ImageProcessor.Web\lib\net45\ImageProcessor.Web.dll" target="lib\net45\ImageProcessor.Web.dll" />
</files>
</package>
</package>

4
build/NuSpecs/ImageProcessor.nuspec

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ImageProcessor</id>
<version>1.9.0.0</version>
<version>2.0.1.0</version>
<title>ImageProcessor</title>
<authors>James South</authors>
<owners>James South</owners>
@ -31,4 +31,4 @@
<files>
<file src="..\_BuildOutput\ImageProcessor\lib\net45\ImageProcessor.dll" target="lib\net45\ImageProcessor.dll" />
</files>
</package>
</package>
Loading…
Cancel
Save