Skip to content

Commit

Permalink
Bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
loudej committed Nov 27, 2012
1 parent ca73c2e commit f9c631f
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Sakefile.shade
@@ -1,6 +1,6 @@

var PROJECT='OWIN startup components'
var VERSION='0.6.3'
var VERSION='0.6.4'
var FULL_VERSION='${VERSION}'
var AUTHORS='${PROJECT} contributors'

Expand Down
6 changes: 3 additions & 3 deletions src/main/Owin.Builder/Properties/AssemblyInfo.cs
Expand Up @@ -44,7 +44,7 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.6.3")]
[assembly: AssemblyVersion("0.6.3")]
[assembly: AssemblyFileVersion("0.6.3")]
// [assembly: AssemblyVersion("0.6.4")]
[assembly: AssemblyVersion("0.6.4")]
[assembly: AssemblyFileVersion("0.6.4")]
[assembly: CLSCompliant(false)]
6 changes: 3 additions & 3 deletions src/main/Owin.Extensions/Properties/AssemblyInfo.cs
Expand Up @@ -44,7 +44,7 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.6.3")]
[assembly: AssemblyVersion("0.6.3")]
[assembly: AssemblyFileVersion("0.6.3")]
// [assembly: AssemblyVersion("0.6.4")]
[assembly: AssemblyVersion("0.6.4")]
[assembly: AssemblyFileVersion("0.6.4")]
[assembly: CLSCompliant(true)]
6 changes: 3 additions & 3 deletions src/main/Owin.Loader/Properties/AssemblyInfo.cs
Expand Up @@ -44,7 +44,7 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.6.3")]
[assembly: AssemblyVersion("0.6.3")]
[assembly: AssemblyFileVersion("0.6.3")]
// [assembly: AssemblyVersion("0.6.4")]
[assembly: AssemblyVersion("0.6.4")]
[assembly: AssemblyFileVersion("0.6.4")]
[assembly: CLSCompliant(false)]
6 changes: 3 additions & 3 deletions src/test/MiddlewareConvention1/Properties/AssemblyInfo.cs
Expand Up @@ -43,6 +43,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.6.3")]
[assembly: AssemblyVersion("0.6.3")]
[assembly: AssemblyFileVersion("0.6.3")]
// [assembly: AssemblyVersion("0.6.4")]
[assembly: AssemblyVersion("0.6.4")]
[assembly: AssemblyFileVersion("0.6.4")]
6 changes: 3 additions & 3 deletions src/test/MiddlewareConvention2/Properties/AssemblyInfo.cs
Expand Up @@ -43,6 +43,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.6.3")]
[assembly: AssemblyVersion("0.6.3")]
[assembly: AssemblyFileVersion("0.6.3")]
// [assembly: AssemblyVersion("0.6.4")]
[assembly: AssemblyVersion("0.6.4")]
[assembly: AssemblyFileVersion("0.6.4")]
6 changes: 3 additions & 3 deletions src/test/Owin.Builder.Tests/Properties/AssemblyInfo.cs
Expand Up @@ -43,6 +43,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.6.3")]
[assembly: AssemblyVersion("0.6.3")]
[assembly: AssemblyFileVersion("0.6.3")]
// [assembly: AssemblyVersion("0.6.4")]
[assembly: AssemblyVersion("0.6.4")]
[assembly: AssemblyFileVersion("0.6.4")]
6 changes: 3 additions & 3 deletions src/test/Owin.Loader.Tests/Properties/AssemblyInfo.cs
Expand Up @@ -43,6 +43,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.6.3")]
[assembly: AssemblyVersion("0.6.3")]
[assembly: AssemblyFileVersion("0.6.3")]
// [assembly: AssemblyVersion("0.6.4")]
[assembly: AssemblyVersion("0.6.4")]
[assembly: AssemblyFileVersion("0.6.4")]
4 changes: 2 additions & 2 deletions src/test/StartupConvention1/Properties/AssemblyInfo.cs
Expand Up @@ -43,5 +43,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.3")]
[assembly: AssemblyFileVersion("0.6.3")]
[assembly: AssemblyVersion("0.6.4")]
[assembly: AssemblyFileVersion("0.6.4")]
4 changes: 2 additions & 2 deletions src/test/StartupConvention2/Properties/AssemblyInfo.cs
Expand Up @@ -43,5 +43,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.3")]
[assembly: AssemblyFileVersion("0.6.3")]
[assembly: AssemblyVersion("0.6.4")]
[assembly: AssemblyFileVersion("0.6.4")]
6 changes: 3 additions & 3 deletions src/test/Utils/Properties/AssemblyInfo.cs
Expand Up @@ -43,6 +43,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.6.3")]
[assembly: AssemblyVersion("0.6.3")]
[assembly: AssemblyFileVersion("0.6.3")]
// [assembly: AssemblyVersion("0.6.4")]
[assembly: AssemblyVersion("0.6.4")]
[assembly: AssemblyFileVersion("0.6.4")]

0 comments on commit f9c631f

Please sign in to comment.