forked from dotnet/roslyn-analyzers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Analyzers.Versions.targets
73 lines (52 loc) · 4.63 KB
/
Analyzers.Versions.targets
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MetaCompilationSemanticVersion>1.2.0</MetaCompilationSemanticVersion>
<MetaCompilationPreReleaseVersion>beta1</MetaCompilationPreReleaseVersion>
<MicrosoftCodeAnalysisAnalyzersSemanticVersion>1.2.0</MicrosoftCodeAnalysisAnalyzersSemanticVersion>
<MicrosoftCodeAnalysisAnalyzersPreReleaseVersion>beta1</MicrosoftCodeAnalysisAnalyzersPreReleaseVersion>
<SharedLibrarySemanticVersion>1.2.0</SharedLibrarySemanticVersion>
<SharedLibraryPreReleaseVersion>beta1</SharedLibraryPreReleaseVersion>
<SharedTestSemanticVersion>1.2.0</SharedTestSemanticVersion>
<SharedTestPreReleaseVersion>beta1</SharedTestPreReleaseVersion>
<RoslynDiagnosticsAnalyzersSemanticVersion>1.2.0</RoslynDiagnosticsAnalyzersSemanticVersion>
<RoslynDiagnosticsAnalyzersPreReleaseVersion>beta1</RoslynDiagnosticsAnalyzersPreReleaseVersion>
<ToolsSemanticVersion>0.0.0</ToolsSemanticVersion>
<ToolsPreReleaseVersion>beta1</ToolsPreReleaseVersion>
</PropertyGroup>
<!-- Version info for FxCop analyzer packages -->
<PropertyGroup>
<!-- Master FxCop analyzer package, which is just a collection of individual analyzer packages below. -->
<FxCopAnalyzersSemanticVersion>1.2.0</FxCopAnalyzersSemanticVersion>
<FxCopAnalyzersPreReleaseVersion>beta1</FxCopAnalyzersPreReleaseVersion>
<MicrosoftApiDesignGuidelinesAnalyzersSemanticVersion>1.2.0</MicrosoftApiDesignGuidelinesAnalyzersSemanticVersion>
<MicrosoftApiDesignGuidelinesAnalyzersPreReleaseVersion>beta1</MicrosoftApiDesignGuidelinesAnalyzersPreReleaseVersion>
<DesktopAnalyzersSemanticVersion>1.2.0</DesktopAnalyzersSemanticVersion>
<DesktopAnalyzersPreReleaseVersion>beta1</DesktopAnalyzersPreReleaseVersion>
<SystemRuntimeAnalyzersSemanticVersion>1.2.0</SystemRuntimeAnalyzersSemanticVersion>
<SystemRuntimeAnalyzersPreReleaseVersion>beta1</SystemRuntimeAnalyzersPreReleaseVersion>
<SystemRuntimeInteropServicesAnalyzersSemanticVersion>1.2.0</SystemRuntimeInteropServicesAnalyzersSemanticVersion>
<SystemRuntimeInteropServicesAnalyzersPreReleaseVersion>beta1</SystemRuntimeInteropServicesAnalyzersPreReleaseVersion>
<ApiReviewAnalyzersSemanticVersion>1.2.0</ApiReviewAnalyzersSemanticVersion>
<ApiReviewAnalyzersPreReleaseVersion>beta1</ApiReviewAnalyzersPreReleaseVersion>
<SystemThreadingTasksAnalyzersSemanticVersion>1.2.0</SystemThreadingTasksAnalyzersSemanticVersion>
<SystemThreadingTasksAnalyzersPreReleaseVersion>beta1</SystemThreadingTasksAnalyzersPreReleaseVersion>
<MicrosoftCompositionAnalyzersSemanticVersion>1.2.0</MicrosoftCompositionAnalyzersSemanticVersion>
<MicrosoftCompositionAnalyzersPreReleaseVersion>beta1</MicrosoftCompositionAnalyzersPreReleaseVersion>
<XmlDocumentationCommentsAnalyzersSemanticVersion>1.2.0</XmlDocumentationCommentsAnalyzersSemanticVersion>
<XmlDocumentationCommentsAnalyzersPreReleaseVersion>beta1</XmlDocumentationCommentsAnalyzersPreReleaseVersion>
<SystemCollectionsImmutableAnalyzersSemanticVersion>1.2.0</SystemCollectionsImmutableAnalyzersSemanticVersion>
<SystemCollectionsImmutableAnalyzersPreReleaseVersion>beta1</SystemCollectionsImmutableAnalyzersPreReleaseVersion>
<SystemSecurityCryptographyHashingAlgorithmsAnalyzersSemanticVersion>1.2.0</SystemSecurityCryptographyHashingAlgorithmsAnalyzersSemanticVersion>
<SystemSecurityCryptographyHashingAlgorithmsAnalyzersPreReleaseVersion>beta1</SystemSecurityCryptographyHashingAlgorithmsAnalyzersPreReleaseVersion>
<TextAnalyzersSemanticVersion>1.2.0</TextAnalyzersSemanticVersion>
<TextAnalyzersPreReleaseVersion>beta1</TextAnalyzersPreReleaseVersion>
<ApiReviewAnalyzersSemanticVersion>1.2.0</ApiReviewAnalyzersSemanticVersion>
<ApiReviewAnalyzersPreReleaseVersion>beta1</ApiReviewAnalyzersPreReleaseVersion>
<MicrosoftQualityGuidelinesAnalyzersSemanticVersion>1.2.0</MicrosoftQualityGuidelinesAnalyzersSemanticVersion>
<MicrosoftQualityGuidelinesAnalyzersPreReleaseVersion>beta1</MicrosoftQualityGuidelinesAnalyzersPreReleaseVersion>
<MicrosoftMaintainabilityAnalyzersSemanticVersion>1.2.0</MicrosoftMaintainabilityAnalyzersSemanticVersion>
<MicrosoftMaintainabilityAnalyzersPreReleaseVersion>beta1</MicrosoftMaintainabilityAnalyzersPreReleaseVersion>
<SystemResourcesAnalyzersSemanticVersion>1.2.0</SystemResourcesAnalyzersSemanticVersion>
<SystemResourcesAnalyzersPreReleaseVersion>beta1</SystemResourcesAnalyzersPreReleaseVersion>
</PropertyGroup>
</Project>