Commit Graph

18 Commits

Author SHA1 Message Date
PankajBhojwani 8b8ad75024
Update version to 1.13 on main (#11550) 2021-10-20 13:12:17 -05:00
Dustin Howett d2c72e5c25
version: bump to 1.12 on main 2021-08-26 11:35:27 -05:00
Dustin Howett c12835783d
version: bump to 1.11 on main 2021-07-14 15:12:24 -05:00
Dustin Howett 7687dd7b90
version: bump to 1.10 on main 2021-05-25 12:00:17 -05:00
Dustin Howett 3ae93ebfdd version: bump to 1.9 on main 2021-04-14 12:35:41 -05:00
Dustin Howett 6654f0d155
version: bump to 1.4 on master 2021-02-23 16:35:25 -08:00
Dustin Howett d29d72e1e0
verison: bump to 1.7 on main 2021-01-27 12:48:29 -08:00
Dustin Howett 048f8d505e
version: bump to 1.6 on main 2020-11-09 15:17:40 -08:00
Dustin Howett 49b9d41caf
version: bump to 1.5 on master
Signed-off-by: Dustin Howett <duhowett@microsoft.com>
2020-09-22 08:19:08 -07:00
Dustin Howett c15b808142 version: bump to 1.4 on master
Signed-off-by: Dustin Howett <duhowett@microsoft.com>
2020-08-24 16:16:10 -07:00
Dustin L. Howett 7bc5de613c
version: bump to 1.3 on master 2020-07-16 18:18:33 -07:00
Dustin L. Howett d8810f2730
version: bump to 1.2 on master 2020-06-23 18:12:00 -07:00
Dustin L. Howett (MSFT) 7d54bc5ecb
version: bump to 1.1 on master 2020-05-04 18:52:44 -07:00
Dustin L. Howett (MSFT) 2afa19fc15
version: bump to 0.11 2020-03-23 10:04:37 -07:00
Dustin Howett 6ef14d3d4b version: bump to 0.10 2020-02-12 16:54:18 -08:00
Dustin Howett b3bb6c5ba7 master: bump version to v0.9 2020-01-09 17:44:36 -08:00
Dustin L. Howett (MSFT) 8d9f657d43 Update the version in master to 0.8 (#3933)
Since we're producing servicing releases from the release-0.7 branch,
this will let us produce preview releases that are on a separate version train.
2019-12-12 19:53:47 +00:00
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