|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <Description>An extension method and set of Debugger Visualizers to produce a readable string version of an expression tree.</Description> |
5 | | - <Copyright>2017 Steve Wilkes</Copyright> |
| 4 | + <Description>An extension method for the Expression class and set of Debugger Visualizers to produce readable, source-code string versions of Expression Trees. Targets .NETStandard 1.0 and .NET 4.0.</Description> |
| 5 | + <Copyright>2018 Steve Wilkes</Copyright> |
6 | 6 | <AssemblyTitle>ReadableExpressions</AssemblyTitle> |
7 | | - <VersionPrefix>1.8.4</VersionPrefix> |
8 | 7 | <Authors>Steve Wilkes</Authors> |
9 | 8 | <TargetFrameworks>netstandard1.0;net40</TargetFrameworks> |
10 | 9 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
14 | 13 | <SignAssembly>true</SignAssembly> |
15 | 14 | <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign> |
16 | 15 | <PackageId>AgileObjects.ReadableExpressions</PackageId> |
| 16 | + <Title>ReadableExpressions</Title> |
17 | 17 | <PackageTags>Expression Trees;Debugging;Debugger Visualizers</PackageTags> |
18 | 18 | <PackageProjectUrl>https://github.com/AgileObjects/ReadableExpressions</PackageProjectUrl> |
19 | 19 | <PackageLicenseUrl>https://github.com/agileobjects/ReadableExpressions/blob/master/LICENSE.md</PackageLicenseUrl> |
|
24 | 24 | <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> |
25 | 25 | <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute> |
26 | 26 | <RootNamespace>AgileObjects.ReadableExpressions</RootNamespace> |
27 | | - <AssemblyVersion>1.10.1.0</AssemblyVersion> |
28 | | - <FileVersion>1.10.1.0</FileVersion> |
29 | | - <Version>1.10.1</Version> |
| 27 | + <AssemblyVersion>1.11.0.0</AssemblyVersion> |
| 28 | + <FileVersion>1.11.0.0</FileVersion> |
| 29 | + <VersionPrefix>1.11.0</VersionPrefix> |
| 30 | + <Version>1.11.0</Version> |
30 | 31 | <Company>AgileObjects Ltd</Company> |
31 | 32 | </PropertyGroup> |
32 | 33 |
|
|
0 commit comments