File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 15
15
[Bb ]in /
16
16
[Oo ]bj /
17
17
18
+ # Visual Studio cache/options directory
19
+ .vs /
20
+
18
21
! Libraries /Redis /bin /
19
22
! Libraries /Mongo /bin /
20
23
Original file line number Diff line number Diff line change 16
16
build /
17
17
[Bb ]in /
18
18
[Oo ]bj /
19
+ .vs /
19
20
20
21
! Libraries /Redis /bin /
21
22
! Libraries /Mongo /bin /
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.0</TargetFrameworks >
5
- <Version >2.0.0 </Version >
4
+ <TargetFrameworks >netstandard2.0;net45 </TargetFrameworks >
5
+ <Version >2.0.1 </Version >
6
6
<Authors >Martin H. Normark</Authors >
7
7
<Description >
8
8
PreMailer.Net is a C# utility for moving CSS to inline style attributes, to gain maximum E-mail client compatibility.
13
13
<PackageIconUrl >https://github.com/milkshakesoftware/PreMailer.Net/raw/master/icon.png</PackageIconUrl >
14
14
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
15
15
<PackageReleaseNotes >
16
- Support for .NET Core https://github.com/milkshakesoftware/PreMailer.Net/pull/141
17
- Fix: Duplicated style properties added with different values https://github.com/milkshakesoftware/PreMailer.Net/pull/139
16
+ Support for .NET Framework 4.5 and up, besides .NET Core 2
18
17
</PackageReleaseNotes >
19
18
<PackageTags >email css newsletter html</PackageTags >
20
19
</PropertyGroup >
21
20
22
21
<ItemGroup >
23
- <PackageReference Include =" AngleSharp" Version =" 0.9.9 " />
22
+ <PackageReference Include =" AngleSharp" Version =" 0.9.11 " />
24
23
</ItemGroup >
25
24
26
25
</Project >
You can’t perform that action at this time.
0 commit comments