Auto status change to "Under Review"
@@ -1,19 +1,28 | |||
|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
|
2 | 2 | |
|
3 | 3 | <PropertyGroup> |
|
4 | <TargetFrameworks>netstandard2.0;net46</TargetFrameworks> | |
|
5 | <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46'">/usr/lib/mono/4.6-api/</FrameworkPathOverride> | |
|
6 | 4 | <Authors>Sergey Smirnov</Authors> |
|
7 |
<Title>Implab.SrviceHost |
|
|
8 | <Description>Provides simple and flexible XML configuration for the Unity IoC</Description> | |
|
9 | <Copyright>2018 Sergey Smirnov</Copyright> | |
|
10 | <Version>1.0.0</Version> | |
|
11 | <PackageLicenseUrl>https://hg.implab.org/pub/ImplabNet/file/tip/Implab/license.txt</PackageLicenseUrl> | |
|
12 | <PackageProjectUrl>https://implab.org</PackageProjectUrl> | |
|
13 | <RepositoryUrl>https://hg.implab.org/pub/ImplabNet/</RepositoryUrl> | |
|
5 | <Title>Implab.ServiceHost</Title> | |
|
6 | <Description>The configurable application host. | |
|
7 | Provides simple and flexible Xml configuration for UnityContainer. | |
|
8 | </Description> | |
|
9 | <Copyright>2012-2018 Sergey Smirnov</Copyright> | |
|
10 | <Version>1.0.1</Version> | |
|
11 | <PackageLicenseUrl>https://bitbucket.org/wozard/implabnet/src/v3/Implab/license.txt</PackageLicenseUrl> | |
|
12 | <PackageProjectUrl>https://bitbucket.org/wozard/implabnet</PackageProjectUrl> | |
|
13 | <RepositoryUrl>https://bitbucket.org/wozard/implabnet</RepositoryUrl> | |
|
14 | 14 | <RepositoryType>mercurial</RepositoryType> |
|
15 |
<PackageTags>I |
|
|
16 | <TargetFrameworks>netstandard2.0;net46</TargetFrameworks> | |
|
15 | <PackageTags>Implab;Xml configuration;IoC;Unity container</PackageTags> | |
|
16 | </PropertyGroup> | |
|
17 | ||
|
18 | ||
|
19 | <PropertyGroup Condition="'$(OSTYPE)'=='linux'"> | |
|
20 | <TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks> | |
|
21 | <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46'">/usr/lib/mono/4.5/</FrameworkPathOverride> | |
|
22 | </PropertyGroup> | |
|
23 | ||
|
24 | <PropertyGroup Condition="'$(OSTYPE)'=='windows'"> | |
|
25 | <TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks> | |
|
17 | 26 | </PropertyGroup> |
|
18 | 27 | |
|
19 | 28 | <ItemGroup> |
@@ -9,9 +9,9 | |||
|
9 | 9 | </Description> |
|
10 | 10 | <Copyright>2012-2018 Sergey Smirnov</Copyright> |
|
11 | 11 | <Version>3.0.14</Version> |
|
12 |
<PackageLicenseUrl>https:// |
|
|
13 |
<PackageProjectUrl>https:// |
|
|
14 |
<RepositoryUrl>https:// |
|
|
12 | <PackageLicenseUrl>https://bitbucket.org/wozard/implabnet/src/v3/Implab/license.txt</PackageLicenseUrl> | |
|
13 | <PackageProjectUrl>https://bitbucket.org/wozard/implabnet</PackageProjectUrl> | |
|
14 | <RepositoryUrl>https://bitbucket.org/wozard/implabnet</RepositoryUrl> | |
|
15 | 15 | <RepositoryType>mercurial</RepositoryType> |
|
16 | 16 | <PackageTags>IMPLAB;Json pull-parser;Json Xml;async;diagnostics;serialization;</PackageTags> |
|
17 | 17 | <TargetFrameworks>netstandard2.0;net46</TargetFrameworks> |
General Comments 3
ok, latest stable version should be in default
You need to be logged in to leave comments.
Login now