Skip to content

Commit 5957277

Browse files
committed
Publish signed version 2.9.0.18
1 parent bf33e0a commit 5957277

6 files changed

Lines changed: 12 additions & 8 deletions

File tree

notes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
Fix issue #463: Don't add a missing XML declaration on save.
3+
Fix issue #460: Remove formatting for XML elements that are not allowed to contain whitespace (XSD Schema content model is Empty, Mixed, or TextOnly).
4+

src/Version/Version.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System.Runtime.InteropServices;
77

88
[assembly: AssemblyCompany("Microsoft Corporation")]
9-
[assembly: AssemblyCopyright("Copyright © 2021 Microsoft Corporation")]
9+
[assembly: AssemblyCopyright("Copyright © 2026 Microsoft Corporation")]
1010

1111
// Version information for an assembly consists of the following four values:
1212
//
@@ -17,5 +17,5 @@
1717
//
1818
// Version.props is the Master version number from which UpdateVersions will propagate to
1919
// this file, Package.appxmanifest, Product.wxs, Bundle.wxs and Application.csproj.
20-
[assembly: AssemblyVersion("2.9.0.17")]
21-
[assembly: AssemblyFileVersion("2.9.0.17")]
20+
[assembly: AssemblyVersion("2.9.0.18")]
21+
[assembly: AssemblyFileVersion("2.9.0.18")]

src/Version/Version.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<ApplicationRevision>0</ApplicationRevision>
5-
<ApplicationVersion>2.9.0.17</ApplicationVersion>
5+
<ApplicationVersion>2.9.0.18</ApplicationVersion>
66
<Version>$(ApplicationVersion)</Version>
77
<Authors>Chris Lovett</Authors>
88
<Product>XmlNotepad</Product>
99
<RepositoryUrl>https://github.com/microsoft/xmlnotepad</RepositoryUrl>
1010
<PackageProjectUrl>https://microsoft.github.io/XmlNotepad/</PackageProjectUrl>
1111
<Company>Microsoft Corporation</Company>
12-
<Copyright>Copyright © 2025 Microsoft Corporation</Copyright>
12+
<Copyright>Copyright © 2026 Microsoft Corporation</Copyright>
1313
<WebView2Version>1.0.3595.46</WebView2Version>
1414
</PropertyGroup>
1515
</Project>

src/XmlNotepadBundle/Bundle.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
3-
<Bundle Name="XML Notepad" Version="2.9.0.17" Manufacturer="Lovett Software" UpgradeCode="b39cd92c-6bf2-4f4c-9e2c-fb402781a316">
3+
<Bundle Name="XML Notepad" Version="2.9.0.18" Manufacturer="Lovett Software" UpgradeCode="b39cd92c-6bf2-4f4c-9e2c-fb402781a316">
44
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense">
55
<bal:WixStandardBootstrapperApplication LicenseFile="..\Application\license.rtf" ShowVersion="yes" />
66
</BootstrapperApplicationRef>

src/XmlNotepadPackage/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
3-
<Identity Name="43906ChrisLovett.XmlNotepad" Publisher="CN=BC801FCC-0BF8-49D7-9F51-1B625C3BE476" Version="2.9.0.17" />
3+
<Identity Name="43906ChrisLovett.XmlNotepad" Publisher="CN=BC801FCC-0BF8-49D7-9F51-1B625C3BE476" Version="2.9.0.18" />
44
<Properties>
55
<DisplayName>XmlNotepad</DisplayName>
66
<PublisherDisplayName>Chris Lovett</PublisherDisplayName>

src/XmlNotepadSetup/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
3-
<Product Id="*" Name="XmlNotepad" Language="1033" Version="2.9.0.17" Manufacturer="Lovett Software" UpgradeCode="14C1B5E8-3198-4AF2-B4BC-351017A109D3">
3+
<Product Id="*" Name="XmlNotepad" Language="1033" Version="2.9.0.18" Manufacturer="Lovett Software" UpgradeCode="14C1B5E8-3198-4AF2-B4BC-351017A109D3">
44
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
55
<MajorUpgrade Schedule="afterInstallFinalize" DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowSameVersionUpgrades="yes" />
66
<MediaTemplate />

0 commit comments

Comments
 (0)