Skip to content

Commit

Permalink
published 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
morrisjdev committed Nov 1, 2019
1 parent 62c5e60 commit 8c8cebb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion FileContextCore/FileContextCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Copyright>Copyright © Morris Janatzek</Copyright>
<Title>FileContextCore</Title>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageIconUrl>https://morrisj.net/img/morrisjdev_logo.png</PackageIconUrl>
<PackageIconUrl>https://morrisj.net/storage/morrisjdev_logo.png</PackageIconUrl>
<RepositoryUrl>https://github.com/morrisjdev/FileContextCore</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Entity Framework Core;entity-framework-core;EF;Data;O/RM;FileContext;FileDB;JSON;XML;CSV;ELSX;Excel</PackageTags>
Expand All @@ -21,6 +21,7 @@
<DelaySign>false</DelaySign>
<AssemblyVersion>3.2.1.0</AssemblyVersion>
<FileVersion>3.2.1.0</FileVersion>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -33,4 +34,11 @@
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\FileContextCoreold\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 8c8cebb

Please sign in to comment.