Skip to content

Commit

Permalink
Renamed assembly to just Tricycle.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcclive committed Nov 18, 2019
1 parent 2f5950f commit 755f904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Tricycle.UI.Windows/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Tricycle.UI.Windows")]
[assembly: AssemblyTitle("Tricycle")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Tricycle.UI.Windows")]
[assembly: AssemblyProduct("Tricycle")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
2 changes: 1 addition & 1 deletion Tricycle.UI.Windows/Tricycle.UI.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ProjectGuid>{1488A55F-FF32-4747-95B4-37CC3853FBA4}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>Tricycle.UI.Windows</RootNamespace>
<AssemblyName>Tricycle.UI.Windows</AssemblyName>
<AssemblyName>Tricycle</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Expand Down

0 comments on commit 755f904

Please sign in to comment.