Skip to content

Commit

Permalink
Updated to CodeRush 21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolDadTx committed May 29, 2021
1 parent 21adb03 commit bc65ffb
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 17 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ CodeRush for Roslyn extension that expands the available

| Release | Description |
| - | - |
| 2.1.0 | Updated to CodeRush 21.x |
| 2.0.0 | Updated to Visual Studio 2019 and CodeRush 19.x |
| 1.1.0 | Updated to Visual Studio 2017 and CodeRush 18.x |
| 1.0.0 | Original Version |
4 changes: 2 additions & 2 deletions directory.build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>2.0.0</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<Version>2.1.0</Version>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<Product>P3Net CodeRush Context Providers</Product>

<Company>Michael Taylor</Company>
Expand Down
Binary file modified src/Libraries/DevExpress.CodeAnalysis.Workspaces.dll
Binary file not shown.
Binary file modified src/Libraries/DevExpress.CodeAnalysis.dll
Binary file not shown.
Binary file modified src/Libraries/DevExpress.CodeRush.Foundation.dll
Binary file not shown.
Binary file modified src/Libraries/DevExpress.CodeRush.Platform.dll
Binary file not shown.
Binary file modified src/Libraries/DevExpress.CodeRush.TextEditor.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.Net.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<PackageReleaseNotes>Updated to CodeRush 18.1</PackageReleaseNotes>
<PackageReleaseNotes>Updated to CodeRush 21.x</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.ComponentModel.Composition" />
Expand All @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.9.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand All @@ -26,9 +26,9 @@
<IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
<CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
<StartAction>Program</StartAction>
<StartProgram>$(DevEnvDir)\devenv.exe</StartProgram>
<StartArguments>/rootsuffix Exp</StartArguments>
<StartAction>Program</StartAction>
<StartProgram>$(DevEnvDir)\devenv.exe</StartProgram>
<StartArguments>/rootsuffix Exp</StartArguments>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -67,11 +67,11 @@
<Reference Include="System" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.SDK.Analyzers" Version="16.0.29">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.SDK.Analyzers" Version="16.10.1">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="P3Net.CodeRush.ContextProviders" Version="2.0.0" Language="en-US" Publisher="P3Net" />
<Identity Id="P3Net.CodeRush.ContextProviders" Version="2.1.0" Language="en-US" Publisher="P3Net" />
<DisplayName>P3Net CodeRush ContextProviders</DisplayName>
<Description xml:space="preserve">Installer for CodeRush for Roslyn context providers from P3Net.</Description>
<Description xml:space="preserve">Installer for CodeRush for Roslyn context providers from P3Net.

Updated to CodeRush 21.x</Description>
<MoreInfo>https://github.com/CoolDadTx/CodeRush_Extensions</MoreInfo>
<GettingStartedGuide>http://www.michaeltaylorp3.net/writing-a-context-provider-for-coderush-for-roslyn/</GettingStartedGuide>
<ReleaseNotes>http://www.michaeltaylorp3.net/writing-a-context-provider-for-coderush-for-roslyn/</ReleaseNotes>
Expand All @@ -12,7 +14,7 @@
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)" />
</Installation>
<Dependencies>
<Dependency d:Source="Installed" Id="81b8f465-6112-407e-a05a-44e3188746af" DisplayName="CodeRush" Version="[19.1,20.0)" d:InstallSource="Download" />
<Dependency d:Source="Installed" Id="81b8f465-6112-407e-a05a-44e3188746af" DisplayName="CodeRush" Version="[21.1.3,22.0)" d:InstallSource="Download" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="P3Net.CodeRush.ContextProviders" Path="|P3Net.CodeRush.ContextProviders|" />
Expand Down

0 comments on commit bc65ffb

Please sign in to comment.