Skip to content

Commit

Permalink
Bump to v0.3.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
NZSmartie committed Aug 6, 2017
1 parent bf193db commit 5e3fc73
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions OICNet/OICNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>OICNet</RootNamespace>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>NZSmartie.OICNet</PackageId>
<Version>0.2.0-alpha</Version>
<Version>0.3.0-alpha</Version>
<Authors>Roman Vaughan</Authors>
<Company>NZSmartie</Company>
<Description>Open Connectivity Foundation's (OCF) Open Inter-Conneect (OIC) for .Net providing device discovery, arbitrary transport, client/server communication.
Expand All @@ -18,8 +18,11 @@ More details about OIC here: https://openconnectivity.org/</Description>
<RepositoryType>git</RepositoryType>
<PackageTags>OIC IoT OCF sensors hardware devices HomeAutomation</PackageTags>
<NeutralLanguage></NeutralLanguage>
<FileVersion>0.2.0.0</FileVersion>
<PackageReleaseNotes>v0.2.0-alpha
<FileVersion>0.3.0.0</FileVersion>
<PackageReleaseNotes>v0.3.0-alpha
- Rename OicClient to OicDiscoveryService
- Support deserialising oic.wk.res for Resource Discovery
v0.2.0-alpha
- Move CRUDN operations to IOicResource</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 5e3fc73

Please sign in to comment.