Skip to content

Commit

Permalink
publish version 2.8.0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
lovettchris committed Apr 26, 2022
1 parent ef97d32 commit 757e931
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions src/Updates/Updates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<history>https://github.com/microsoft/XmlNotepad/blob/master/src/Updates/Updates.xml</history>
<frequency>1.00:00:00</frequency>
</application>
<version number="2.8.0.59">
<feature>Try and fix some memory leaks and add new GC.Collect menu item on the Edit menu.</feature>
</version>
<version number="2.8.0.58">
<feature>Fix bug 173: Error in reload when file saved using rdcman.</feature>
</version>
Expand Down
4 changes: 2 additions & 2 deletions src/Version/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.8.0.58")]
[assembly: AssemblyFileVersion("2.8.0.58")]
[assembly: AssemblyVersion("2.8.0.59")]
[assembly: AssemblyFileVersion("2.8.0.59")]
4 changes: 2 additions & 2 deletions src/Version/Version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ApplicationRevision>58</ApplicationRevision>
<ApplicationVersion>2.8.0.58</ApplicationVersion>
<ApplicationRevision>59</ApplicationRevision>
<ApplicationVersion>2.8.0.59</ApplicationVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/XmlNotepadPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap rescap">
<Identity Name="5632ff08-aa93-439a-b09f-677eb3664250" Publisher="CN=Chris Lovett, O=Chris Lovett, S=Washington, C=US" Version="2.8.0.58" />
<Identity Name="5632ff08-aa93-439a-b09f-677eb3664250" Publisher="CN=Chris Lovett, O=Chris Lovett, S=Washington, C=US" Version="2.8.0.59" />
<Properties>
<DisplayName>XML Notepad</DisplayName>
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
Expand Down
2 changes: 1 addition & 1 deletion src/XmlNotepadSetup/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="XmlNotepad" Language="1033" Version="2.8.0.58" Manufacturer="Lovett Software" UpgradeCode="14C1B5E8-3198-4AF2-B4BC-351017A109D3">
<Product Id="*" Name="XmlNotepad" Language="1033" Version="2.8.0.59" Manufacturer="Lovett Software" UpgradeCode="14C1B5E8-3198-4AF2-B4BC-351017A109D3">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
<MajorUpgrade Schedule="afterInstallFinalize" DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowSameVersionUpgrades="yes" />
<MediaTemplate />
Expand Down

0 comments on commit 757e931

Please sign in to comment.