Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ C# client for Callfire platform API version 2. See link:docs/GettingStarted.adoc
page for setup instructions.

.*Requirements:*
* .NET 4.0+
* .NET 4.5+

.*Dependencies:*
* Newtonsoft.Json >= 7.0.1
Expand Down
2 changes: 1 addition & 1 deletion docs/GettingStarted.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ http://www.symbolsource.org/Public/Home/VisualStudio

== Platform compatibility

Library was built and tested on OS X with mono 4.2.1 .NET 4 and Windows 7 x64 .NET 4 platform
Library was built and tested on OS X with mono 4.2.1 .NET 4.5 and Windows 7 x64 .NET 4.5 platform


== Troubleshooting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AssemblyName>IntegrationTests</AssemblyName>
<UseMSBuildEngine>True</UseMSBuildEngine>
<ReleaseVersion>1.0.0</ReleaseVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion src/CallfireApiClient.Tests/CallfireApiClient.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>CallfireApiClient.Tests</RootNamespace>
<AssemblyName>callfire-api-client-tests</AssemblyName>
<ReleaseVersion>1.0.0</ReleaseVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion src/CallfireApiClient/CallfireApiClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AssemblyName>callfire-api-client</AssemblyName>
<ReleaseVersion>1.0.0</ReleaseVersion>
<CodePage>65001</CodePage>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down