1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <Description >
4
- Polygon manipulation/merging and interrogation library.
5
-
6
- It's a fully managed netstandard library so should work everywhere.
7
- </ Description >
3
+ <Authors >Six Labors and contributors</ Authors >
4
+ < Company >Six Labors</ Company >
5
+ < Copyright >Copyright (c) Six Labors and contributors.</ Copyright >
6
+ < Description >Fully managed polygon manipulation/merging and interrogation library targeting netstandard.</ Description >
7
+ <NeutralLanguage >en</ NeutralLanguage >
8
8
<AssemblyTitle >SixLabors.Shapes</AssemblyTitle >
9
9
<VersionPrefix Condition =" $(packageversion) != ''" >$(packageversion)</VersionPrefix >
10
10
<VersionPrefix Condition =" $(packageversion) == ''" >0.1.0-alpha1</VersionPrefix >
11
- <Authors >Six Labors and contributors</Authors >
12
11
<TargetFrameworks >netstandard1.3;netstandard2.0</TargetFrameworks >
13
12
<LangVersion >7.3</LangVersion >
14
13
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
21
20
<PackageLicenseUrl >http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl >
22
21
<RepositoryType >git</RepositoryType >
23
22
<RepositoryUrl >https://github.com/SixLabors/Shapes</RepositoryUrl >
24
- <GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
25
- <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
26
- <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
27
- <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
28
- <GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
29
- <GenerateNeutralResourcesLanguageAttribute >false</GenerateNeutralResourcesLanguageAttribute >
30
- <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
31
- <GenerateAssemblyFileVersionAttribute >false</GenerateAssemblyFileVersionAttribute >
32
- <GenerateAssemblyInformationalVersionAttribute >false</GenerateAssemblyInformationalVersionAttribute >
33
23
<DebugType Condition =" $(codecov) == 'true'" >full</DebugType >
34
24
</PropertyGroup >
35
25
<PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
48
38
<PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.0-beta004" >
49
39
<PrivateAssets >All</PrivateAssets >
50
40
</PackageReference >
51
- <PackageReference Include =" SixLabors.Core" Version =" 1.0.0-dev000089 " />
41
+ <PackageReference Include =" SixLabors.Core" Version =" 1.0.0-dev000094 " />
52
42
</ItemGroup >
53
43
</Project >
0 commit comments