Skip to content

Commit

Permalink
Merge branch 'release/1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomelli committed Sep 24, 2020
2 parents 1703e61 + 0956030 commit 73fce23
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.{build}
version: 1.1.{build}
os: Visual Studio 2017
configuration: Release
environment:
Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#tool "nuget:?package=NUnit.ConsoleRunner&version=3.10.0"

var target = Argument("target", "Default");
var version = "1.0.1";
var version = "1.1.0";

Task("Build")
.Does(() =>
Expand Down
2 changes: 1 addition & 1 deletion src/SalesforceSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/giacomelli/SalesforceSharp</projectUrl>
<description>An easy-to-use .NET client library for Salesforce REST API.</description>
<summary>An easy-to-use .NET client library for Salesforce REST API</summary>
<releaseNotes>Updated with pull-requests 14: https://github.com/giacomelli/SalesforceSharp/issues?page=1&amp;state=closed</releaseNotes>
<releaseNotes>Updated with latest pull-requests: https://github.com/giacomelli/SalesforceSharp/issues?page=1&amp;state=closed</releaseNotes>
<tags>salesforce rest clientlibrary</tags>
<dependencies>
<dependency id="HelperSharp" version="0.0.4.1" />
Expand Down
4 changes: 2 additions & 2 deletions src/SalesforceSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

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

0 comments on commit 73fce23

Please sign in to comment.