Skip to content

Commit 92ef5c6

Browse files
committed
Update assembly info
1 parent 283b78d commit 92ef5c6

File tree

1 file changed

+5
-42
lines changed

1 file changed

+5
-42
lines changed

Diff for: Source/glTF/Properties/AssemblyInfo.cs

+5-42
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,10 @@
1-
using System.Reflection;
2-
using System.Runtime.InteropServices;
3-
using System.Windows;
1+
using System.Runtime.InteropServices;
2+
using System.Reflection;
43

5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
84
[assembly: AssemblyTitle("glTF")]
95
[assembly: AssemblyProduct("glTF")]
106

11-
// Setting ComVisible to false makes the types in this assembly not visible
12-
// to COM components. If you need to access a type in this assembly from
13-
// COM, set the ComVisible attribute to true on that type.
14-
[assembly: ComVisible(false)]
15-
16-
//In order to begin building localizable applications, set
17-
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
18-
//inside a <PropertyGroup>. For example, if you are using US english
19-
//in your source files, set the <UICulture> to en-US. Then uncomment
20-
//the NeutralResourceLanguage attribute below. Update the "en-US" in
21-
//the line below to match the UICulture setting in the project file.
22-
23-
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
24-
7+
[assembly: AssemblyVersion("0.2.0.0")]
8+
[assembly: AssemblyFileVersion("0.2.0.0")]
259

26-
[assembly: ThemeInfo(
27-
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
28-
//(used if a resource is not found in the page,
29-
// or application resource dictionaries)
30-
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
31-
//(used if a resource is not found in the page,
32-
// app, or any theme specific resource dictionaries)
33-
)]
34-
35-
36-
// Version information for an assembly consists of the following four values:
37-
//
38-
// Major Version
39-
// Minor Version
40-
// Build Number
41-
// Revision
42-
//
43-
// You can specify all the values or you can default the Build and Revision Numbers
44-
// by using the '*' as shown below:
45-
// [assembly: AssemblyVersion("1.0.*")]
46-
[assembly: AssemblyVersion("0.1.1.0")]
47-
[assembly: AssemblyFileVersion("0.1.1.0")]
10+
[assembly: ComVisible(false)]

0 commit comments

Comments
 (0)