Skip to content

Commit

Permalink
Increased version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Skutta committed Sep 26, 2016
1 parent a69e95a commit 31484af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/OneNorth.ContentAnonymizer/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.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]
9 changes: 5 additions & 4 deletions src/TDS.Core/TDS.Core.scproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand Down Expand Up @@ -32,7 +33,7 @@
<DebugSymbols>false</DebugSymbols>
<OutputPath>.\bin\Release\</OutputPath>
<RecursiveDeployAction>Ignore</RecursiveDeployAction>
<PackageName>OneNorth.ContentAnonymizer.1.0.2</PackageName>
<PackageName>OneNorth.ContentAnonymizer.1.0.3</PackageName>
<GeneratePackage>True</GeneratePackage>
<SeperateFilesAndItems>False</SeperateFilesAndItems>
<PackageExcludeCode>False</PackageExcludeCode>
Expand All @@ -41,8 +42,8 @@
<PackagePublisher>One North</PackagePublisher>
<PackageReadme>
</PackageReadme>
<PackageVersion>1.0.2</PackageVersion>
<SitecoreAssemblyPath>C:\inetpub\wwwroot\Sitecore81\Website\bin\</SitecoreAssemblyPath>
<PackageVersion>1.0.3</PackageVersion>
<SitecoreAssemblyPath>C:\inetpub\wwwroot\Sitecore81u3\Website\bin\</SitecoreAssemblyPath>
</PropertyGroup>
<ItemGroup>
<AssemblyAttributes Include="AssemblyFileVersion">
Expand Down

0 comments on commit 31484af

Please sign in to comment.