Skip to content

Commit

Permalink
update branding in assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
brianarnold789 committed Jul 11, 2017
1 parent 5089fee commit caaca51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LitleSdkForNet/LitleSdkForNet/LitleSdkForNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down Expand Up @@ -85,4 +85,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
4 changes: 2 additions & 2 deletions LitleSdkForNet/LitleSdkForNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
[assembly: AssemblyTitle("LitleSdkForNet")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Litle & Co.")]
[assembly: AssemblyCompany("Vantiv eCommerce")]
[assembly: AssemblyProduct("LitleSdkForNet")]
[assembly: AssemblyCopyright("Copyright © Litle & Co. 2012")]
[assembly: AssemblyCopyright("Vantiv eCommerce 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit caaca51

Please sign in to comment.