Skip to content

Commit 266d4ab

Browse files
committed
Merge pull request #31 from CallFire/develop
vmalinovskiy: project updated to use 4.5 net framework
2 parents a4f0624 + 574dbd2 commit 266d4ab

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ C# client for Callfire platform API version 2. See link:docs/GettingStarted.adoc
44
page for setup instructions.
55

66
.*Requirements:*
7-
* .NET 4.0+
7+
* .NET 4.5+
88
99
.*Dependencies:*
1010
* Newtonsoft.Json >= 7.0.1

docs/GettingStarted.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ http://www.symbolsource.org/Public/Home/VisualStudio
146146

147147
== Platform compatibility
148148

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

151151

152152
== Troubleshooting

src/CallfireApiClient.IntegrationTests/CallfireApiClient.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AssemblyName>IntegrationTests</AssemblyName>
1010
<UseMSBuildEngine>True</UseMSBuildEngine>
1111
<ReleaseVersion>1.0.0</ReleaseVersion>
12-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<TargetFrameworkProfile />
1414
</PropertyGroup>
1515
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

src/CallfireApiClient.Tests/CallfireApiClient.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>CallfireApiClient.Tests</RootNamespace>
99
<AssemblyName>callfire-api-client-tests</AssemblyName>
1010
<ReleaseVersion>1.0.0</ReleaseVersion>
11-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1212
<TargetFrameworkProfile />
1313
</PropertyGroup>
1414
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

src/CallfireApiClient/CallfireApiClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AssemblyName>callfire-api-client</AssemblyName>
1010
<ReleaseVersion>1.0.0</ReleaseVersion>
1111
<CodePage>65001</CodePage>
12-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<TargetFrameworkProfile />
1414
</PropertyGroup>
1515
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)