From 290eeb6da3c25b19d297b7b7671db998139f97b4 Mon Sep 17 00:00:00 2001 From: Mathieu Fenniak Date: Thu, 21 Jan 2016 19:38:08 -0700 Subject: [PATCH] Update version to 0.12.1.0 --- .../RethinkDb.Examples.ConsoleApp/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 2 +- RELEASE-NOTES.md | 2 +- make-release.sh | 12 ++++++------ .../Properties/AssemblyInfo.cs | 4 ++-- rethinkdb-net-newtonsoft.nuspec | 4 ++-- rethinkdb-net-newtonsoft/Properties/AssemblyInfo.cs | 4 ++-- rethinkdb-net-test/Properties/AssemblyInfo.cs | 4 ++-- rethinkdb-net.nuspec | 2 +- rethinkdb-net/Properties/AssemblyInfo.cs | 4 ++-- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Examples/RethinkDb.Examples.ConsoleApp/AssemblyInfo.cs b/Examples/RethinkDb.Examples.ConsoleApp/AssemblyInfo.cs index 0f308c4..a944329 100644 --- a/Examples/RethinkDb.Examples.ConsoleApp/AssemblyInfo.cs +++ b/Examples/RethinkDb.Examples.ConsoleApp/AssemblyInfo.cs @@ -17,8 +17,8 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("0.12.0.0")] -[assembly: AssemblyFileVersion("0.12.0.0")] +[assembly: AssemblyVersion("0.12.1.0")] +[assembly: AssemblyFileVersion("0.12.1.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Examples/RethinkDb.Examples.TinyExample/Properties/AssemblyInfo.cs b/Examples/RethinkDb.Examples.TinyExample/Properties/AssemblyInfo.cs index 2b7be7b..71b1ec5 100644 --- a/Examples/RethinkDb.Examples.TinyExample/Properties/AssemblyInfo.cs +++ b/Examples/RethinkDb.Examples.TinyExample/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("0.12.0.0")] +[assembly: AssemblyVersion("0.12.1.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index f49f7e0..6fc2f4d 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,6 @@ # rethinkdb-net Release Notes -## Next Release +## 0.12.1.0 (2016-01-21) ### Bugfixes diff --git a/make-release.sh b/make-release.sh index cb6c855..1b1ce9a 100755 --- a/make-release.sh +++ b/make-release.sh @@ -15,8 +15,8 @@ echo "Processing release $NEW_VERSION" # ensure all files have the same line endings find . -type f -name '*.cs' -exec dos2unix -m '{}' \; -for f in **/AssemblyInfo.cs; do - sed --in-place -e "s/\"[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+\"/\"$NEW_VERSION\"/" $f +for f in `find . -name 'AssemblyInfo.cs'`; do + sed -E -i '' -e "s/\"[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\"/\"$NEW_VERSION\"/" $f if ! grep -q "$NEW_VERSION" "$f" then echo "sed failed $f" @@ -24,7 +24,7 @@ for f in **/AssemblyInfo.cs; do fi done -sed --in-place -e "s#[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+#$NEW_VERSION#" rethinkdb-net.nuspec +sed -E -i '' -e "s#[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+#$NEW_VERSION#" rethinkdb-net.nuspec if ! grep -q "$NEW_VERSION" rethinkdb-net.nuspec then echo "sed failed" @@ -32,21 +32,21 @@ then fi -sed --in-place -e "s#[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+#$NEW_VERSION#" rethinkdb-net-newtonsoft.nuspec +sed -E -i '' -e "s#[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+#$NEW_VERSION#" rethinkdb-net-newtonsoft.nuspec if ! grep -q "$NEW_VERSION" rethinkdb-net-newtonsoft.nuspec then echo "sed failed" exit fi -sed --in-place -e "s###" rethinkdb-net-newtonsoft.nuspec +sed -E -i '' -e "s###" rethinkdb-net-newtonsoft.nuspec if ! grep -q "" rethinkdb-net-newtonsoft.nuspec then echo "sed failed" exit fi -sed --in-place -e "s/## Next Release/## $NEW_VERSION (`date +%Y-%m-%d`)/" RELEASE-NOTES.md +sed -E -i '' -e "s/## Next Release/## $NEW_VERSION (`date +%Y-%m-%d`)/" RELEASE-NOTES.md if ! grep -q "## $NEW_VERSION (`date +%Y-%m-%d`)" RELEASE-NOTES.md then echo "sed failed" diff --git a/rethinkdb-net-newtonsoft-test/Properties/AssemblyInfo.cs b/rethinkdb-net-newtonsoft-test/Properties/AssemblyInfo.cs index c6baa86..7af1c26 100644 --- a/rethinkdb-net-newtonsoft-test/Properties/AssemblyInfo.cs +++ b/rethinkdb-net-newtonsoft-test/Properties/AssemblyInfo.cs @@ -36,5 +36,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.12.0.0")] -[assembly: AssemblyFileVersion("0.12.0.0")] +[assembly: AssemblyVersion("0.12.1.0")] +[assembly: AssemblyFileVersion("0.12.1.0")] diff --git a/rethinkdb-net-newtonsoft.nuspec b/rethinkdb-net-newtonsoft.nuspec index 89f1319..ada1797 100644 --- a/rethinkdb-net-newtonsoft.nuspec +++ b/rethinkdb-net-newtonsoft.nuspec @@ -2,7 +2,7 @@ rethinkdb-net-newtonsoft - 0.12.0.0 + 0.12.1.0 Brian Chavez Mathieu Fenniak https://github.com/mfenniak/rethinkdb-net @@ -10,7 +10,7 @@ false Alternative object serializer for rethinkdb-net using Newtonsoft.Json - + diff --git a/rethinkdb-net-newtonsoft/Properties/AssemblyInfo.cs b/rethinkdb-net-newtonsoft/Properties/AssemblyInfo.cs index e44d696..5729079 100644 --- a/rethinkdb-net-newtonsoft/Properties/AssemblyInfo.cs +++ b/rethinkdb-net-newtonsoft/Properties/AssemblyInfo.cs @@ -36,5 +36,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.12.0.0")] -[assembly: AssemblyFileVersion("0.12.0.0")] +[assembly: AssemblyVersion("0.12.1.0")] +[assembly: AssemblyFileVersion("0.12.1.0")] diff --git a/rethinkdb-net-test/Properties/AssemblyInfo.cs b/rethinkdb-net-test/Properties/AssemblyInfo.cs index e50b738..84fa0f1 100644 --- a/rethinkdb-net-test/Properties/AssemblyInfo.cs +++ b/rethinkdb-net-test/Properties/AssemblyInfo.cs @@ -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.12.0.0")] -[assembly: AssemblyFileVersion("0.12.0.0")] +[assembly: AssemblyVersion("0.12.1.0")] +[assembly: AssemblyFileVersion("0.12.1.0")] diff --git a/rethinkdb-net.nuspec b/rethinkdb-net.nuspec index b5f2edd..e962006 100644 --- a/rethinkdb-net.nuspec +++ b/rethinkdb-net.nuspec @@ -2,7 +2,7 @@ rethinkdb-net - 0.12.0.0 + 0.12.1.0 Mathieu Fenniak, Karl Grzeszczak, Dale Ragan, John Weber Mathieu Fenniak https://github.com/mfenniak/rethinkdb-net diff --git a/rethinkdb-net/Properties/AssemblyInfo.cs b/rethinkdb-net/Properties/AssemblyInfo.cs index 69438c0..7402c97 100644 --- a/rethinkdb-net/Properties/AssemblyInfo.cs +++ b/rethinkdb-net/Properties/AssemblyInfo.cs @@ -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.12.0.0")] -[assembly: AssemblyFileVersion("0.12.0.0")] +[assembly: AssemblyVersion("0.12.1.0")] +[assembly: AssemblyFileVersion("0.12.1.0")] [assembly: InternalsVisibleTo("rethinkdb-net-test")]