Skip to content

Commit

Permalink
Release 30.000
Browse files Browse the repository at this point in the history
- Updated to List & Label 30
- Project now uses NuGet packages for combit.ListLabel (30.0.0) and MySql.Data (9.1.0)
- Removed Readme.txt (see README.md)
- Updated version info
  • Loading branch information
DanielKenner committed Oct 21, 2024
1 parent e3a10cf commit ee3a28d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("6.0.0.0")]
[assembly: AssemblyFileVersion("6.0.0.0")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.0.0.0")]
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ The latest version can be downloaded [here](https://github.com/combit/RedmineRep

![RedmineReports Designer](https://github.com/combit/RedmineReports/blob/main/Images/RedmineReports_Designer.png)

# Compiling
In order to compile, a List & Label installation is required (see below where to get it).
# Execution and Compilation
RedmineReports uses the MySql .NET Connector from Oracle.

To quickly get up and running, just download the precompiled binaries from the provided *Source code* ZIP and add the *MySql.Data.dll* which can be downloaded [here](https://dev.mysql.com/downloads/connector/net/). The binaries are built against version 8.0.15.
For execution you will need to download the precompiled *MySql.Data.dll* contained in the *Source Code ZIP Archive* in version 9.1.0 (for the latest release of RedmineReports) from the [MySQL Community Downloads](https://dev.mysql.com/downloads/connector/net/) website and to extract it into the RedmineReports folder.

For compilation, a List & Label installation is required (see below where to get it). The project itself uses the corresponding NuGet package *MySql.Data*, therefore no additional download is required.

# Designer Manual
A comprehensive manual on the List & Label Report Designer is also available:
Expand Down
2 changes: 0 additions & 2 deletions Readme.txt

This file was deleted.

15 changes: 8 additions & 7 deletions RedmineReports.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@
</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="combit.ListLabel29">
<HintPath>combit.ListLabel29.dll</HintPath>
</Reference>
<Reference Include="MySql.Data">
<SpecificVersion>False</SpecificVersion>
<HintPath>MySql.Data.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core">
Expand Down Expand Up @@ -167,6 +160,14 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<PackageReference Include="combit.ListLabel30">
<Version>30.0.0</Version>
</PackageReference>
<PackageReference Include="MySql.Data">
<Version>9.1.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file modified Report.lst
Binary file not shown.
Binary file modified Report.lsv
Binary file not shown.

0 comments on commit ee3a28d

Please sign in to comment.