Skip to content

Commit e979ae8

Browse files
committed
up version
1 parent 99d2bd8 commit e979ae8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0"
7+
Version = "1.1"
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.0.*")]
19+
[assembly: AssemblyVersion("1.1")]
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)