Skip to content

Commit

Permalink
Change to version 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdavid committed May 28, 2018
1 parent 0addb09 commit 373c5e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions LiteDB/LiteDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFrameworks>net35;net40;netstandard1.3;netstandard2.0</TargetFrameworks>
<PackageId>LiteDB</PackageId>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
<FileVersion>4.1.2</FileVersion>
<AssemblyVersion>4.1.3.0</AssemblyVersion>
<FileVersion>4.1.3</FileVersion>
<VersionPrefix>4.1.2</VersionPrefix>
<Authors>Maurício David</Authors>
<Product>LiteDB</Product>
Expand All @@ -27,6 +27,7 @@
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\LiteDB.xml</DocumentationFile>
<SignAssembly Condition="'$(OS)'=='Windows_NT'">true</SignAssembly>
<AssemblyOriginatorKeyFile>LiteDB.snk</AssemblyOriginatorKeyFile>
<Version>4.1.3</Version>
</PropertyGroup>

<!--
Expand Down

0 comments on commit 373c5e5

Please sign in to comment.