terminal/src/cascadia/WpfTerminalControl
Dustin L. Howett (MSFT) e22487d10b
consolidate PackageES versioning in /custom.props (#3672)
This location and name is practically mandated by PackageES. Sorry ☹️.

This will ensure that all artifacts that we produce are versioned
properly:

| thing   | version (ex.)   |
|---------|-----------------|
| dll/exe | 0.7.1911.22009  |
| nupkg   | 0.7.191122009   |
| appx    | 0.7.3269.0      |

For reference, here's the version format:

### EXE, DLL, .NET Assembly

0.7.1911.22009
^ ^  ^ ^  ^  ^
| |  | |  |  `-Build # on that date
| |  | |  `-Day
| |  | `-Month
| |  `-Year
| `-Minor
`-Major

### NuGet Package

0.7.191122009
^ ^  ^ ^ ^  ^
| |  | | |  `-Build # on that date
| |  | | `-Day
| |  | `-Month
| |  `-Year
| `-Minor
`-Major

### AppX Package

0.7.03269.0
^ ^ ^  ^^ ^
| | |  || `-Contractually always zero (a waste)
| | |  |`-Build # on that date
| | |  `-Number of days in [base year]
| | `-Number of years since [base year]
| `-Minor
`-Major

[base year] = $(XesBaseYearForStoreVersion)

It is expected that the base year is changed every time the version
number is changed.
2019-11-25 11:29:40 -08:00
..
ITerminalConnection.cs add wpf control (#2004) 2019-10-11 14:02:09 -07:00
NativeMethods.cs wpf: make the cursor blink (#3415) 2019-11-04 13:41:02 -08:00
stylecop.json add wpf control (#2004) 2019-10-11 14:02:09 -07:00
TerminalContainer.cs wpf: make the cursor blink (#3415) 2019-11-04 13:41:02 -08:00
TerminalControl.xaml wpf: Change scrollbar buttons to one line per click (#3397) 2019-10-31 17:17:14 -07:00
TerminalControl.xaml.cs fix latent DPI issues with the WPF control (#3301) 2019-10-24 15:45:17 -07:00
TerminalOutputEventArgs.cs add wpf control (#2004) 2019-10-11 14:02:09 -07:00
TerminalTheme.cs add wpf control (#2004) 2019-10-11 14:02:09 -07:00
WpfTerminalControl.csproj consolidate PackageES versioning in /custom.props (#3672) 2019-11-25 11:29:40 -08:00