File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
[ assembly: AssemblyConfiguration ( "Release" ) ]
13
13
#endif
14
14
15
- [ assembly: AssemblyVersion ( "2.0 .0" ) ]
16
- [ assembly: AssemblyFileVersion ( "2.0 .0" ) ]
17
- [ assembly: AssemblyInformationalVersion ( "2.0 .0" ) ]
15
+ [ assembly: AssemblyVersion ( "3.2 .0" ) ]
16
+ [ assembly: AssemblyFileVersion ( "3.2 .0" ) ]
17
+ [ assembly: AssemblyInformationalVersion ( "3.2 .0" ) ]
18
18
19
19
internal sealed partial class ThisAssembly {
20
20
internal const string AssemblyCompany = "Exceptionless" ;
@@ -27,11 +27,11 @@ internal sealed partial class ThisAssembly {
27
27
28
28
internal const string AssemblyConfiguration = "Release" ;
29
29
30
- internal const string AssemblyVersion = "2.0 .0" ;
30
+ internal const string AssemblyVersion = "3.2 .0" ;
31
31
32
- internal const string AssemblyFileVersion = "2.0 .0" ;
32
+ internal const string AssemblyFileVersion = "3.2 .0" ;
33
33
34
- internal const string AssemblyInformationalVersion = "2.0 .0" ;
34
+ internal const string AssemblyInformationalVersion = "3.2 .0" ;
35
35
36
36
private ThisAssembly ( ) { }
37
37
}
Original file line number Diff line number Diff line change 1
- version : 3.1 .{build}
1
+ version : 3.2 .{build}
2
2
clone_depth : 2
3
3
configuration : Release
4
4
You can’t perform that action at this time.
0 commit comments