Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ademanuele committed Mar 6, 2021
1 parent 2977673 commit a5375a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public interface ILoggingService

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

public string Log { get; private set; } = Copyright;
public event EventHandler<string> Logged;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[assembly: Addin(
"Code Coverage",
Namespace = "CodeCoverage",
Version = "1.1"
Version = "1.2"
)]

[assembly: AddinName("CodeCoverage")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.1")]
[assembly: AssemblyVersion("1.2")]

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

0 comments on commit a5375a6

Please sign in to comment.