Skip to content

Commit a5375a6

Browse files
committed
Update version
1 parent 2977673 commit a5375a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VSMac-CodeCoverage/VSMac-CodeCoverage/Coverage/LoggingService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public interface ILoggingService
1616

1717
class LoggingService : ILoggingService
1818
{
19-
const string Copyright = "Made by Arthur Demanuele - 2020 \n";
19+
const string Copyright = "Made by Arthur Demanuele - 2021 \n";
2020

2121
public string Log { get; private set; } = Copyright;
2222
public event EventHandler<string> Logged;

VSMac-CodeCoverage/VSMac-CodeCoverage/Properties/AddinInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[assembly: Addin(
55
"Code Coverage",
66
Namespace = "CodeCoverage",
7-
Version = "1.1"
7+
Version = "1.2"
88
)]
99

1010
[assembly: AddinName("CodeCoverage")]

VSMac-CodeCoverage/VSMac-CodeCoverage/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1717
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1818

19-
[assembly: AssemblyVersion("1.1")]
19+
[assembly: AssemblyVersion("1.2")]
2020

2121
// The following attributes are used to specify the signing key for the assembly,
2222
// if desired. See the Mono documentation for more information about signing.

0 commit comments

Comments
 (0)