Skip to content

Commit

Permalink
Merge pull request #6 from FastReports/detrav_branch
Browse files Browse the repository at this point in the history
* updated description of package
  • Loading branch information
Detrav authored Oct 25, 2018
2 parents d86df86 + 7ec1299 commit bfbf29e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
14 changes: 9 additions & 5 deletions FastReport.Core.Web/FastReport.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ FastReport.Net supports export to various popular formats, such as PDF/A, Excel,
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Demo|AnyCPU'">
<Description>FastReport.Net is a full-featured reporting solution for .Net Core 2.0.
Various report objects will allow your report to look exactly how you want it to: 13 types of bands, 25 types of barcodes, table object, diagram, maps, shapes, line, PolyLine, Polygon and many more.
FastReport.Net supports export to various popular formats, such as PDF/A, Excel, Word, Open Office, HTML, CSV, Json, XAML, ZPL, etc.
The full version of the package is available in FastReport.Net Professional at https://www.fast-report.com/en/fast-report-net-editions-compare/
</Description>
<DemoDescription>The full version of the package is available in FastReport.Net Professional at https://www.fast-report.com/en/fast-report-net-editions-compare/</DemoDescription>
</PropertyGroup>

<Choose>
Expand All @@ -34,6 +30,9 @@ The full version of the package is available in FastReport.Net Professional at h
<DefineConstants>OPENSOURCE;</DefineConstants>
<PackageId>FastReport.OpenSource.Web</PackageId>
<AssemblyOriginatorKeyFile>../FastReport.OpenSource.snk</AssemblyOriginatorKeyFile>
<Description>FastReport Open Source is an open source reporting solution for .Net Core 2.x and .Net Framework 4.x.
Various report objects will allow your report to look exactly how you want it to: 13 types of bands, 25 types of barcodes, table object, shapes, line, PolyLine, Polygon and many more.</Description>
<RepositoryUrl>https://github.com/FastReports/FastReport</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)FastReport.OpenSource\FastReport.OpenSource.csproj" />
Expand All @@ -44,6 +43,11 @@ The full version of the package is available in FastReport.Net Professional at h
<PropertyGroup>
<PackageId>FastReport.Web</PackageId>
<AssemblyOriginatorKeyFile>../FastReport.Net.snk</AssemblyOriginatorKeyFile>
<Description>FastReport.Net is a full-featured reporting solution for .Net Core 2.x.
Various report objects will allow your report to look exactly how you want it to: 13 types of bands, 25 types of barcodes, table object, diagram, maps, shapes, line, PolyLine, Polygon and many more.
FastReport.Net supports export to various popular formats, such as PDF/A, Excel, Word, Open Office, HTML, CSV, Json, XAML, ZPL, etc.
$(DemoDescription)
</Description>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)FastReport.Core\FastReport.Core.csproj" />
Expand Down
18 changes: 6 additions & 12 deletions FastReport.OpenSource/FastReport.OpenSource.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,16 @@
<PackageProjectUrl>https://www.fast-report.com/en/product/fast-report-net</PackageProjectUrl>
<Authors>Fast Reports Inc.</Authors>
<Product>FastReport</Product>
<Description>FastReport.Net is a full-featured reporting solution for .Net Core 2.0.
Various report objects will allow your report to look exactly how you want it to: 13 types of bands, 25 types of barcodes, table object, diagram, maps, shapes, line, PolyLine, Polygon and many more.
FastReport.Net supports export to various popular formats, such as PDF/A, Excel, Word, Open Office, HTML, CSV, Json, XAML, ZPL, etc.
</Description>
<PackageId>FastReport.OpenSource</PackageId>
<PackageIconUrl>https://www.fast-report.com/download/images/frlogo-big.png</PackageIconUrl>
<PackageTags>reporting, reports, pdf, html, mvc, core</PackageTags>
<Version>1.0.0</Version>
<Configurations>Debug;Release;Academic;Demo;WinForms</Configurations>
<AssemblyName>FastReport</AssemblyName>
<RootNamespace>FastReport</RootNamespace>
<Description>FastReport.Net is a full-featured reporting solution for .Net Core 2.0.
Various report objects will allow your report to look exactly how you want it to: 13 types of bands, 25 types of barcodes, table object, diagram, maps, shapes, line, PolyLine, Polygon and many more.
FastReport.Net supports export to various popular formats, such as PDF/A, Excel, Word, Open Office, HTML, CSV, Json, XAML, ZPL, etc.
The full version of the package is available in FastReport.Net Professional at https://www.fast-report.com/en/fast-report-net-editions-compare/
</Description>
<Description>FastReport Open Source is an open source reporting solution for .Net Core 2.x and .Net Framework 4.x.
Various report objects will allow your report to look exactly how you want it to: 13 types of bands, 25 types of barcodes, table object, shapes, line, PolyLine, Polygon and many more.</Description>
<RepositoryUrl>https://github.com/FastReports/FastReport</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE;DEBUG;DOTNET_4;</DefineConstants>
Expand All @@ -46,8 +40,8 @@ The full version of the package is available in FastReport.Net Professional at h
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'!='netstandard2.0'">
<Compile Remove="DotNetClasses\**\*.cs"/>
<Compile Include="DotNetClasses\Color.Full.cs"/>
<Compile Remove="DotNetClasses\**\*.cs" />
<Compile Include="DotNetClasses\Color.Full.cs" />
</ItemGroup>

<Import Project="..\FastReport.Base\FastReport.Base.csproj" />
Expand All @@ -64,7 +58,7 @@ The full version of the package is available in FastReport.Net Professional at h


<ItemGroup>
<EmbeddedResource Include="..\FastReport\Resources\**\*.*" >
<EmbeddedResource Include="..\FastReport\Resources\**\*.*">
<Link>Resources\%(RecursiveDir)%(Filename)%(Extension)</Link>
</EmbeddedResource>
</ItemGroup>
Expand Down

0 comments on commit bfbf29e

Please sign in to comment.