|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
3 | 3 | <metadata minClientVersion="2.8"> |
4 | 4 | <id>Roslynator.Analyzers</id> |
5 | | - <version>2.3.0</version> |
| 5 | + <version>3.0.0-rc</version> |
6 | 6 | <authors>Josef Pihrt</authors> |
7 | 7 | <owners>Josef Pihrt</owners> |
8 | 8 | <license type="expression">Apache-2.0</license> |
|
11 | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
12 | 12 | <description>A collection of 200+ analyzers for C#, powered by Roslyn. |
13 | 13 |
|
14 | | - - This package cannot be used with Visual Studio 2015. |
15 | | - - This package is dependent on Microsoft.CodeAnalysis.CSharp.Workspaces 2.3.0.</description> |
| 14 | + - This package cannot be used with Visual Studio 2017. |
| 15 | + - This package is dependent on Microsoft.CodeAnalysis.CSharp.Workspaces 3.5.0.</description> |
16 | 16 | <summary>A collection of 200+ analyzers for C#, powered by Roslyn.</summary> |
17 | 17 | <copyright>Copyright (c) 2016-2020 Josef Pihrt</copyright> |
18 | 18 | <tags>Roslyn Analyzer Refactoring Productivity CodeAnalysis C# CSharp</tags> |
19 | 19 | <developmentDependency>true</developmentDependency> |
20 | 20 | <repository type="git" url="https://github.com/JosefPihrt/Roslynator.git" /> |
21 | 21 | </metadata> |
22 | 22 | <files> |
23 | | - <file src="bin\$Configuration$\netstandard1.3\Roslynator*.dll" target="analyzers\dotnet\cs" /> |
| 23 | + <file src="bin\$Configuration$\netstandard2.0\Roslynator*.dll" target="analyzers\dotnet\cs" /> |
24 | 24 | <file src="tools\*.ps1" target="tools\" /> |
25 | 25 | <file src="..\..\images\icon.png" target="" /> |
26 | 26 | </files> |
|
0 commit comments