diff Implab/Implab.csproj @ 253:34df34841225 v3 v3.0.1-beta

Implab.Diagnostics drafts
author cin
date Mon, 12 Feb 2018 17:03:37 +0300
parents fa6cbf4d8841
children b00441e04738
line wrap: on
line diff
--- a/Implab/Implab.csproj	Mon Feb 12 07:24:31 2018 +0300
+++ b/Implab/Implab.csproj	Mon Feb 12 17:03:37 2018 +0300
@@ -1,6 +1,16 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
+    <Authors>Sergey Smirnov</Authors>
+    <Title>Implab library</Title>
+    <Description>Provides some helper clesses like XML serialization helpers, JSON XML reader,
+    JSON pull-parser, ECMA-style promises, lightweight synchonization routines Signal
+    and SharedLock, Trace helpers on top of System.Diagnostics, ObjectPool etc.
+    </Description>
+    <Copyright>2012-2018 Sergey Smirnov</Copyright>
+    <LicenseUrl>https://opensource.org/licenses/BSD-2-Clause</LicenseUrl>
+    <ProjectUrl>https://implab.org</ProjectUrl>
+    <RepositoryUrl>https://hg.implab.org/pub/ImplabNet/</RepositoryUrl>
     <TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
     <FrameworkPathOverride Condition="'$(TargetFramework)'=='net45' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride>
   </PropertyGroup>