Skip to content

Commit

Permalink
Rename CommentReflowerNew to CommentReflower2022
Browse files Browse the repository at this point in the history
Generate VSIX with different names so I can publish both in the same release on GitHub.
  • Loading branch information
kmunson committed Nov 24, 2021
1 parent 7bbfd64 commit 5d70eff
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CommentReflower.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CommentReflowerHelp", "Comm
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CommentReflowerShared", "CommentReflowerShared\CommentReflowerShared.shproj", "{98B51A43-7052-4BBC-8CCF-4085CFDE0583}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommentReflowerNew", "CommentReflowerNew\CommentReflowerNew.csproj", "{9183950D-61C4-47D0-BB47-24F3142BE007}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommentReflower2022", "CommentReflower2022\CommentReflower2022.csproj", "{9183950D-61C4-47D0-BB47-24F3142BE007}"
ProjectSection(ProjectDependencies) = postProject
{3D6627A1-3D77-4EBD-9897-F9DE06B4E69D} = {3D6627A1-3D77-4EBD-9897-F9DE06B4E69D}
EndProjectSection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CommentReflower</RootNamespace>
<AssemblyName>CommentReflower</AssemblyName>
<AssemblyName>CommentReflower2022</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<GeneratePkgDefFile>true</GeneratePkgDefFile>
<UseCodebase>true</UseCodebase>
Expand Down
File renamed without changes.

0 comments on commit 5d70eff

Please sign in to comment.