Skip to content

Commit

Permalink
Project information updated for release v.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoffer committed Sep 30, 2015
1 parent 112d962 commit 860d2d8
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ A portable class library to interact with ownCloud servers through WebDAV and th
Project status
==============

The library is currently undergoing its first testing cycle based on the unit tests. Release v.0.1.0 is currently still on schedule.

[![Coverity Scan Build Status](https://scan.coverity.com/projects/6488/badge.svg)](https://scan.coverity.com/projects/bnoffer-owncloud-sharp)

Instructions
Expand Down
1 change: 1 addition & 0 deletions WebClient/WebClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<AssemblyName>WebClient</AssemblyName>
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>0.1.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
1 change: 1 addition & 0 deletions ocsharpdemo/ocsharpdemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<RootNamespace>ocsharpdemo</RootNamespace>
<AssemblyName>ocsharpdemo</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>0.1.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 2 additions & 0 deletions owncloud-sharp-tests/owncloud-sharp-tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<RootNamespace>owncloudsharp.Tests</RootNamespace>
<AssemblyName>owncloud-sharp-tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>0.1.0</ReleaseVersion>
<Description>Unit tests for project owncloud-sharp.</Description>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 4 additions & 0 deletions owncloud-sharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,8 @@ Global
{A6075667-C782-4762-9594-72091CAAC54C} = {1C5E5AC4-DFEF-4B54-A2A5-511F41AAF2E6}
{DF6104F5-3448-4266-A9CF-DCBE6ECD5F56} = {1C5E5AC4-DFEF-4B54-A2A5-511F41AAF2E6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
description = A portable class library to interact with ownCloud servers through WebDAV and the ownCloud OCS API.
version = 0.1.0
EndGlobalSection
EndGlobal
2 changes: 2 additions & 0 deletions owncloud-sharp/owncloud-sharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<AssemblyName>owncloud-sharp</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
<ReleaseVersion>0.1.0</ReleaseVersion>
<Description>A portable class library to interact with ownCloud servers through WebDAV and the ownCloud OCS API.</Description>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 2 additions & 0 deletions webdavnet/webdavnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<AssemblyName>webdavnet</AssemblyName>
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>0.1.0</ReleaseVersion>
<Description> WebDAVNet is a client library for interacting with WebDAV written in C#.</Description>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 860d2d8

Please sign in to comment.