~adam-rpconnelly/+junk/cli.net

« back to all changes in this revision

Viewing changes to src/cli.net.Tests/Properties/AssemblyInfo.cs

  • Committer: Adam Connelly
  • Date: 2011-06-18 16:04:07 UTC
  • Revision ID: adam.rpconnelly@gmail.com-20110618160407-pxcc8nm190o9h5ph
Added UsageBuilder and the ability for it to generate --version text. Added a copy of the MIT license. Removed a .user file and added the .bzrignore file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
[assembly: AssemblyConfiguration("")]
11
11
[assembly: AssemblyCompany("Microsoft")]
12
12
[assembly: AssemblyProduct("cli.net.Tests")]
13
 
[assembly: AssemblyCopyright("Copyright © Microsoft 2011")]
 
13
[assembly: AssemblyCopyright("Copyright © Adam Connelly 2011")]
14
14
[assembly: AssemblyTrademark("")]
15
15
[assembly: AssemblyCulture("")]
16
16
 
32
32
// You can specify all the values or you can default the Build and Revision Numbers 
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
 
[assembly: AssemblyVersion("1.0.0.0")]
36
 
[assembly: AssemblyFileVersion("1.0.0.0")]
 
35
[assembly: AssemblyVersion("1.2.3.4")]
 
36
[assembly: AssemblyFileVersion("1.2.3.4")]