Skip to content

Commit

Permalink
Updated to List & Label 27
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKenner committed Mar 28, 2022
1 parent 9f5873c commit 2ebcf6d
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion MainForm.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using combit.ListLabel24;
using combit.Reporting;
using Microsoft.Win32;
using System;
using System.Collections.Generic;
Expand Down
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("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.0.0")]
2 changes: 1 addition & 1 deletion Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Important: Please download the MySql .NET Connector from https://dev.mysql.com/downloads/connector/net/.
The application in the archive was built against version 8.0.15.
2 changes: 1 addition & 1 deletion RedmineDataAccess.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using combit.ListLabel24.DataProviders;
using combit.Reporting.DataProviders;
using System;
using System.Collections.Generic;
using System.Data;
Expand Down
8 changes: 4 additions & 4 deletions RedmineReports.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>combit.RedmineReports</RootNamespace>
<AssemblyName>RedmineReports</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ApplicationIcon>LL-Redmine.ico</ApplicationIcon>
<IsWebBootstrapper>false</IsWebBootstrapper>
Expand Down Expand Up @@ -61,9 +61,8 @@
</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="combit.ListLabel24">
<SpecificVersion>False</SpecificVersion>
<HintPath>combit.ListLabel24.dll</HintPath>
<Reference Include="combit.ListLabel27">
<HintPath>combit.ListLabel27.dll</HintPath>
</Reference>
<Reference Include="MySql.Data">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -113,6 +112,7 @@
</EmbeddedResource>
<EmbeddedResource Include="RedmineMySqlConfig.resx">
<DependentUpon>RedmineMySqlConfig.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<None Include="app.config">
<SubType>Designer</SubType>
Expand Down
Binary file modified Report.lst
Binary file not shown.
Binary file modified Report.lsv
Binary file not shown.

0 comments on commit 2ebcf6d

Please sign in to comment.