Skip to content

Commit

Permalink
VSExtension - housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-shilo committed Jan 17, 2025
1 parent eb22cc0 commit 146b5b8
Show file tree
Hide file tree
Showing 18 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Source/NuGet/WixSharp/publish.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
echo !!!! Set nuget authentication key envar
echo !!!! Note: symbols are pushed automatically with nupkg

set ver=2.4.3
dotnet nuget push WixSharp.Msi.Core.%ver%.nupkg -k %nugetkey% -s https://api.nuget.org/v3/index.json
dotnet nuget push WixSharp.Core.%ver%.nupkg -k %nugetkey% -s https://api.nuget.org/v3/index.json
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/Templates.2022/ProjectTemplates/WixSharp Setup (WiX3).zip
Binary file not shown.
Binary file modified Source/Templates.2022/ProjectTemplates/WixSharp Setup (WiX4).zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.2.12
- #1673: Error on using template "WixSharp Managed Setup - Custom Dialog (Wix 3)"

v2.2.11
- Updated NuGet versions of WoxSharp packages
- Fixed ExitDialog (form) layout problem
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="WixSharp Visual Studio project templetes" Version="2.2.11" Language="en-US" Publisher="Oleg Shilo" />
<Identity Id="WixSharp Visual Studio project templetes" Version="2.2.12" Language="en-US" Publisher="Oleg Shilo" />
<DisplayName>WixSharp Project Templates</DisplayName>
<Description xml:space="preserve">A WixSharp project templates for WiX/MSI setup (C#).
Compatibility: WixSharp v1.6.4.0 (WiX3) / v2.0.0.0 (WiX4) and higher</Description>
Expand Down

0 comments on commit 146b5b8

Please sign in to comment.