Skip to content

Commit

Permalink
Fix IncludeAll missing on nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdavid committed Jun 11, 2018
1 parent 373c5e5 commit 918b650
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 20 deletions.
6 changes: 3 additions & 3 deletions LiteDB.Shell/LiteDB.Shell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<PackageId>LiteDB.Shell</PackageId>
<OutputType>Exe</OutputType>
<RootNamespace>LiteDB.Shell</RootNamespace>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<FileVersion>4.1.1</FileVersion>
<VersionPrefix>4.1.1</VersionPrefix>
<AssemblyVersion>4.1.4.0</AssemblyVersion>
<FileVersion>4.1.4</FileVersion>
<VersionPrefix>4.1.4</VersionPrefix>
<Authors>Maurício David</Authors>
<Copyright>MIT</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
Expand Down
12 changes: 8 additions & 4 deletions LiteDB/LiteDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
<PropertyGroup>
<TargetFrameworks>net35;net40;netstandard1.3;netstandard2.0</TargetFrameworks>
<PackageId>LiteDB</PackageId>
<AssemblyVersion>4.1.3.0</AssemblyVersion>
<FileVersion>4.1.3</FileVersion>
<VersionPrefix>4.1.2</VersionPrefix>
<Version>4.1.4</Version>
<AssemblyVersion>4.1.4.0</AssemblyVersion>
<FileVersion>4.1.4</FileVersion>
<VersionPrefix>4.1.4</VersionPrefix>
<Authors>Maurício David</Authors>
<Product>LiteDB</Product>
<Description>LiteDB - A lightweight embedded .NET NoSQL document store in a single datafile</Description>
Expand All @@ -27,7 +28,6 @@
<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 Expand Up @@ -74,4 +74,8 @@
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
</ItemGroup>

<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>

</Project>
13 changes: 0 additions & 13 deletions LiteDB/Properties/PublishProfiles/FolderProfile.pubxml

This file was deleted.

0 comments on commit 918b650

Please sign in to comment.