Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit f0e0206

Browse files
author
Travis CI
committed
Pushed by Travis CI from connect-api-specification. Commit: 524284a35c33597f00578a63a41c2b16731b99c1
1 parent 03f1da9 commit f0e0206

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111

1212
script:
1313
- export frameworkVersion=net45
14-
- export releaseVersion=2.0.2
14+
- export releaseVersion="2.0.2"
1515
- /bin/sh ./mono_nunit_test.sh
1616

1717
after_success:

Square.Connect.sln

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Square.Connect", "src\Square.Connect\Square.Connect.csproj", "{4F652951-636B-48BF-9704-AADB248DDDC0}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Square.Connect", "src\Square.Connect\Square.Connect.csproj", "{4A65C772-5862-4E64-B742-0C6997700CD8}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Square.Connect.Test", "src\Square.Connect.Test\Square.Connect.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Debug|Any CPU = Debug|Any CPU
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{4F652951-636B-48BF-9704-AADB248DDDC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{4F652951-636B-48BF-9704-AADB248DDDC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{4F652951-636B-48BF-9704-AADB248DDDC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{4F652951-636B-48BF-9704-AADB248DDDC0}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{4A65C772-5862-4E64-B742-0C6997700CD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{4A65C772-5862-4E64-B742-0C6997700CD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{4A65C772-5862-4E64-B742-0C6997700CD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{4A65C772-5862-4E64-B742-0C6997700CD8}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

src/Square.Connect/Square.Connect.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ OpenAPI spec version: 2.0
1111
<PropertyGroup>
1212
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1313
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
14-
<ProjectGuid>{4F652951-636B-48BF-9704-AADB248DDDC0}</ProjectGuid>
14+
<ProjectGuid>{4A65C772-5862-4E64-B742-0C6997700CD8}</ProjectGuid>
1515
<OutputType>Library</OutputType>
1616
<AppDesignerFolder>Properties</AppDesignerFolder>
1717
<RootNamespace>Square.Connect</RootNamespace>

0 commit comments

Comments
 (0)