Skip to content

Commit

Permalink
bump to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanderveen committed Aug 15, 2011
1 parent 1635550 commit 4e1dfd7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Rakefile.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "0.1.0"
VERSION = "0.1.1"
LICENSE_URL = "https://raw.github.com/owin/gate/HEAD/LICENSE.txt"
PROJECT_URL = "https://github.com/owin/gate"
PROJECT_FILES = FileList["src/**/*.csproj"]
Expand Down
4 changes: 2 additions & 2 deletions src/Gate/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Gate")]
[assembly: AssemblyProduct("Gate")]
[assembly: AssemblyVersion("0.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]
[assembly: AssemblyVersion("0.1.1")]
[assembly: AssemblyFileVersion("0.1.1")]

[assembly: InternalsVisibleTo("Gate.Tests")]

4 changes: 2 additions & 2 deletions src/Hosts/Gate.AspNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Gate.AspNet")]
[assembly: AssemblyProduct("Gate.AspNet")]
[assembly: AssemblyVersion("0.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]
[assembly: AssemblyVersion("0.1.1")]
[assembly: AssemblyFileVersion("0.1.1")]

[assembly: InternalsVisibleTo("Gate.AspNet.Tests")]

2 changes: 1 addition & 1 deletion src/Hosts/Gate.Kayak/Gate.Kayak.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<tags></tags>
<dependencies>
<dependency id="Gate" version=""/>
<dependency id="Kayak" version="0.7.1"/>
<dependency id="Kayak" version="0.7.2"/>
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions src/Hosts/Gate.Kayak/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Gate.Kayak")]
[assembly: AssemblyProduct("Gate.Kayak")]
[assembly: AssemblyVersion("0.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]
[assembly: AssemblyVersion("0.1.1")]
[assembly: AssemblyFileVersion("0.1.1")]

[assembly: InternalsVisibleTo("Gate.Kayak.Tests")]

4 changes: 2 additions & 2 deletions src/Hosts/Gate.Wcf/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Gate.Wcf")]
[assembly: AssemblyProduct("Gate.Wcf")]
[assembly: AssemblyVersion("0.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]
[assembly: AssemblyVersion("0.1.1")]
[assembly: AssemblyFileVersion("0.1.1")]

[assembly: InternalsVisibleTo("Gate.Wcf.Tests")]

0 comments on commit 4e1dfd7

Please sign in to comment.