Bumped library versions. Retargeted Piranha 8.3.0

This commit is contained in:
Mikael Lindemann 2020-08-16 14:00:09 +02:00
Родитель b3a95d284b
Коммит ddf1b3db13
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 28C86AD4F4866E2B
3 изменённых файлов: 15 добавлений и 15 удалений

Просмотреть файл

@ -4,15 +4,15 @@
<IncludeBuildOutput>false</IncludeBuildOutput>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<NoPackageAnalysis>true</NoPackageAnalysis>
<Version>8.2.0</Version>
<Version>8.3.0</Version>
<Company>Piranha CMS</Company>
<AssemblyTitle>Piranha.Analyzers</AssemblyTitle>
<NuspecFile>../../nuspec/Piranha.Analyzers.nuspec</NuspecFile>
<NuspecProperties>version=$(Version);configuration=$(Configuration)</NuspecProperties>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.5.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.7.0" />
</ItemGroup>
<ItemGroup>
<Compile Update="Resources.Designer.cs" DesignTime="True" AutoGen="True" DependentUpon="Resources.resx" />
@ -26,4 +26,4 @@
<AdditionalFiles Include="../../docs/AnalyzerReleases.Shipped.md" />
<AdditionalFiles Include="../../docs/AnalyzerReleases.Unshipped.md" />
</ItemGroup>
</Project>
</Project>

Просмотреть файл

@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="NonSingleFieldRegionAnalyzerDescription" xml:space="preserve">
<value>Usage of field type as a single field region might not be supported</value>
<value>Usage of field type as a single field region might not be supported.</value>
<comment>An optional longer localizable description of the diagnostic.</comment>
</data>
<data name="NonSingleFieldRegionAnalyzerMessageFormat" xml:space="preserve">
@ -138,7 +138,7 @@
<comment>The format-able message the diagnostic displays.</comment>
</data>
<data name="InvalidSingleFieldComplexRegionAnalyzerTitle" xml:space="preserve">
<value>Complex regions with only one field is not supported.</value>
<value>Complex regions with only one field is not supported</value>
<comment>The title of the diagnostic.</comment>
</data>
<data name="PostTypeAttributeOnlyForClassesInheritingPostAnalyzerDescription" xml:space="preserve">
@ -148,7 +148,7 @@
<value>{0} does not extend Post, but is marked with [PostType]</value>
</data>
<data name="PostTypeAttributeOnlyForClassesInheritingPostAnalyzerTitle" xml:space="preserve">
<value>[PostType] should only be applied to classes inheriting Post.</value>
<value>[PostType] should only be applied to classes inheriting Post</value>
</data>
<data name="PageTypeAttributeOnlyForClassesInheritingPageAnalyzerDescription" xml:space="preserve">
<value>[PageType] should only be applied to classes inheriting Page.</value>
@ -157,7 +157,7 @@
<value>{0} does not extend Page, but is marked with [PageType]</value>
</data>
<data name="PageTypeAttributeOnlyForClassesInheritingPageAnalyzerTitle" xml:space="preserve">
<value>[PageType] should only be applied to classes inheriting Page.</value>
<value>[PageType] should only be applied to classes inheriting Page</value>
</data>
<data name="SiteTypeAttributeOnlyForClassesInheritingSiteAnalyzerDescription" xml:space="preserve">
<value>[SiteType] should only be applied to classes inheriting SiteContent.</value>
@ -166,6 +166,6 @@
<value>{0} does not extend SiteContent, but is marked with [SiteType]</value>
</data>
<data name="SiteTypeAttributeOnlyForClassesInheritingSiteAnalyzerTitle" xml:space="preserve">
<value>[SiteType] should only be applied to classes inheriting SiteContent.</value>
<value>[SiteType] should only be applied to classes inheriting SiteContent</value>
</data>
</root>

Просмотреть файл

@ -4,16 +4,16 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="Piranha.AttributeBuilder" Version="8.2.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.0" />
<PackageReference Include="Piranha.AttributeBuilder" Version="8.3.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Piranha" Version="8.2.0" />
<PackageReference Include="Piranha" Version="8.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Piranha.Analyzers\Piranha.Analyzers.csproj" />