Skip to content

Commit

Permalink
Update version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cturano committed Nov 16, 2017
1 parent 8807d38 commit 20bd864
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@
<DebugSymbols>false</DebugSymbols>
<OutputPath>.\bin\Release\</OutputPath>
<RecursiveDeployAction>Ignore</RecursiveDeployAction>
<PackageName>Hhogdev.SitecorePackageDeployer</PackageName>
<GeneratePackage>True</GeneratePackage>
<SeperateFilesAndItems>False</SeperateFilesAndItems>
<PackageExcludeCode>False</PackageExcludeCode>
<AddDateTimeToPackageName>False</AddDateTimeToPackageName>
<PackageAuthor>Charles Turano</PackageAuthor>
<PackagePublisher>Hedgehog Development</PackagePublisher>
<PackageReadme>Installs packages using a folder</PackageReadme>
<PackageVersion>1.10</PackageVersion>
<SitecoreAssemblyPath>..\packages\SitecoreKernel.7.0.0.131127\lib</SitecoreAssemblyPath>
</PropertyGroup>
<ItemGroup>
<AssemblyAttributes Include="AssemblyFileVersion">
Expand Down
4 changes: 2 additions & 2 deletions SitecorePackageDeployer.Web/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.9.0.0")]
[assembly: AssemblyFileVersion("1.9.0.0")]
[assembly: AssemblyVersion("1.10.0.0")]
[assembly: AssemblyFileVersion("1.10.0.0")]
4 changes: 2 additions & 2 deletions SitecorePackageDeployer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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.9.0.0")]
[assembly: AssemblyFileVersion("1.9.0.0")]
[assembly: AssemblyVersion("1.10.0.0")]
[assembly: AssemblyFileVersion("1.10.0.0")]

0 comments on commit 20bd864

Please sign in to comment.