Skip to content

Commit b0fc8d8

Browse files
committed
Publish version 1.1.0.81.
1 parent 7008024 commit b0fc8d8

File tree

8 files changed

+79
-48
lines changed

8 files changed

+79
-48
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<AppInstaller DisplayName="MyMoney.Net" IsBundle="true" Version="1.1.0.80" DisplayPublisher="Chris Lovett" SupportedArchitectures="neutral" OutputFolder="D:\git\clovett\MyMoney.Net\Source\WPF\MoneyPackage\AppPackages\" Description="MyMoney is a rich client .NET application for managing your personal finances. It is written entirely in C# and is designed for programmers who want easy access to their data and who want to quickly and easily add their own features. Your data will not be locked up in some proprietary format, it is yours to do with as you like." MinOS="10.0.18362.0" CertificateUri="https://lovettsoftwarestorage.blob.core.windows.net/downloads/MyMoney.Net/MoneyPackage_1.1.0.80_Test/MoneyPackage_1.1.0.80_AnyCPU.cer" PackageUri="https://lovettsoftwarestorage.blob.core.windows.net/downloads/MyMoney.Net/MoneyPackage_1.1.0.80_Test/MoneyPackage_1.1.0.80_AnyCPU.msixbundle" AppInstallerFile="https://lovettsoftwarestorage.blob.core.windows.net/downloads/MyMoney.Net/MoneyPackage.appinstaller" LogoPath="D:\git\clovett\MyMoney.Net\Source\WPF\MoneyPackage\Images\StoreLogo.png" TileColor="transparent" />
2+
<AppInstaller DisplayName="MyMoney.Net" IsBundle="true" Version="1.1.0.81" DisplayPublisher="Chris Lovett" SupportedArchitectures="neutral" OutputFolder="D:\git\clovett\MyMoney.Net\Source\WPF\MoneyPackage\AppPackages\" Description="MyMoney is a rich client .NET application for managing your personal finances. It is written entirely in C# and is designed for programmers who want easy access to their data and who want to quickly and easily add their own features. Your data will not be locked up in some proprietary format, it is yours to do with as you like." MinOS="10.0.18362.0" CertificateUri="https://lovettsoftwarestorage.blob.core.windows.net/downloads/MyMoney.Net/MoneyPackage_1.1.0.81_Test/MoneyPackage_1.1.0.81_AnyCPU.cer" PackageUri="https://lovettsoftwarestorage.blob.core.windows.net/downloads/MyMoney.Net/MoneyPackage_1.1.0.81_Test/MoneyPackage_1.1.0.81_AnyCPU.msixbundle" AppInstallerFile="https://lovettsoftwarestorage.blob.core.windows.net/downloads/MyMoney.Net/MoneyPackage.appinstaller" LogoPath="D:\git\clovett\MyMoney.Net\Source\WPF\MoneyPackage\Images\StoreLogo.png" TileColor="transparent" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
MainPackage=D:\git\clovett\MyMoney.Net\Source\WPF\MoneyPackage\bin\AnyCPU\Release\MoneyPackage_1.1.0.80_AnyCPU.msix
2-
SymbolPackage=D:\git\clovett\MyMoney.Net\Source\WPF\MoneyPackage\obj\Release\Symbols\MoneyPackage_1.1.0.80_AnyCPU.appxsym
1+
MainPackage=D:\git\clovett\MyMoney.Net\Source\WPF\MoneyPackage\bin\AnyCPU\Release\MoneyPackage_1.1.0.81_AnyCPU.msix
2+
SymbolPackage=D:\git\clovett\MyMoney.Net\Source\WPF\MoneyPackage\obj\Release\Symbols\MoneyPackage_1.1.0.81_AnyCPU.appxsym

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, STREET=18606 201st Ave NE, L=Woodinville, S=WA, PostalCode=98077, C=US" Version="1.1.0.80" />
3+
<Identity Name="43906ChrisLovett.MyMoney.Net" Publisher="CN=Chris Lovett, O=Chris Lovett, STREET=18606 201st Ave NE, L=Woodinville, S=WA, PostalCode=98077, C=US" Version="1.1.0.81" />
44
<Properties>
55
<DisplayName>MyMoney.Net</DisplayName>
66
<PublisherDisplayName>Chris Lovett</PublisherDisplayName>

