Skip to content

Commit 7f98327

Browse files
authored
Merge pull request #146 from ironmansoftware/logo
Add new logo.
2 parents 0b01e9d + 0e561e5 commit 7f98327

30 files changed

+152
-107
lines changed

PowerShellTools.2022/PowerShellTools.2022.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
<Resource Include="ToolWindows\Icons\Key_16x.png" />
8282
<Resource Include="ToolWindows\Icons\Link_16x.png" />
8383
<Resource Include="ToolWindows\Icons\Save_16x.png" />
84+
<Content Include="..\branding\logo.png">
85+
<Link>logo.png</Link>
86+
<IncludeInVSIX>true</IncludeInVSIX>
87+
</Content>
8488
<Content Include="PowerShellToolsColors.pkgdef">
8589
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
8690
<IncludeInVSIX>true</IncludeInVSIX>
@@ -240,11 +244,6 @@
240244
<Content Include="License.txt">
241245
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
242246
</Content>
243-
<Content Include="poshtools.png">
244-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
245-
<IncludeInVSIX>true</IncludeInVSIX>
246-
</Content>
247-
<Resource Include="powershell-large.png" />
248247
</ItemGroup>
249248
<ItemGroup>
250249
<ProjectReference Include="..\Common\Common.csproj">

PowerShellTools.2022/license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Ironman Software, LLC
3+
Copyright (c) 2025 Ironman Software, LLC
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

PowerShellTools.2022/poshtools.png

-2.11 KB
Binary file not shown.
-41.8 KB
Binary file not shown.

PowerShellTools.2022/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<DisplayName>PowerShell Pro Tools 2022</DisplayName>
66
<Description xml:space="preserve">A set of tools for developing and debugging PowerShell scripts and modules in Visual Studio.</Description>
77
<MoreInfo>https://ironmansoftware.com/powershell-pro-tools</MoreInfo>
8-
<Icon>poshtools.png</Icon>
8+
<Icon>logo.png</Icon>
99
<PreviewImage>preview.png</PreviewImage>
1010
<Tags>PowerShell</Tags>
1111
</Metadata>

PowerShellTools.Test/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@
12261226
"PowerShellStandard.Library": "[5.1.0, )"
12271227
}
12281228
},
1229-
"PowerShellTools.2024.12.0": {
1229+
"PowerShellTools.2025.10.0": {
12301230
"type": "Project",
12311231
"dependencies": {
12321232
"Castle.Core": "[4.4.0, )",

PowerShellTools/License.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Ironman Software, LLC
3+
Copyright (c) 2025 Ironman Software, LLC
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

PowerShellTools/Manifest/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description xml:space="preserve">A set of tools for developing and debugging PowerShell scripts and modules in Visual Studio.</Description>
77
<MoreInfo>https://ironmansoftware.com/powershell-pro-tools</MoreInfo>
88
<License>License.txt</License>
9-
<Icon>poshtools.png</Icon>
9+
<Icon>logo.png</Icon>
1010
<PreviewImage>preview.png</PreviewImage>
1111
<Tags>PowerShell</Tags>
1212
</Metadata>

PowerShellTools/PowerShellTools.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@
9898
<Compile Include="Properties\AssemblyInfo.cs" />
9999
</ItemGroup>
100100
<ItemGroup>
101+
<Content Include="..\branding\logo.png">
102+
<Link>logo.png</Link>
103+
<IncludeInVSIX>true</IncludeInVSIX>
104+
</Content>
101105
<Content Include="PowerShellToolsColors.pkgdef">
102106
<IncludeInVSIX>true</IncludeInVSIX>
103107
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
@@ -137,10 +141,6 @@
137141
<Resource Include="Resources\ScriptIcon.png" />
138142
<Resource Include="Resources\TestIcon.png" />
139143
<None Include="Manifest\source.extension.vsixmanifest" />
140-
<Content Include="poshtools.png">
141-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
142-
<IncludeInVSIX>true</IncludeInVSIX>
143-
</Content>
144144
<Content Include="PowerShellTools.targets">
145145
<IncludeInVSIX>true</IncludeInVSIX>
146146
<InstallRoot>MSBuild</InstallRoot>

PowerShellTools/poshtools.png

-2.11 KB
Binary file not shown.

0 commit comments

Comments
 (0)