Set versions to 0.2.1.0 for release.
update bug tracking url for gitlab bug reports
This commit is contained in:
parent
cfec829d96
commit
a9d8e4c015
@ -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("0.1.5.0")]
|
||||
[assembly: AssemblyFileVersion("0.1.5.0")]
|
||||
[assembly: AssemblyVersion("0.2.1.0")]
|
||||
[assembly: AssemblyFileVersion("0.2.1.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("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyVersion("0.2.1.0")]
|
||||
[assembly: AssemblyFileVersion("0.2.1.0")]
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<Product Id="{DA4797C8-E60E-499F-95A3-B7BD9D19D6DA}"
|
||||
Name="CardReaderServiceInstaller"
|
||||
Language="1033"
|
||||
Version="0.1.5.0"
|
||||
Version="0.2.1.0"
|
||||
Manufacturer="ChrisWatts"
|
||||
UpgradeCode="3b61e4ae-d717-4c95-9ce5-a53a1c180bf6">
|
||||
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
|
||||
|
||||
@ -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("0.1.5.0")]
|
||||
[assembly: AssemblyFileVersion("0.1.5.0")]
|
||||
[assembly: AssemblyVersion("0.2.1.0")]
|
||||
[assembly: AssemblyFileVersion("0.2.1.0")]
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
|
||||
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
|
||||
<Bundle Name="FlexiTimeSystemInstaller"
|
||||
Version="1.0.0.0"
|
||||
Version="0.2.1.0"
|
||||
Manufacturer="Chris Watts"
|
||||
UpgradeCode="d38e92db-48f9-40c3-9a6f-d76fbd07326e">
|
||||
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense">
|
||||
|
||||
@ -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("0.1.5.0")]
|
||||
[assembly: AssemblyFileVersion("0.1.5.0")]
|
||||
[assembly: AssemblyVersion("0.2.1.0")]
|
||||
[assembly: AssemblyFileVersion("0.2.1.0")]
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<Product Id="{34DA87B7-752D-4A37-928B-650160269E70}"
|
||||
Name="SQLiteRepositoryInstaller"
|
||||
Language="1033"
|
||||
Version="1.0.0.0"
|
||||
Version="0.2.1.0"
|
||||
Manufacturer="Chris Watts" UpgradeCode="ec13c45c-6b63-49a6-b058-39e3069a0d6b">
|
||||
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
|
||||
|
||||
|
||||
@ -39,7 +39,7 @@ namespace SQLiteRepository.Properties
|
||||
{
|
||||
internal static class AssemblyInfo
|
||||
{
|
||||
internal const string ASSEMBLY_VERSION = "0.2.0.0";
|
||||
internal const string ASSEMBLY_FILE_VERSION = "0.2.0.0";
|
||||
internal const string ASSEMBLY_VERSION = "0.2.1.0";
|
||||
internal const string ASSEMBLY_FILE_VERSION = "0.2.1.0";
|
||||
}
|
||||
}
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<Product Id="{52F7296E-1C7E-497E-9B25-4FE715D7AD1C}"
|
||||
Name="DataCentreHostInstaller"
|
||||
Language="1033"
|
||||
Version="0.1.5.0"
|
||||
Version="0.2.1.0"
|
||||
Manufacturer="ChrisWatts"
|
||||
UpgradeCode="7282166b-691e-4caa-9a80-f348b8e5ffef">
|
||||
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<add key="DefaultPageSize" value="20" />
|
||||
<add key="WebsiteHttpPort" value="8800"/>
|
||||
<add key="SwipeTimeGap" value="3" />
|
||||
<add key="BugSubmissionEmailAddress" value="incoming+WattsC/FlexiTimeTrackerTool+24qrefn8e1urhl4iqct7we2jl@gitlab.com"/>
|
||||
<add key="BugSubmissionEmailAddress" value="incoming+WattsC/FlexiTimeTrackerTool@incoming.gitlab.com"/>
|
||||
</appSettings>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
|
||||
|
||||
@ -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("0.1.5.0")]
|
||||
[assembly: AssemblyFileVersion("0.1.5.0")]
|
||||
[assembly: AssemblyVersion("0.2.1.0")]
|
||||
[assembly: AssemblyFileVersion("0.2.1.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("0.1.4.0")]
|
||||
[assembly: AssemblyFileVersion("0.1.4.0")]
|
||||
[assembly: AssemblyVersion("0.2.1.0")]
|
||||
[assembly: AssemblyFileVersion("0.2.1.0")]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user