Skip to content

Commit

Permalink
Use the latest NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaJooyandeh committed Sep 22, 2020
1 parent 4804ef2 commit 17d4b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions samples/Send an SMS Message/C#/SendSMS/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
using Azure.Communication;
using Azure.Communication.Sms;

namespace SendSMS
Expand Down
2 changes: 1 addition & 1 deletion samples/Send an SMS Message/C#/SendSMS/SendSMS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Communication.Sms" Version="1.0.0-beta.20200922.1" />
<PackageReference Include="Azure.Communication.Sms" Version="1.0.0-beta.1" />
</ItemGroup>
</Project>

0 comments on commit 17d4b41

Please sign in to comment.