We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d44131 commit b63f768Copy full SHA for b63f768
VSMac-CodeCoverage/VSMac-CodeCoverage/Properties/AddinInfo.cs
@@ -4,7 +4,7 @@
4
[assembly: Addin(
5
"Code Coverage",
6
Namespace = "CodeCoverage",
7
- Version = "1.3"
+ Version = "2.0.0"
8
)]
9
10
[assembly: AddinName("CodeCoverage")]
VSMac-CodeCoverage/VSMac-CodeCoverage/Properties/AssemblyInfo.cs
@@ -16,7 +16,7 @@
16
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
17
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
18
19
-[assembly: AssemblyVersion("1.3")]
+[assembly: AssemblyVersion("2.0.0")]
20
21
// The following attributes are used to specify the signing key for the assembly,
22
// if desired. See the Mono documentation for more information about signing.
0 commit comments