Skip to content

Commit

Permalink
Bump .Net Versions
Browse files Browse the repository at this point in the history
vertocore committed Jun 10, 2022
1 parent 0105362 commit d5da37d
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion JamaaTech.SMPP.Net.Lib/Smpp.Net.Lib.csproj
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<Import Project="..\common.props" />

<PropertyGroup>
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net40;net48;netstandard2.0</TargetFrameworks>
<AssemblyName>JamaaTech.Smpp.Net.Lib</AssemblyName>
</PropertyGroup>

2 changes: 1 addition & 1 deletion JamaaTech.Smpp.Net.Client/Smpp.Net.Client.csproj
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<Import Project="..\common.props" />

<PropertyGroup>
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net40;net48;netstandard2.0</TargetFrameworks>
<AssemblyName>JamaaTech.Smpp.Net.Client</AssemblyName>
<PackageId>JamaaSMPP</PackageId>
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
10 changes: 6 additions & 4 deletions common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>1.9.1</Version>
<Version>1.10.0</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<PackageProjectUrl>https://github.com/AdhamAwadhi/JamaaSMPP/</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
@@ -24,10 +24,12 @@
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<PackageReleaseNotes>
v$(CurrentVersion)
v1.10.0

- LoggingExtensions.DumpStringWithTry
</PackageReleaseNotes>
- Improve SmppClient to respect AddressNPI and AddressTON for Source Addresses
- (fix) Fallback Source to Config Value
- Bump .Net Versions
</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup>

0 comments on commit d5da37d

Please sign in to comment.