File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
VSMac-CodeCoverage/VSMac-CodeCoverage Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public interface ILoggingService
16
16
17
17
class LoggingService : ILoggingService
18
18
{
19
- const string Copyright = "Made by Arthur Demanuele - 2020 \n " ;
19
+ const string Copyright = "Made by Arthur Demanuele - 2021 \n " ;
20
20
21
21
public string Log { get ; private set ; } = Copyright ;
22
22
public event EventHandler < string > Logged ;
Original file line number Diff line number Diff line change 4
4
[ assembly: Addin (
5
5
"Code Coverage" ,
6
6
Namespace = "CodeCoverage" ,
7
- Version = "1.1 "
7
+ Version = "1.2 "
8
8
) ]
9
9
10
10
[ assembly: AddinName ( "CodeCoverage" ) ]
Original file line number Diff line number Diff line change 16
16
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
17
17
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
18
18
19
- [ assembly: AssemblyVersion ( "1.1 " ) ]
19
+ [ assembly: AssemblyVersion ( "1.2 " ) ]
20
20
21
21
// The following attributes are used to specify the signing key for the assembly,
22
22
// if desired. See the Mono documentation for more information about signing.
You can’t perform that action at this time.
0 commit comments