Update files for Cranko-based continuous deployment

This bumps the version numbers of in-development builds to use "99" for the minor
version number. During the automated processing of actual releases, the version number
will be rewritten to have the appropriate value.
This commit is contained in:
Peter Williams 2021-12-28 14:31:37 -05:00
Родитель 0e5e2e3ff7
Коммит 4cef7c930a
10 изменённых файлов: 76 добавлений и 19 удалений

Просмотреть файл

@ -0,0 +1,55 @@
[[project]]
qnames = [
'WWTCoreUWP',
'csproj',
]
version = '6.0.1.0'
[[project]]
qnames = [
'MakeDataCabinetFile',
'csproj',
]
version = '1.0.0.0'
[[project]]
qnames = [
'WWTCore',
'csproj',
]
version = '6.0.13.0'
[[project]]
qnames = [
'OculusWrap',
'csproj',
]
version = '2.3.4.1'
[[project]]
qnames = [
'WWTExplorer',
'csproj',
]
version = '6.0.13.1'
[[project]]
qnames = [
'UwpRenderEngine',
'csproj',
]
version = '6.0.1.0'
[[project]]
qnames = [
'WWTHolographic',
'csproj',
]
version = '6.0.1.0'
[[project]]
qnames = [
'WorldWideTelescope',
'csproj',
]
version = '6.0.1.0'

Просмотреть файл

@ -0,0 +1,2 @@
[repo]
upstream_urls = ['git@github.com:WorldWideTelescope/wwt-windows-client.git']

Просмотреть файл

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.99.0.0")]
[assembly: AssemblyFileVersion("1.99.0.0")]

Просмотреть файл

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.4.1")]
[assembly: AssemblyFileVersion("2.3.4.1")]
[assembly: AssemblyVersion("2.99.0.0")]
[assembly: AssemblyFileVersion("2.99.0.0")]

Просмотреть файл

@ -24,6 +24,6 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("6.0.1.0")]
[assembly: AssemblyFileVersion("6.0.1.0")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("6.99.0.0")]
[assembly: AssemblyFileVersion("6.99.0.0")]
[assembly: ComVisible(false)]

Просмотреть файл

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("6.0.13.0")]
[assembly: AssemblyFileVersion("6.0.13.0")]
[assembly: AssemblyVersion("6.99.0.0")]
[assembly: AssemblyFileVersion("6.99.0.0")]

Просмотреть файл

@ -24,6 +24,6 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("6.0.1.0")]
[assembly: AssemblyFileVersion("6.0.1.0")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("6.99.0.0")]
[assembly: AssemblyFileVersion("6.99.0.0")]
[assembly: ComVisible(false)]

Просмотреть файл

@ -30,8 +30,8 @@ using System.Resources;
// Build Number
// Revision
//
[assembly: AssemblyVersion("6.0.13.1")]
[assembly: AssemblyFileVersion("6.0.13.1")]
[assembly: AssemblyVersion("6.99.0.0")]
[assembly: AssemblyFileVersion("6.99.0.0")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
[assembly: System.Windows.Media.DisableDpiAwareness]

Просмотреть файл

@ -24,6 +24,6 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("6.0.1.0")]
[assembly: AssemblyFileVersion("6.0.1.0")]
[assembly: AssemblyVersion("6.99.0.0")]
[assembly: AssemblyFileVersion("6.99.0.0")]
[assembly: ComVisible(false)]

Просмотреть файл

@ -24,6 +24,6 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("6.0.1.0")]
[assembly: AssemblyFileVersion("6.0.1.0")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("6.99.0.0")]
[assembly: AssemblyFileVersion("6.99.0.0")]
[assembly: ComVisible(false)]