Skip to content

Commit

Permalink
Update version and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vicmaeg committed Dec 3, 2019
1 parent f67fe07 commit 95c4e58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OnvifDiscovery/OnvifDiscovery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AssemblyTitle>Onvif Discovery</AssemblyTitle>
<AssemblyCopyright>© Víctor Martos 2019</AssemblyCopyright>
<PackageId>OnvifDiscovery</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Víctor Martos</Authors>
<Description>A simple cross-platform library to discover ONVIF compliant devices</Description>
<IsPackable>true</IsPackable>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ To use the library install and add a reference of the OnvifDiscovery nuget packa
// add the using
using OnvifDiscovery;

// Create an OnvifDiscovery instance
var onvifDiscovery = new OnvifDiscovery ();
// Create a Discovery instance
var onvifDiscovery = new Discovery ();

// Call the asynchronous method Discover with a timeout of 1 second
var onvifDevices = await onvifDiscovery.Discover (1);
Expand Down

0 comments on commit 95c4e58

Please sign in to comment.