Skip to content

Commit f100740

Browse files
committed
Change package ID prefix to LinkMobilityNE
1 parent 5ea3fc2 commit f100740

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

PSWin.Client/LinkMobility.PSWin.Client.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
6-
<Version>1.0.0</Version>
6+
<Version>1.0.1</Version>
77
<Authors>Link Mobility NE</Authors>
88
<Company></Company>
99
<Description>Send SMS through PSWin gateway.</Description>
@@ -15,6 +15,7 @@
1515
<RepositoryType>git</RepositoryType>
1616
<PackageTags>PSWin;SMS</PackageTags>
1717
<PackageLicenseExpression>MIT-0</PackageLicenseExpression>
18+
<PackageId>LinkMobilityNE.PSWin.Client</PackageId>
1819
</PropertyGroup>
1920

2021
<ItemGroup>

PSWin.Receiver/LinkMobility.PSWin.Receiver.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
6-
<Version>1.0.0</Version>
6+
<Version>1.0.1</Version>
77
<Company></Company>
88
<Authors>Link Mobility NE</Authors>
99
<Description>Receive mobile originated messages and delivery reports from PSWin gateway.</Description>
@@ -15,6 +15,7 @@
1515
<PackageTags>PSWin;SMS</PackageTags>
1616
<PackageLicenseExpression>MIT-0</PackageLicenseExpression>
1717
<Copyright>2022 Link Mobility</Copyright>
18+
<PackageId>LinkMobilityNE.PSWin.Receiver</PackageId>
1819
</PropertyGroup>
1920

2021
<ItemGroup>

0 commit comments

Comments
 (0)