Skip to content

Commit

Permalink
publish new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
clovett committed Jan 6, 2024
1 parent a4280bd commit 7a547d6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Source/WPF/MoneyPackage/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="43906ChrisLovett.MyMoney.Net" Publisher="CN=Chris Lovett, O=Chris Lovett, S=Washington, C=US" Version="2.1.0.15" />
<Identity Name="43906ChrisLovett.MyMoney.Net" Publisher="CN=Chris Lovett, O=Chris Lovett, S=Washington, C=US" Version="2.1.0.16" />
<Properties>
<DisplayName>MyMoney.Net</DisplayName>
<PublisherDisplayName>Chris Lovett</PublisherDisplayName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<ApplicationRevision>15</ApplicationRevision>
<ApplicationVersion>2.1.0.15</ApplicationVersion>
<ApplicationRevision>16</ApplicationRevision>
<ApplicationVersion>2.1.0.16</ApplicationVersion>
<BootstrapperEnabled>True</BootstrapperEnabled>
<Configuration>Release</Configuration>
<CreateWebPageOnPublish>True</CreateWebPageOnPublish>
Expand Down Expand Up @@ -33,7 +33,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<UpdateMode>Background</UpdateMode>
<UpdateInterval>1</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdatePeriodically>true</UpdatePeriodically>
<UpdateRequired>False</UpdateRequired>
<WebPageFileName>Publish.html</WebPageFileName>
</PropertyGroup>
Expand Down
3 changes: 2 additions & 1 deletion Source/WPF/MyMoney/Setup/changes.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<changes>
<change version="2.1.0.15" date="1/4/2024">
<change version="2.1.0.16" date="1/4/2024">
- Add a future bills report.
- Add "Recurring Expense" category type.
</change>
<change version="2.1.0.14" date="1/1/2024">
- Add Yahoo stock quote service (which is free).
Expand Down
4 changes: 2 additions & 2 deletions Source/WPF/Version/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
// And also sync this with the MSIX package manifest in
// ~\MyMoney.Net\Source\WPF\MoneyPackage\Package.appxmanifest

[assembly: AssemblyVersion("2.1.0.15")]
[assembly: AssemblyFileVersion("2.1.0.15")]
[assembly: AssemblyVersion("2.1.0.16")]
[assembly: AssemblyFileVersion("2.1.0.16")]
4 changes: 2 additions & 2 deletions Source/WPF/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>15</ApplicationRevision>
<ApplicationVersion>2.1.0.15</ApplicationVersion>
<ApplicationRevision>16</ApplicationRevision>
<ApplicationVersion>2.1.0.16</ApplicationVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion Source/WPF/Version/VersionMaster.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0.15
2.1.0.16

0 comments on commit 7a547d6

Please sign in to comment.