forked from HotcakesCommerce/hotcakes-commerce-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GlobalAssemblyInfo.cs
33 lines (23 loc) · 1.17 KB
/
GlobalAssemblyInfo.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
[assembly: System.Reflection.AssemblyCopyright("Copyright © 2017. All rights reserved.")]
[assembly: System.Reflection.AssemblyConfiguration("Release")]
[assembly: System.Reflection.AssemblyVersion("03.00.00")]
[assembly: System.Reflection.AssemblyFileVersion("01.00.00")]
[assembly: System.Reflection.AssemblyInformationalVersion("01.00.00")]
internal sealed partial class ThisAssembly {
internal const string AssemblyCopyright = "Copyright © 2017. All rights reserved.";
internal const string AssemblyConfiguration = "Release";
internal const string AssemblyVersion = "03.00.00";
internal const string AssemblyFileVersion = "01.00.00";
internal const string AssemblyInformationalVersion = "01.00.00";
private ThisAssembly() {
}
}