Source/WPF/MyMoney/MyMoney.csproj

Lines changed: 20 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1313
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1414
<ApplicationIcon>Icons\App.ico</ApplicationIcon>
15-
<AssemblyKeyContainerName>
16-
</AssemblyKeyContainerName>
15+
<AssemblyKeyContainerName></AssemblyKeyContainerName>
1716
<AssemblyName>MyMoney</AssemblyName>
1817
<AssemblyOriginatorKeyFile>$(MyKeyFile)</AssemblyOriginatorKeyFile>
1918
<DefaultClientScript>JScript</DefaultClientScript>
@@ -23,19 +22,15 @@
2322
<RootNamespace>Walkabout</RootNamespace>
2423
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
2524
<StartupObject>Walkabout.App</StartupObject>
26-
<FileUpgradeFlags>
27-
</FileUpgradeFlags>
28-
<UpgradeBackupLocation>
29-
</UpgradeBackupLocation>
25+
<FileUpgradeFlags></FileUpgradeFlags>
26+
<UpgradeBackupLocation></UpgradeBackupLocation>
3027
<OldToolsVersion>3.5</OldToolsVersion>
3128
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
3229
<IsWebBootstrapper>true</IsWebBootstrapper>
33-
<TargetFrameworkProfile>
34-
</TargetFrameworkProfile>
30+
<TargetFrameworkProfile></TargetFrameworkProfile>
3531
<Utf8Output>true</Utf8Output>
3632
<ExpressionBlendVersion>4.0.20901.0</ExpressionBlendVersion>
37-
<NuGetPackageImportStamp>
38-
</NuGetPackageImportStamp>
33+
<NuGetPackageImportStamp></NuGetPackageImportStamp>
3934
<PublishUrl>d:\git\clovett\MyMoney.Net\Source\WPF\publish\</PublishUrl>
4035
<Install>true</Install>
4136
<InstallFrom>Web</InstallFrom>
@@ -63,16 +58,13 @@
6358
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
6459
<BaseAddress>285212672</BaseAddress>
6560
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
66-
<ConfigurationOverrideFile>
67-
</ConfigurationOverrideFile>
61+
<ConfigurationOverrideFile></ConfigurationOverrideFile>
6862
<DefineConstants>TRACE;DEBUG;PerformanceBlocks</DefineConstants>
69-
<DocumentationFile>
70-
</DocumentationFile>
63+
<DocumentationFile></DocumentationFile>
7164
<DebugSymbols>true</DebugSymbols>
7265
<FileAlignment>4096</FileAlignment>
7366
<NoStdLib>false</NoStdLib>
74-
<NoWarn>
75-
</NoWarn>
67+
<NoWarn></NoWarn>
7668
<Optimize>false</Optimize>
7769
<RegisterForComInterop>false</RegisterForComInterop>
7870
<RemoveIntegerChecks>false</RemoveIntegerChecks>
@@ -91,16 +83,13 @@
9183
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
9284
<BaseAddress>285212672</BaseAddress>
9385
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
94-
<ConfigurationOverrideFile>
95-
</ConfigurationOverrideFile>
86+
<ConfigurationOverrideFile></ConfigurationOverrideFile>
9687
<DefineConstants>TRACE;PerformanceBlocks</DefineConstants>
97-
<DocumentationFile>
98-
</DocumentationFile>
88+
<DocumentationFile></DocumentationFile>
9989
<DebugSymbols>false</DebugSymbols>
10090
<FileAlignment>4096</FileAlignment>
10191
<NoStdLib>false</NoStdLib>
102-
<NoWarn>
103-
</NoWarn>
92+
<NoWarn></NoWarn>
10493
<Optimize>true</Optimize>
10594
<RegisterForComInterop>false</RegisterForComInterop>
10695
<RemoveIntegerChecks>false</RemoveIntegerChecks>
@@ -115,8 +104,7 @@
115104
<ManifestCertificateThumbprint>AFFF93C9E6AD77B2519D1778A820B789F9F1E31D</ManifestCertificateThumbprint>
116105
</PropertyGroup>
117106
<PropertyGroup>
118-
<ManifestKeyFile>
119-
</ManifestKeyFile>
107+
<ManifestKeyFile></ManifestKeyFile>
120108
</PropertyGroup>
121109
<PropertyGroup>
122110
<GenerateManifests>true</GenerateManifests>
@@ -144,8 +132,7 @@
144132
<Reference Include="PresentationFramework.Aero" />
145133
<Reference Include="System" />
146134
<Reference Include="System.ComponentModel.DataAnnotations" />
147-
<Reference Include="System.Core">
148-
</Reference>
135+
<Reference Include="System.Core"></Reference>
149136
<Reference Include="System.Data">
150137
<Name>System.Data</Name>
151138
</Reference>
@@ -173,8 +160,7 @@
173160
<Reference Include="System.Xml">
174161
<Name>System.XML</Name>
175162
</Reference>
176-
<Reference Include="System.Xml.Linq">
177-
</Reference>
163+
<Reference Include="System.Xml.Linq"></Reference>
178164
<Reference Include="WindowsBase" />
179165
</ItemGroup>
180166
<ItemGroup>
@@ -491,8 +477,7 @@
491477
<Compile Include="Reports\Reports.cs">
492478
<SubType>Code</SubType>
493479
</Compile>
494-
<Compile Include="Utilities\Clipboard.cs">
495-
</Compile>
480+
<Compile Include="Utilities\Clipboard.cs"></Compile>
496481
<Compile Include="Database\SqlDatabase.cs">
497482
<SubType>Code</SubType>
498483
</Compile>
@@ -976,10 +961,8 @@
976961
<ItemGroup>
977962
<PublishFile Include="Setup\changes.xml">
978963
<Visible>False</Visible>
979-
<Group>
980-
</Group>
981-
<TargetPath>
982-
</TargetPath>
964+
<Group></Group>
965+
<TargetPath></TargetPath>
983966
<PublishState>Include</PublishState>
984967
<IncludeHash>True</IncludeHash>
985968
<FileType>File</FileType>
@@ -993,13 +976,10 @@
993976
</ItemGroup>
994977
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
995978
<PropertyGroup>
996-
<PreBuildEvent>
997-
</PreBuildEvent>
998-
<PostBuildEvent>
999-
</PostBuildEvent>
1000-
</PropertyGroup>
1001-
<PropertyGroup>
979+
<PreBuildEvent></PreBuildEvent>
980+
<PostBuildEvent></PostBuildEvent>
1002981
</PropertyGroup>
982+
<PropertyGroup></PropertyGroup>
1003983
<PropertyGroup>
1004984
<PostBuildEvent />
1005985
</PropertyGroup>

