Skip to content

Commit

Permalink
Update January 13, 2024
Browse files Browse the repository at this point in the history
=> Updated library's dependency to Net 8.
  • Loading branch information
rafael-figueiredo-alves committed Jan 13, 2024
1 parent 2f5b2f8 commit c6c712d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file modified .vs/ProjectEvaluation/efirebase4csharp.metadata.v7.bin
Binary file not shown.
Binary file modified .vs/ProjectEvaluation/efirebase4csharp.projects.v7.bin
Binary file not shown.
Binary file modified .vs/eFirebase4CSharp/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file modified .vs/eFirebase4CSharp/v17/.futdcache.v2
Binary file not shown.
Binary file modified .vs/eFirebase4CSharp/v17/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion Classes/eFirebase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace eFirebase4CSharp.Classes
{
public class eFirebase : IeFirebase
{
private const string eFirebase_version = "1.0.1";
private const string eFirebase_version = "1.1.0";

private HttpClient _httpClient;

Expand Down

0 comments on commit c6c712d

Please sign in to comment.