Skip to content

Commit

Permalink
Release version 0.6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenniak committed Oct 21, 2013
1 parent bf49f0a commit 21b3ba5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rethinkdb-net Release Notes

## Next Release
## 0.6.0.0

### Features

Expand Down
4 changes: 2 additions & 2 deletions rethinkdb-net-test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]
4 changes: 2 additions & 2 deletions rethinkdb-net.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>rethinkdb-net</id>
<version>0.5.0.0</version>
<version>0.6.0.0</version>
<authors>Mathieu Fenniak, Karl Grzeszczak, Dale Ragan, John Weber</authors>
<owners>Mathieu Fenniak</owners>
<projectUrl>https://github.com/mfenniak/rethinkdb-net</projectUrl>
Expand All @@ -12,7 +12,7 @@
<dependencies>
<dependency id="protobuf-net" version="2.0.0.666" />
</dependencies>
<releaseNotes>rethinkdb-net compatible with RethinkDB v1.9, see https://github.com/mfenniak/rethinkdb-net/blob/master/RELEASE-NOTES.md for detailed release notes.</releaseNotes>
<releaseNotes>rethinkdb-net compatible with RethinkDB v1.10, see https://github.com/mfenniak/rethinkdb-net/blob/master/RELEASE-NOTES.md for detailed release notes.</releaseNotes>
</metadata>
<files>
<file src="rethinkdb-net/bin/Release/RethinkDb.dll" target="lib/net45" />
Expand Down
4 changes: 2 additions & 2 deletions rethinkdb-net/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]

[assembly: InternalsVisibleTo("rethinkdb-net-test")]

0 comments on commit 21b3ba5

Please sign in to comment.