Skip to content

Commit 1e9f1f2

Browse files
authored
Merge pull request #288 from EasyPost/v2.8.3_adden
Fix build issues on backport
2 parents 4cb2a6d + 3b0dd84 commit 1e9f1f2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## v2.8.3 (2022-07-01)
44

55
* Backport improved User-Agent to collect OS details.
6+
* Built for .NET Framework 3.5, .NET Core 2.0 and .NET 3.0. Users on .NET Framework 4.X should be able to use the .NET Framework 3.5 version.
67

78
## v2.8.2 (2022-02-25)
89

EasyPost.nuspec

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@
3737
<files>
3838
<file src="lib\net35\EasyPost.Net35.dll" target="lib\net35" />
3939
<file src="lib\net35\EasyPost.Net35.xml" target="lib\net35" />
40-
<file src="lib\net40\EasyPost.Net40.dll" target="lib\net40" />
41-
<file src="lib\net40\EasyPost.Net40.xml" target="lib\net40" />
42-
<file src="lib\net45\EasyPost.dll" target="lib\net45" />
43-
<file src="lib\net45\EasyPost.xml" target="lib\net45" />
4440
<file src="lib\netcoreapp2.0\netcoreapp2.0\EasyPost.NetCore20.dll" target="lib\netcoreapp2.0" />
4541
<file src="lib\netcoreapp2.0\EasyPost.NetCore20.xml" target="lib\netcoreapp2.0" />
4642
<file src="lib\netcoreapp3.1\netcoreapp3.1\EasyPost.NetCore31.dll" target="lib\netcoreapp3.1" />

0 commit comments

Comments
 (0)