Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added .vs/WebsmsToolkitCS/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
980 changes: 980 additions & 0 deletions .vs/WebsmsToolkitCS/config/applicationhost.config

Large diffs are not rendered by default.

Binary file added .vs/WebsmsToolkitCS/v17/.futdcache.v1
Binary file not shown.
Binary file added .vs/WebsmsToolkitCS/v17/.suo
Binary file not shown.
Binary file added .vs/WebsmsToolkitCS/v17/TestStore/0/000.testlog
Binary file not shown.
Binary file not shown.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ What is it?
Latest Version
------------------

* Version 1.0.2: All projects in the solution were upgraded to be useable in .NET core projects
* Version 1.0.1: Examples: Set 'test' parameter to false as default
Sets version in user agent header
* Version 1.0.0: Basic text- and binary-sms-sending
Expand All @@ -30,10 +31,11 @@ Usage
* [examples/async.cs](examples/async.cs): Sending a binary message asynchronously.
* [examples/ASP.NET/](examples/ASP.NET/): Simple web page for sending a text SMS.

If you want to compile the library yourself, the Microsoft Visual Studio 2010
If you want to compile the library yourself, the Microsoft Visual Studio 2022
solution and project files are included in this package.

This toolkit requires Microsoft .NET Framework 3.5.
The library toolkit requires Microsoft .NET Standard 2.1.
All other projects in the solution require .NET core 6.x LTS

NuGet Package
-------------
Expand All @@ -55,4 +57,3 @@ Contributors
------------
* Markus Opitz
* Georg Hinteregger

21 changes: 21 additions & 0 deletions Test/Test.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" />
<PackageReference Include="coverlet.collector" Version="3.1.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\websmstoolkitcs\WebsmsToolkitCS.csproj" />
</ItemGroup>

</Project>
Binary file added Test/bin/Debug/net6.0/CoverletSourceRootsMapping
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Test/bin/Debug/net6.0/NUnit3.TestAdapter.dll
Binary file not shown.
Binary file added Test/bin/Debug/net6.0/NUnit3.TestAdapter.pdb
Binary file not shown.
Binary file added Test/bin/Debug/net6.0/Newtonsoft.Json.dll
Binary file not shown.
Binary file added Test/bin/Debug/net6.0/NuGet.Frameworks.dll
Binary file not shown.
Loading