Source/WPF/MyMoney/Setup/changes.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<changes>
3+
<change version="1.1.0.81" date="12/31/2021">
4+
Move to .NET Framework 4.8, which seems to be a bit snappier.
5+
Add Animating Pie Chart and remove dependency on WpfToolkit DataVisualization library.
6+
Add drill down to portfolio and network reports pie charts.
7+
Fix bugs in LoanChart.
8+
Remove dead code.
9+
</change>
310
<change version="1.1.0.80" date="12/29/2021">
411
Fix history chart color in the case where category has no color defined (default to boring gray).
512
</change>

Source/WPF/MyMoneyPackage.sln

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "MoneyPackage", "MoneyPackag
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyMoney", "MyMoney\MyMoney.csproj", "{6B0B9232-88CF-41B0-84AB-186D2F467184}"
99
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyMoneyAdmin", "MyMoneyAdmin\MyMoneyAdmin.csproj", "{D97DDD85-B5E5-445A-8971-AA2171031990}"
11+
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformanceEventProvider", "PerformanceEventProvider\PerformanceEventProvider.csproj", "{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}"
13+
EndProject
1014
Global
1115
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1216
Debug|Any CPU = Debug|Any CPU
@@ -71,6 +75,46 @@ Global
7175
{6B0B9232-88CF-41B0-84AB-186D2F467184}.Release|x64.Build.0 = Release|Any CPU
7276
{6B0B9232-88CF-41B0-84AB-186D2F467184}.Release|x86.ActiveCfg = Release|Any CPU
7377
{6B0B9232-88CF-41B0-84AB-186D2F467184}.Release|x86.Build.0 = Release|Any CPU
78+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
79+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Debug|Any CPU.Build.0 = Debug|Any CPU
80+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Debug|ARM.ActiveCfg = Debug|Any CPU
81+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Debug|ARM.Build.0 = Debug|Any CPU
82+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Debug|ARM64.ActiveCfg = Debug|Any CPU
83+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Debug|ARM64.Build.0 = Debug|Any CPU
84+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Debug|x64.ActiveCfg = Debug|Any CPU
85+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Debug|x64.Build.0 = Debug|Any CPU
86+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Debug|x86.ActiveCfg = Debug|Any CPU
87+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Debug|x86.Build.0 = Debug|Any CPU
88+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Release|Any CPU.ActiveCfg = Release|Any CPU
89+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Release|Any CPU.Build.0 = Release|Any CPU
90+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Release|ARM.ActiveCfg = Release|Any CPU
91+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Release|ARM.Build.0 = Release|Any CPU
92+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Release|ARM64.ActiveCfg = Release|Any CPU
93+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Release|ARM64.Build.0 = Release|Any CPU
94+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Release|x64.ActiveCfg = Release|Any CPU
95+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Release|x64.Build.0 = Release|Any CPU
96+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Release|x86.ActiveCfg = Release|Any CPU
97+
{D97DDD85-B5E5-445A-8971-AA2171031990}.Release|x86.Build.0 = Release|Any CPU
98+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
99+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Debug|Any CPU.Build.0 = Debug|Any CPU
100+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Debug|ARM.ActiveCfg = Debug|Any CPU
101+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Debug|ARM.Build.0 = Debug|Any CPU
102+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Debug|ARM64.ActiveCfg = Debug|Any CPU
103+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Debug|ARM64.Build.0 = Debug|Any CPU
104+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Debug|x64.ActiveCfg = Debug|Any CPU
105+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Debug|x64.Build.0 = Debug|Any CPU
106+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Debug|x86.ActiveCfg = Debug|Any CPU
107+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Debug|x86.Build.0 = Debug|Any CPU
108+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Release|Any CPU.ActiveCfg = Release|Any CPU
109+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Release|Any CPU.Build.0 = Release|Any CPU
110+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Release|ARM.ActiveCfg = Release|Any CPU
111+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Release|ARM.Build.0 = Release|Any CPU
112+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Release|ARM64.ActiveCfg = Release|Any CPU
113+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Release|ARM64.Build.0 = Release|Any CPU
114+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Release|x64.ActiveCfg = Release|Any CPU
115+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Release|x64.Build.0 = Release|Any CPU
116+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Release|x86.ActiveCfg = Release|Any CPU
117+
{6E3CDBAA-7DF1-4413-8501-58ACBBEA8034}.Release|x86.Build.0 = Release|Any CPU
74118
EndGlobalSection
75119
GlobalSection(SolutionProperties) = preSolution
76120
HideSolutionNode = FALSE

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("1.1.0.80")]
10-
[assembly: AssemblyFileVersion("1.1.0.80")]
9+
[assembly: AssemblyVersion("1.1.0.81")]
10+
[assembly: AssemblyFileVersion("1.1.0.81")]

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>80</ApplicationRevision>
5-
<ApplicationVersion>1.1.0.80</ApplicationVersion>
4+
<ApplicationRevision>81</ApplicationRevision>
5+
<ApplicationVersion>1.1.0.81</ApplicationVersion>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)