Skip to content

Commit

Permalink
Merge branch 'update-framework' into 'master'.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrworkman committed Aug 19, 2018
2 parents 68b04e1 + f9c82ab commit 9332672
Show file tree
Hide file tree
Showing 77 changed files with 115 additions and 36,780 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ src/packages/
*.DotSettings.user
*.csproj.user
.vs/

*.csproj.user
*.DotSettings.user
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Changelog

### 2.0.0

* Remove support for Microsoft Jet
* MS Ace driver is now a hard requirement
* Target AnyCPU
* Switch .Net framework to 4.5.1

### 1.11.0

* Refactorings
Expand Down
Binary file removed lib/Remotion/Remotion.Data.Linq.dll
Binary file not shown.
Binary file removed lib/Remotion/Remotion.Interfaces.dll
Binary file not shown.
Binary file removed lib/Remotion/Remotion.dll
Binary file not shown.
13 changes: 0 additions & 13 deletions package/LinqToExcel.nuspec

This file was deleted.

163 changes: 0 additions & 163 deletions project.build

This file was deleted.

2 changes: 1 addition & 1 deletion src/LinqToExcel.Tests/Company.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class Company
{
public string Name { get; set; }
public string CEO { get; set; }
public int EmployeeCount { get; set; }
public int? EmployeeCount { get; set; }
public DateTime StartDate { get; set; }
public bool IsActive { get; set; }
}
Expand Down
1 change: 0 additions & 1 deletion src/LinqToExcel.Tests/IndexToColumnNamesTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace LinqToExcel.Tests
{
Expand Down
Loading

0 comments on commit 9332672

Please sign in to comment.