Skip to content

Commit 73fce23

Browse files
committed
Merge branch 'release/1.1.0'
2 parents 1703e61 + 0956030 commit 73fce23

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.0.{build}
1+
version: 1.1.{build}
22
os: Visual Studio 2017
33
configuration: Release
44
environment:

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#tool "nuget:?package=NUnit.ConsoleRunner&version=3.10.0"
22

33
var target = Argument("target", "Default");
4-
var version = "1.0.1";
4+
var version = "1.1.0";
55

66
Task("Build")
77
.Does(() =>

src/SalesforceSharp.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<projectUrl>https://github.com/giacomelli/SalesforceSharp</projectUrl>
1111
<description>An easy-to-use .NET client library for Salesforce REST API.</description>
1212
<summary>An easy-to-use .NET client library for Salesforce REST API</summary>
13-
<releaseNotes>Updated with pull-requests 14: https://github.com/giacomelli/SalesforceSharp/issues?page=1&amp;state=closed</releaseNotes>
13+
<releaseNotes>Updated with latest pull-requests: https://github.com/giacomelli/SalesforceSharp/issues?page=1&amp;state=closed</releaseNotes>
1414
<tags>salesforce rest clientlibrary</tags>
1515
<dependencies>
1616
<dependency id="HelperSharp" version="0.0.4.1" />

src/SalesforceSharp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.1.0")]
36-
[assembly: AssemblyFileVersion("1.0.1.0")]
35+
[assembly: AssemblyVersion("1.1.0.0")]
36+
[assembly: AssemblyFileVersion("1.1.0.0")]
3737

3838
[assembly: InternalsVisibleTo("SalesforceSharp.UnitTests")]
3939
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]

0 commit comments

Comments
 (0)