Skip to content

Commit e4fdcda

Browse files
committed
NuGet package definition
1 parent 47567a6 commit e4fdcda

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6+
<PropertyGroup>
7+
<PublishProtocol>FileSystem</PublishProtocol>
8+
<Configuration>Release</Configuration>
9+
<Platform>Any CPU</Platform>
10+
<TargetFramework>netstandard2.0</TargetFramework>
11+
<PublishDir>bin\publish\</PublishDir>
12+
</PropertyGroup>
13+
</Project>

SharpDiffLib/SharpDiffLib.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
<RootNamespace>KST.SharpDiffLib</RootNamespace>
77
<Configurations>Debug;Release</Configurations>
88
<AssemblyName>KST.SharpDiffLib</AssemblyName>
9+
<Authors>Jan Janech</Authors>
10+
<Company>Department of Software Technologies, Faculty of Management Science and Informatics, University of Žilina</Company>
11+
<Product>SharpDiffLib</Product>
12+
<Description>Library for computings diffs between two objects of the same type and processing three-way merge</Description>
13+
<Copyright>© 2010-2018 Department of Software Technologies</Copyright>
14+
<PackageLicenseUrl>https://rawgit.com/frikst/SharpDiffLib/master/LICENSE</PackageLicenseUrl>
15+
<PackageProjectUrl>https://github.com/frikst/SharpDiffLib</PackageProjectUrl>
16+
<RepositoryUrl></RepositoryUrl>
917
</PropertyGroup>
1018

1119
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">

0 commit comments

Comments
 (0)