Skip to content

Commit 895f352

Browse files
committed
Add Readify metadata
1 parent 202102e commit 895f352

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

UI/MainWindow.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:logic="clr-namespace:GitViz.Logic;assembly=GitViz.Logic"
55
xmlns:ui="clr-namespace:UI"
66
xmlns:graphsharp="clr-namespace:GraphSharp.Controls;assembly=GraphSharp.Controls"
7-
Title="GitViz" Height="600" Width="400">
7+
Title="Readify GitViz (Alpha)" Height="600" Width="400">
88
<Window.DataContext>
99
<logic:ViewModel />
1010
</Window.DataContext>

UI/Properties/AssemblyInfo.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
// General Information about an assembly is controlled through the following
88
// set of attributes. Change these attribute values to modify the information
99
// associated with an assembly.
10-
[assembly: AssemblyTitle("UI")]
10+
[assembly: AssemblyTitle("GitViz")]
1111
[assembly: AssemblyDescription("")]
1212
[assembly: AssemblyConfiguration("")]
13-
[assembly: AssemblyCompany("")]
14-
[assembly: AssemblyProduct("UI")]
15-
[assembly: AssemblyCopyright("Copyright © 2013")]
13+
[assembly: AssemblyCompany("Readify")]
14+
[assembly: AssemblyProduct("GitViz")]
15+
[assembly: AssemblyCopyright("Copyright © Readify 2013")]
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
1818

UI/UI.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>WinExe</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>UI</RootNamespace>
11-
<AssemblyName>UI</AssemblyName>
11+
<AssemblyName>GitViz</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>

0 commit comments

Comments
 (0)