From 7a1083ab57da4215f6f400a933f4706b36b3b889 Mon Sep 17 00:00:00 2001 From: Ziya SARIKAYA Date: Tue, 24 Mar 2015 17:27:04 +0200 Subject: [PATCH] incr version --- FireSharp.Tests/FiresharpTests.cs | 2 +- FireSharp/FireSharp.nuspec | 2 +- FireSharp/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/FireSharp.Tests/FiresharpTests.cs b/FireSharp.Tests/FiresharpTests.cs index 6d6cf11..943390a 100644 --- a/FireSharp.Tests/FiresharpTests.cs +++ b/FireSharp.Tests/FiresharpTests.cs @@ -33,7 +33,7 @@ protected override void FinalizeSetUp() AuthSecret = FirebaseSecret, BasePath = BasePath }; - _client = new FirebaseClient(config); //Uses RestSharp JsonSerializer as default + _client = new FirebaseClient(config); //Uses Newtonsoft.Json Json Serializer _client.DeleteAsync("todos").Wait(); } diff --git a/FireSharp/FireSharp.nuspec b/FireSharp/FireSharp.nuspec index e8eb3d4..613ac30 100644 --- a/FireSharp/FireSharp.nuspec +++ b/FireSharp/FireSharp.nuspec @@ -3,7 +3,7 @@ FireSharp - 2.0.2 + 2.0.3 Fire# ziyasal ziyasal diff --git a/FireSharp/Properties/AssemblyInfo.cs b/FireSharp/Properties/AssemblyInfo.cs index 1963b37..725ecb6 100644 --- a/FireSharp/Properties/AssemblyInfo.cs +++ b/FireSharp/Properties/AssemblyInfo.cs @@ -27,7 +27,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.2")] -[assembly: AssemblyFileVersion("2.0.2")] +[assembly: AssemblyVersion("2.0.3")] +[assembly: AssemblyFileVersion("2.0.3")] [assembly: InternalsVisibleTo("FireSharp.Tests")] [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")] \ No newline at end of file