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

Commit fc30e8f

Browse files
committed
Updated project for Sitecore version 8.1.
Updated project for Sitecore version 8.1.
1 parent 05c3360 commit fc30e8f

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Sitecore Corporation")]
1212
[assembly: AssemblyProduct("Sitecore CMS")]
13-
[assembly: AssemblyCopyright("Copyright © 2015 Sitecore Corporation")]
13+
[assembly: AssemblyCopyright("Copyright © 2016 Sitecore Corporation")]
1414
[assembly: AssemblyTrademark("Sitecore® is a registered trademark of Sitecore Corporation")]
1515
[assembly: AssemblyCulture("")]
1616

17-
[assembly: AssemblyInformationalVersion("8.0 rev. 150714")]
17+
[assembly: AssemblyInformationalVersion("8.1 rev. 160131")]
1818

1919
// Setting ComVisible to false makes the types in this assembly not visible
2020
// to COM components. If you need to access a type in this assembly from
@@ -34,5 +34,5 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
37-
[assembly: AssemblyVersion("8.0.5217.0")]
38-
[assembly: AssemblyFileVersion("8.0.5217.0")]
37+
[assembly: AssemblyVersion("8.1.5418.0")]
38+
[assembly: AssemblyFileVersion("8.1.5418.0")]

src/Sitecore.Azure.Startup/Sitecore.Azure.Startup.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
3837
<Reference Include="Sitecore.ContentSearch">
39-
<HintPath>..\Sitecore\bin\Sitecore.ContentSearch.dll</HintPath>
38+
<HintPath>..\..\..\..\..\..\..\inetpub\wwwroot\sc81update1\Website\bin\Sitecore.ContentSearch.dll</HintPath>
4039
<Private>False</Private>
4140
</Reference>
4241
<Reference Include="Sitecore.Kernel">
43-
<HintPath>..\Sitecore\bin\Sitecore.Kernel.dll</HintPath>
42+
<HintPath>..\..\..\..\..\..\..\inetpub\wwwroot\sc81update1\Website\bin\Sitecore.Kernel.dll</HintPath>
4443
<Private>False</Private>
4544
</Reference>
4645
<Reference Include="System" />
@@ -59,7 +58,7 @@
5958
<Compile Include="SearchIndexRebuilding.cs" />
6059
</ItemGroup>
6160
<ItemGroup>
62-
<None Include="App_Config\Include\Sitecore.Azure.Startup.config">
61+
<None Include="App_Config\Include\Sitecore.Azure.Setup.config">
6362
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
6463
</None>
6564
</ItemGroup>

0 commit comments

Comments
 (0)