diff --git a/JamaaTech.SMPP.Net.Lib/Smpp.Net.Lib.csproj b/JamaaTech.SMPP.Net.Lib/Smpp.Net.Lib.csproj
index 4ed0c13..377bedd 100644
--- a/JamaaTech.SMPP.Net.Lib/Smpp.Net.Lib.csproj
+++ b/JamaaTech.SMPP.Net.Lib/Smpp.Net.Lib.csproj
@@ -3,7 +3,7 @@
- net48;netstandard2.0
+ net40;net48;netstandard2.0
JamaaTech.Smpp.Net.Lib
diff --git a/JamaaTech.Smpp.Net.Client/Smpp.Net.Client.csproj b/JamaaTech.Smpp.Net.Client/Smpp.Net.Client.csproj
index 0369c90..7e8d8a8 100644
--- a/JamaaTech.Smpp.Net.Client/Smpp.Net.Client.csproj
+++ b/JamaaTech.Smpp.Net.Client/Smpp.Net.Client.csproj
@@ -3,7 +3,7 @@
- net48;netstandard2.0
+ net40;net48;netstandard2.0
JamaaTech.Smpp.Net.Client
JamaaSMPP
$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage
diff --git a/common.props b/common.props
index 5ab7ace..6a5264a 100644
--- a/common.props
+++ b/common.props
@@ -1,7 +1,7 @@
latest
- 1.9.1
+ 1.10.0
$(NoWarn);CS1591
https://github.com/AdhamAwadhi/JamaaSMPP/
git
@@ -24,10 +24,12 @@
$(Version)
$(Version)
- v$(CurrentVersion)
+ v1.10.0
- - LoggingExtensions.DumpStringWithTry
-
+ - Improve SmppClient to respect AddressNPI and AddressTON for Source Addresses
+ - (fix) Fallback Source to Config Value
+ - Bump .Net Versions
+