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 99d2bd8 commit e979ae8Copy full SHA for e979ae8
VSMac-CodeCoverage/VSMac-CodeCoverage/Properties/AddinInfo.cs
@@ -4,7 +4,7 @@
4
[assembly: Addin(
5
"Code Coverage",
6
Namespace = "CodeCoverage",
7
- Version = "1.0"
+ Version = "1.1"
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.0.*")]
+[assembly: AssemblyVersion("1.1")]
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