Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions PowerShellTools.2022/PowerShellTools.2022.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
<Resource Include="ToolWindows\Icons\Key_16x.png" />
<Resource Include="ToolWindows\Icons\Link_16x.png" />
<Resource Include="ToolWindows\Icons\Save_16x.png" />
<Content Include="..\branding\logo.png">
<Link>logo.png</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="PowerShellToolsColors.pkgdef">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
Expand Down Expand Up @@ -240,11 +244,6 @@
<Content Include="License.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="poshtools.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Resource Include="powershell-large.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj">
Expand Down
2 changes: 1 addition & 1 deletion PowerShellTools.2022/license.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Ironman Software, LLC
Copyright (c) 2025 Ironman Software, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Binary file removed PowerShellTools.2022/poshtools.png
Binary file not shown.
Binary file removed PowerShellTools.2022/powershell-large.png
Binary file not shown.
2 changes: 1 addition & 1 deletion PowerShellTools.2022/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<DisplayName>PowerShell Pro Tools 2022</DisplayName>
<Description xml:space="preserve">A set of tools for developing and debugging PowerShell scripts and modules in Visual Studio.</Description>
<MoreInfo>https://ironmansoftware.com/powershell-pro-tools</MoreInfo>
<Icon>poshtools.png</Icon>
<Icon>logo.png</Icon>
<PreviewImage>preview.png</PreviewImage>
<Tags>PowerShell</Tags>
</Metadata>
Expand Down
2 changes: 1 addition & 1 deletion PowerShellTools.Test/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@
"PowerShellStandard.Library": "[5.1.0, )"
}
},
"PowerShellTools.2024.12.0": {
"PowerShellTools.2025.10.0": {
"type": "Project",
"dependencies": {
"Castle.Core": "[4.4.0, )",
Expand Down
2 changes: 1 addition & 1 deletion PowerShellTools/License.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Ironman Software, LLC
Copyright (c) 2025 Ironman Software, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion PowerShellTools/Manifest/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description xml:space="preserve">A set of tools for developing and debugging PowerShell scripts and modules in Visual Studio.</Description>
<MoreInfo>https://ironmansoftware.com/powershell-pro-tools</MoreInfo>
<License>License.txt</License>
<Icon>poshtools.png</Icon>
<Icon>logo.png</Icon>
<PreviewImage>preview.png</PreviewImage>
<Tags>PowerShell</Tags>
</Metadata>
Expand Down
8 changes: 4 additions & 4 deletions PowerShellTools/PowerShellTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="..\branding\logo.png">
<Link>logo.png</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="PowerShellToolsColors.pkgdef">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down Expand Up @@ -137,10 +141,6 @@
<Resource Include="Resources\ScriptIcon.png" />
<Resource Include="Resources\TestIcon.png" />
<None Include="Manifest\source.extension.vsixmanifest" />
<Content Include="poshtools.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="PowerShellTools.targets">
<IncludeInVSIX>true</IncludeInVSIX>
<InstallRoot>MSBuild</InstallRoot>
Expand Down
Binary file removed PowerShellTools/poshtools.png
Binary file not shown.
2 changes: 1 addition & 1 deletion PowerShellToolsPro.Cmdlets/PowerShellProTools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Ironman Software, LLC
#
# Generated on: 2025-10-27
# Generated on: 2025-11-26
#

@{
Expand Down
Binary file removed WinFormDesigner/PowerShellWindowsForm.ico
Binary file not shown.
9 changes: 5 additions & 4 deletions WinFormDesigner/WinFormDesigner.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Costura.Fody.5.7.0\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.5.7.0\build\Costura.Fody.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -37,7 +36,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>PowerShellWindowsForm.ico</ApplicationIcon>
<ApplicationIcon>..\branding\logo.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="CommandLine, Version=2.9.1.0, Culture=neutral, PublicKeyToken=5a870481e358d379, processorArchitecture=MSIL">
Expand Down Expand Up @@ -242,8 +241,10 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="..\branding\logo.ico">
<Link>logo.ico</Link>
</Content>
<Content Include="FodyWeavers.xml" />
<Content Include="PowerShellWindowsForm.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Fody.6.5.5\build\Fody.targets" Condition="Exists('..\packages\Fody.6.5.5\build\Fody.targets')" />
Expand Down
Binary file removed branding/PoshToolsLogo.pdn
Binary file not shown.
Binary file removed branding/PoshToolsLogo.png
Binary file not shown.
Binary file removed branding/PoshToolsVsLogo.png
Binary file not shown.
Binary file added branding/logo.ico
Binary file not shown.
Binary file removed branding/logo.pdn
Binary file not shown.
Binary file modified branding/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions branding/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion poshtools.version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025.10.0
2025.11.0
2 changes: 1 addition & 1 deletion vscode/powershellprotools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Change Log

See our [changelog](https://docs.poshtools.com/poshtools-vscode-changelog)
See our [changelog](https://github.com/ironmansoftware/powershell-pro-tools)
2 changes: 1 addition & 1 deletion vscode/powershellprotools/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Ironman Software, LLC
Copyright (c) 2025 Ironman Software, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Binary file added vscode/powershellprotools/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading