Skip to content

Commit

Permalink
Added design data for changeset history.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisellgren committed May 26, 2012
1 parent cd7facb commit 8b4a4c4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions DesignData/ChangesetHistory.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<local:RepositoryViewModel xmlns:local="clr-namespace:GG"
xmlns:models="clr-namespace:GG.Models"
xmlns:sys="clr-namespace:System;assembly=mscorlib">
<local:RepositoryViewModel.Commits>
<models:Commit Hash="0123456789abcdef" Description="A sample commit." AuthorName="Kai Sellgren" AuthorEmail="[email protected]">
<models:Commit.DisplayTags>
<sys:String>master</sys:String>
</models:Commit.DisplayTags>
</models:Commit>
</local:RepositoryViewModel.Commits>
</local:RepositoryViewModel>

0 comments on commit 8b4a4c4

Please sign in to comment.