Skip to content

Commit

Permalink
incr version
Browse files Browse the repository at this point in the history
  • Loading branch information
bugthesystem committed Mar 24, 2015
1 parent eb33d81 commit 7a1083a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FireSharp.Tests/FiresharpTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down
2 changes: 1 addition & 1 deletion FireSharp/FireSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>FireSharp</id>
<version>2.0.2</version>
<version>2.0.3</version>
<title>Fire#</title>
<authors>ziyasal</authors>
<owners>ziyasal</owners>
Expand Down
4 changes: 2 additions & 2 deletions FireSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 7a1083a

Please sign in to comment.