Skip to content

Commit

Permalink
Upgrade to 5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdavid committed Apr 13, 2020
1 parent 0bac74b commit b79a856
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions LiteDB/LiteDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

<PropertyGroup>
<TargetFrameworks>net45;netstandard1.3;netstandard2.0</TargetFrameworks>
<AssemblyVersion>5.0.6</AssemblyVersion>
<FileVersion>5.0.6</FileVersion>
<VersionPrefix>5.0.6</VersionPrefix>
<AssemblyVersion>5.0.7</AssemblyVersion>
<FileVersion>5.0.7</FileVersion>
<VersionPrefix>5.0.7</VersionPrefix>
<Authors>Maurício David</Authors>
<Product>LiteDB</Product>
<Description>LiteDB - A lightweight embedded .NET NoSQL document store in a single datafile</Description>
<Copyright>MIT</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<Title>LiteDB</Title>
<PackageId>LiteDB</PackageId>
<PackageVersion>5.0.6</PackageVersion>
<PackageVersion>5.0.7</PackageVersion>
<PackageTags>database nosql embedded</PackageTags>
<PackageIcon>icon_64x64.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down
6 changes: 3 additions & 3 deletions LiteDB/Utils/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ internal class Constants
[Conditional("DEBUG")]
public static void LOG(string message, string category)
{
var threadID = Environment.CurrentManagedThreadId;

Debug.WriteLine(message, threadID + "|" + category);
//var threadID = Environment.CurrentManagedThreadId;
//
//Debug.WriteLine(message, threadID + "|" + category);
}

/// <summary>
Expand Down

0 comments on commit b79a856

Please sign in to comment.