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