4
4
[ assembly: AssemblyProduct ( "Exceptionless" ) ]
5
5
[ assembly: AssemblyCompany ( "Exceptionless" ) ]
6
6
[ assembly: AssemblyTrademark ( "Exceptionless" ) ]
7
- [ assembly: AssemblyCopyright ( "Copyright (c) 2015 Exceptionless. All rights reserved." ) ]
7
+ [ assembly: AssemblyCopyright ( "Copyright (c) 2016 Exceptionless. All rights reserved." ) ]
8
8
#if DEBUG
9
9
10
10
[ assembly: AssemblyConfiguration ( "Debug" ) ]
11
11
#else
12
12
[ assembly: AssemblyConfiguration ( "Release" ) ]
13
13
#endif
14
14
15
- [ assembly: AssemblyVersion ( "3.3 .0" ) ]
16
- [ assembly: AssemblyFileVersion ( "3.3 .0" ) ]
17
- [ assembly: AssemblyInformationalVersion ( "3.3 .0" ) ]
15
+ [ assembly: AssemblyVersion ( "3.4 .0" ) ]
16
+ [ assembly: AssemblyFileVersion ( "3.4 .0" ) ]
17
+ [ assembly: AssemblyInformationalVersion ( "3.4 .0" ) ]
18
18
19
19
internal sealed partial class ThisAssembly {
20
20
internal const string AssemblyCompany = "Exceptionless" ;
@@ -23,15 +23,15 @@ internal sealed partial class ThisAssembly {
23
23
24
24
internal const string AssemblyTrademark = "Exceptionless" ;
25
25
26
- internal const string AssemblyCopyright = "Copyright (c) 2015 Exceptionless. All rights reserved." ;
26
+ internal const string AssemblyCopyright = "Copyright (c) 2016 Exceptionless. All rights reserved." ;
27
27
28
28
internal const string AssemblyConfiguration = "Release" ;
29
29
30
- internal const string AssemblyVersion = "3.3 .0" ;
30
+ internal const string AssemblyVersion = "3.4 .0" ;
31
31
32
- internal const string AssemblyFileVersion = "3.3 .0" ;
32
+ internal const string AssemblyFileVersion = "3.4 .0" ;
33
33
34
- internal const string AssemblyInformationalVersion = "3.3 .0" ;
34
+ internal const string AssemblyInformationalVersion = "3.4 .0" ;
35
35
36
36
private ThisAssembly ( ) { }
37
37
}
0 commit comments