Skip to content

Commit 0b1eed9

Browse files
committed
Fixed/updated assembly information.
1 parent c6526af commit 0b1eed9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Properties/AssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("GitTfs.GitExtensions.Plugin")]
9-
[assembly: AssemblyDescription("")]
9+
[assembly: AssemblyDescription("A GitExtensions plugin for git-tfs.")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("Microsoft")]
11+
[assembly: AssemblyCompany("Nathan Roe")]
1212
[assembly: AssemblyProduct("GitTfs.GitExtensions.Plugin")]
13-
[assembly: AssemblyCopyright("Copyright © Microsoft 2011")]
13+
[assembly: AssemblyCopyright("Copyright © 2011-2013 Nathan Roe")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.1.*")]
36+
[assembly: AssemblyFileVersion("1.1.0.0")]

0 commit comments

Comments
 (0)