-
-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathsource.extension.cs
18 lines (18 loc) · 913 Bytes
master
/
source.extension.cs
File metadata and controls
- Code
- Blame
18 lines (18 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// ------------------------------------------------------------------------------
// <auto-generated>
// This file was generated by VSIX Synchronizer
// </auto-generated>
// ------------------------------------------------------------------------------
namespace FineCodeCoverage
{
internal sealed partial class Vsix
{
public const string Id = "fcc-f339fe606-9d51-4fca-895c-d50375137b62";
public const string Name = "Fine Code Coverage";
public const string Description = @"Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)";
public const string Language = "en-US";
public const string Version = "1.1.0";
public const string Author = "Fortune Ngwenya";
public const string Tags = "visual studio; code coverage; c#; vb; .net core; coverlet; unit test; free; community edition";
}
}