Skip to content

Commit 7a547d6

Browse files
committed
publish new version.
1 parent a4280bd commit 7a547d6

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

Source/WPF/MoneyPackage/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.MyMoney.Net" Publisher="CN=Chris Lovett, O=Chris Lovett, S=Washington, C=US" Version="2.1.0.15" />
3+
<Identity Name="43906ChrisLovett.MyMoney.Net" Publisher="CN=Chris Lovett, O=Chris Lovett, S=Washington, C=US" Version="2.1.0.16" />
44
<Properties>
55
<DisplayName>MyMoney.Net</DisplayName>
66
<PublisherDisplayName>Chris Lovett</PublisherDisplayName>

Source/WPF/MyMoney/Properties/PublishProfiles/ClickOnceProfile.pubxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
44
-->
55
<Project>
66
<PropertyGroup>
7-
<ApplicationRevision>15</ApplicationRevision>
8-
<ApplicationVersion>2.1.0.15</ApplicationVersion>
7+
<ApplicationRevision>16</ApplicationRevision>
8+
<ApplicationVersion>2.1.0.16</ApplicationVersion>
99
<BootstrapperEnabled>True</BootstrapperEnabled>
1010
<Configuration>Release</Configuration>
1111
<CreateWebPageOnPublish>True</CreateWebPageOnPublish>
@@ -33,7 +33,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
3333
<UpdateMode>Background</UpdateMode>
3434
<UpdateInterval>1</UpdateInterval>
3535
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
36-
<UpdatePeriodically>false</UpdatePeriodically>
36+
<UpdatePeriodically>true</UpdatePeriodically>
3737
<UpdateRequired>False</UpdateRequired>
3838
<WebPageFileName>Publish.html</WebPageFileName>
3939
</PropertyGroup>

Source/WPF/MyMoney/Setup/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<changes>
3-
<change version="2.1.0.15" date="1/4/2024">
3+
<change version="2.1.0.16" date="1/4/2024">
44
- Add a future bills report.
5+
- Add "Recurring Expense" category type.
56
</change>
67
<change version="2.1.0.14" date="1/1/2024">
78
- Add Yahoo stock quote service (which is free).

Source/WPF/Version/Version.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
// And also sync this with the MSIX package manifest in
77
// ~\MyMoney.Net\Source\WPF\MoneyPackage\Package.appxmanifest
88

9-
[assembly: AssemblyVersion("2.1.0.15")]
10-
[assembly: AssemblyFileVersion("2.1.0.15")]
9+
[assembly: AssemblyVersion("2.1.0.16")]
10+
[assembly: AssemblyFileVersion("2.1.0.16")]

Source/WPF/Version/Version.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<ApplicationRevision>15</ApplicationRevision>
5-
<ApplicationVersion>2.1.0.15</ApplicationVersion>
4+
<ApplicationRevision>16</ApplicationRevision>
5+
<ApplicationVersion>2.1.0.16</ApplicationVersion>
66
</PropertyGroup>
77
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0.15
1+
2.1.0.16

0 commit comments

Comments
 (0)