|
1 |
| -using System.Reflection; |
| 1 | +using System.Resources; |
| 2 | +using System.Reflection; |
2 | 3 | using System.Runtime.InteropServices;
|
3 | 4 | using System.Windows;
|
4 | 5 | using System.Windows.Markup;
|
5 | 6 |
|
6 | 7 | // General Information about an assembly is controlled through the following
|
7 | 8 | // set of attributes. Change these attribute values to modify the information
|
8 | 9 | // associated with an assembly.
|
9 |
| -[assembly: AssemblyTitle("WpfControlLibrary1")] |
10 |
| -[assembly: AssemblyDescription("")] |
| 10 | +[assembly: AssemblyTitle("PoshConsole")] |
| 11 | +[assembly: AssemblyDescription("The PoshConsole Control for hosting PowerShell in WPF")] |
11 | 12 | [assembly: AssemblyConfiguration("")]
|
12 |
| -[assembly: AssemblyCompany("")] |
13 |
| -[assembly: AssemblyProduct("WpfControlLibrary1")] |
14 |
| -[assembly: AssemblyCopyright("Copyright © 2015")] |
| 13 | +[assembly: AssemblyCompany("PoshCode.com")] |
| 14 | +[assembly: AssemblyProduct("PoshCode.PoshConsole")] |
| 15 | +[assembly: AssemblyCopyright("Copyright © Joel Bennett 2015")] |
15 | 16 | [assembly: AssemblyTrademark("")]
|
16 | 17 | [assembly: AssemblyCulture("")]
|
17 | 18 |
|
|
53 | 54 | // You can specify all the values or you can default the Build and Revision Numbers
|
54 | 55 | // by using the '*' as shown below:
|
55 | 56 | // [assembly: AssemblyVersion("1.0.*")]
|
56 |
| -[assembly: AssemblyVersion("1.0.0.0")] |
57 |
| -[assembly: AssemblyFileVersion("1.0.0.0")] |
| 57 | +[assembly: AssemblyVersion("0.6.1.0")] |
| 58 | +[assembly: AssemblyFileVersion("0.6.1.0")] |
| 59 | +[assembly: NeutralResourcesLanguage("en-US")] |
| 60 | + |
0 commit comments