Skip to content

Commit

Permalink
Updating NuGet Packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew.kirillov committed Jul 17, 2013
1 parent 2f6f1dc commit 88f4291
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions Setup/NuGet/AForge.Controls.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AForge.Controls</id>
<version>2.2.4</version>
<version>2.2.5</version>
<title>AForge.Controls</title>
<authors>AForge.NET</authors>
<owners>AForge.NET</owners>
Expand All @@ -14,9 +14,9 @@
<summary>AForge.Controls library from the AForge.NET framework</summary>
<tags>aforge.net framework</tags>
<dependencies>
<dependency id="AForge" version="2.2.4" />
<dependency id="AForge.Imaging" version="2.2.4" />
<dependency id="AForge.Video" version="2.2.4" />
<dependency id="AForge" version="2.2.5" />
<dependency id="AForge.Imaging" version="2.2.5" />
<dependency id="AForge.Video" version="2.2.5" />
</dependencies>
</metadata>
<files>
Expand Down
6 changes: 3 additions & 3 deletions Setup/NuGet/AForge.Genetic.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AForge.Genetic</id>
<version>2.2.4</version>
<version>2.2.5</version>
<title>AForge.Genetic</title>
<authors>AForge.NET</authors>
<owners>AForge.NET</owners>
Expand All @@ -14,8 +14,8 @@
<summary>AForge.Genetic library from the AForge.NET framework</summary>
<tags>aforge.net framework genetic algorithms programming</tags>
<dependencies>
<dependency id="AForge" version="2.2.4" />
<dependency id="AForge.Math" version="2.2.4" />
<dependency id="AForge" version="2.2.5" />
<dependency id="AForge.Math" version="2.2.5" />
</dependencies>
</metadata>
<files>
Expand Down
6 changes: 3 additions & 3 deletions Setup/NuGet/AForge.Imaging.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AForge.Imaging</id>
<version>2.2.4</version>
<version>2.2.5</version>
<title>AForge.Imaging</title>
<authors>AForge.NET</authors>
<owners>AForge.NET</owners>
Expand All @@ -14,8 +14,8 @@
<summary>AForge.Imaging library from the AForge.NET framework</summary>
<tags>aforge.net framework image processing computer vision</tags>
<dependencies>
<dependency id="AForge" version="2.2.4" />
<dependency id="AForge.Math" version="2.2.4" />
<dependency id="AForge" version="2.2.5" />
<dependency id="AForge.Math" version="2.2.5" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions Setup/NuGet/AForge.Math.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AForge.Math</id>
<version>2.2.4</version>
<version>2.2.5</version>
<title>AForge.Math</title>
<authors>AForge.NET</authors>
<owners>AForge.NET</owners>
Expand All @@ -14,7 +14,7 @@
<summary>AForge.Math library from the AForge.NET framework</summary>
<tags>aforge.net framework math 3D pose estimation</tags>
<dependencies>
<dependency id="AForge" version="2.2.4" />
<dependency id="AForge" version="2.2.5" />
</dependencies>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions Setup/NuGet/AForge.Neuro.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AForge.Neuro</id>
<version>2.2.4</version>
<version>2.2.5</version>
<title>AForge.Neuro</title>
<authors>AForge.NET</authors>
<owners>AForge.NET</owners>
Expand All @@ -14,9 +14,9 @@
<summary>AForge.Neuro library from the AForge.NET framework</summary>
<tags>aforge.net framework artificial neural networks</tags>
<dependencies>
<dependency id="AForge" version="2.2.4" />
<dependency id="AForge.Math" version="2.2.4" />
<dependency id="AForge.Genetic" version="2.2.4" />
<dependency id="AForge" version="2.2.5" />
<dependency id="AForge.Math" version="2.2.5" />
<dependency id="AForge.Genetic" version="2.2.5" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions Setup/NuGet/AForge.Video.DirectShow.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AForge.Video.DirectShow</id>
<version>2.2.4.1</version>
<version>2.2.5</version>
<title>AForge.Video.DirectShow</title>
<authors>AForge.NET</authors>
<owners>AForge.NET</owners>
Expand All @@ -14,7 +14,7 @@
<summary>AForge.Video.DirectShow library of the AForge.NET framework</summary>
<tags>aforge.net framework video capture cameras</tags>
<dependencies>
<dependency id="AForge.Video" version="2.2.4" />
<dependency id="AForge.Video" version="2.2.5" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions Setup/NuGet/AForge.Video.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AForge.Video</id>
<version>2.2.4</version>
<version>2.2.5</version>
<title>AForge.Video</title>
<authors>AForge.NET</authors>
<owners>AForge.NET</owners>
Expand All @@ -14,7 +14,7 @@
<summary>AForge.Video library of the AForge.NET framework</summary>
<tags>aforge.net framework video MJPEG cameras</tags>
<dependencies>
<dependency id="AForge" version="2.2.4" />
<dependency id="AForge" version="2.2.5" />
</dependencies>
</metadata>
<files>
Expand Down
6 changes: 3 additions & 3 deletions Setup/NuGet/AForge.Vision.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AForge.Vision</id>
<version>2.2.4</version>
<version>2.2.5</version>
<title>AForge.Vision</title>
<authors>AForge.NET</authors>
<owners>AForge.NET</owners>
Expand All @@ -14,8 +14,8 @@
<summary>AForge.Vision library from the AForge.NET framework</summary>
<tags>aforge.net framework computer vision motion detection</tags>
<dependencies>
<dependency id="AForge" version="2.2.4" />
<dependency id="AForge.Imaging" version="2.2.4" />
<dependency id="AForge" version="2.2.5" />
<dependency id="AForge.Imaging" version="2.2.5" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion Setup/NuGet/AForge.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AForge</id>
<version>2.2.4</version>
<version>2.2.5</version>
<title>AForge (core library)</title>
<authors>AForge.NET</authors>
<owners>AForge.NET</owners>
Expand Down

0 comments on commit 88f4291

Please sign in to comment.