|
4 | 4 | using System.Runtime.InteropServices; |
5 | 5 | using System.Windows; |
6 | 6 |
|
7 | | -// General Information about an assembly is controlled through the following |
| 7 | +// General Information about an assembly is controlled through the following |
8 | 8 | // set of attributes. Change these attribute values to modify the information |
9 | 9 | // associated with an assembly. |
10 | 10 | [assembly: AssemblyTitle("PSharpTraceViewer")] |
|
16 | 16 | [assembly: AssemblyTrademark("")] |
17 | 17 | [assembly: AssemblyCulture("")] |
18 | 18 |
|
19 | | -// Setting ComVisible to false makes the types in this assembly not visible |
20 | | -// to COM components. If you need to access a type in this assembly from |
| 19 | +// Setting ComVisible to false makes the types in this assembly not visible |
| 20 | +// to COM components. If you need to access a type in this assembly from |
21 | 21 | // COM, set the ComVisible attribute to true on that type. |
22 | 22 | [assembly: ComVisible(false)] |
23 | 23 |
|
24 | 24 | // The following GUID is for the ID of the typelib if this project is exposed to COM |
25 | 25 | [assembly: Guid("17dd1184-c1f7-41b6-8dfd-f159ce7d78cc")] |
26 | 26 |
|
27 | | -//In order to begin building localizable applications, set |
| 27 | +//In order to begin building localizable applications, set |
28 | 28 | //<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file |
29 | 29 | //inside a <PropertyGroup>. For example, if you are using US english |
30 | 30 | //in your source files, set the <UICulture> to en-US. Then uncomment |
|
35 | 35 |
|
36 | 36 | [assembly: ThemeInfo( |
37 | 37 | ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located |
38 | | - //(used if a resource is not found in the page, |
| 38 | + //(used if a resource is not found in the page, |
39 | 39 | // or application resource dictionaries) |
40 | 40 | ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located |
41 | | - //(used if a resource is not found in the page, |
| 41 | + //(used if a resource is not found in the page, |
42 | 42 | // app, or any theme specific resource dictionaries) |
43 | 43 | )] |
44 | 44 |
|
45 | 45 | // Version information for an assembly consists of the following four values: |
46 | 46 | // |
47 | 47 | // Major Version |
48 | | -// Minor Version |
| 48 | +// Minor Version |
49 | 49 | // Build Number |
50 | 50 | // Revision |
51 | 51 | // |
52 | | -// You can specify all the values or you can default the Build and Revision Numbers |
| 52 | +// You can specify all the values or you can default the Build and Revision Numbers |
53 | 53 | // by using the '*' as shown below: |
54 | 54 | // [assembly: AssemblyVersion("1.0.*")] |
55 | | -[assembly: AssemblyVersion("1.2.2.0")] |
56 | | -[assembly: AssemblyFileVersion("1.2.2.0")] |
| 55 | +[assembly: AssemblyVersion("1.3.0.0")] |
| 56 | +[assembly: AssemblyFileVersion("1.3.0.0")] |
0 commit comments