Skip to content
This repository was archived by the owner on Nov 10, 2017. It is now read-only.

Commit 7c9b4d7

Browse files
committed
Branching version for Sitecore CMS 7.5
1 parent cd61da9 commit 7c9b4d7

File tree

5 files changed

+20
-21
lines changed

5 files changed

+20
-21
lines changed

src/Sitecore.Azure.Diagnostics.UI/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[assembly: AssemblyTrademark("Sitecore® is a registered trademark of Sitecore Corporation")]
1414
[assembly: AssemblyCulture("")]
1515

16-
[assembly: AssemblyInformationalVersion("7.2 rev. 150428")]
16+
[assembly: AssemblyInformationalVersion("7.5 rev. 150616")]
1717

1818
// Setting ComVisible to false makes the types in this assembly not visible
1919
// to COM components. If you need to access a type in this assembly from
@@ -32,5 +32,5 @@
3232
//
3333
// You can specify all the values or you can default the Revision and Build Numbers
3434
// by using the '*' as shown below:
35-
[assembly: AssemblyVersion("7.2.1.5139")]
36-
[assembly: AssemblyFileVersion("7.2.1.5139")]
35+
[assembly: AssemblyVersion("7.5.0.5189")]
36+
[assembly: AssemblyFileVersion("7.5.0.5189")]

src/Sitecore.Azure.Diagnostics.sln

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,13 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.31101.0
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.23107.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sitecore.Azure.Diagnostics", "Sitecore.Azure.Diagnostics\Sitecore.Azure.Diagnostics.csproj", "{462F779D-7CCF-47DB-B25B-ECE660F5CC68}"
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sitecore.Azure.Diagnostics.UI", "Sitecore.Azure.Diagnostics.UI\Sitecore.Azure.Diagnostics.UI.csproj", "{9B619A8D-05AB-4060-A28E-7A7B6E1F37E8}"
99
EndProject
1010
Global
11-
GlobalSection(TeamFoundationVersionControl) = preSolution
12-
SccNumberOfProjects = 3
13-
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
14-
SccTeamFoundationServer = https://obu.visualstudio.com/defaultcollection
15-
SccLocalPath0 = .
16-
SccProjectUniqueName1 = Sitecore.Azure.Storage.Diagnostics\\Sitecore.Azure.Diagnostics.csproj
17-
SccProjectName1 = Sitecore.Azure.Storage.Diagnostics
18-
SccLocalPath1 = Sitecore.Azure.Storage.Diagnostics
19-
SccProjectUniqueName2 = Sitecore.Azure.Diagnostics.UI\\Sitecore.Azure.Diagnostics.UI.csproj
20-
SccProjectName2 = Sitecore.Azure.Diagnostics.UI
21-
SccLocalPath2 = Sitecore.Azure.Diagnostics.UI
22-
EndGlobalSection
2311
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2412
Debug|Any CPU = Debug|Any CPU
2513
Release|Any CPU = Release|Any CPU

src/Sitecore.Azure.Diagnostics/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[assembly: AssemblyTrademark("Sitecore® is a registered trademark of Sitecore Corporation")]
1414
[assembly: AssemblyCulture("")]
1515

16-
[assembly: AssemblyInformationalVersion("7.2 rev. 150428")]
16+
[assembly: AssemblyInformationalVersion("7.5 rev. 150616")]
1717

1818
// Setting ComVisible to false makes the types in this assembly not visible
1919
// to COM components. If you need to access a type in this assembly from
@@ -32,5 +32,5 @@
3232
//
3333
// You can specify all the values or you can default the Revision and Build Numbers
3434
// by using the '*' as shown below:
35-
[assembly: AssemblyVersion("7.2.1.5139")]
36-
[assembly: AssemblyFileVersion("7.2.1.5139")]
35+
[assembly: AssemblyVersion("7.5.0.5189")]
36+
[assembly: AssemblyFileVersion("7.5.0.5189")]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Modify both the Web.Debug.config and Web.Release.config files under the \configuration\appSettings element.
2+
Replace the {account-name} with the name of your storage account, and the {account-key} with your account access key.
3+
4+
<configuration>
5+
...
6+
<appSettings>
7+
...
8+
<add key="StorageConnectionString" value="DefaultEndpointsProtocol=https;AccountName={account-name};AccountKey={account-key}" />
9+
</appSettings>
10+
...
11+
</configuration>

src/Sitecore.Azure.Diagnostics/Sitecore.Azure.Diagnostics.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.2.0.3\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
6060
<Private>True</Private>
6161
</Reference>
62-
<Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
62+
<Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
6363
<Reference Include="Microsoft.WindowsAzure.Storage, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6464
<SpecificVersion>False</SpecificVersion>
6565
<HintPath>..\packages\WindowsAzure.Storage.4.3.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>

0 commit comments

Comments
 (0)