Skip to content

Commit

Permalink
1.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benrhughes committed Aug 24, 2012
1 parent 0c0b384 commit 4004c04
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 12 deletions.
13 changes: 13 additions & 0 deletions BuildController/Build and Release process.txt
@@ -0,0 +1,13 @@
In dev:

1. Update SharedAssemblyInfo.cs with the new version number
2. Build the solution
3. Run unit tests
4. Update the installer's version number
5. Build the installer (in Release mode)
6. Rename msi to include version number
7. Upload msi to github
8. Update updates.xml with the new version number
9. Commit changes to dev
10. Merge dev into master
11. Push dev and master to github
3 changes: 3 additions & 0 deletions BuildController/BuildController.csproj
Expand Up @@ -77,6 +77,9 @@
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="Build and Release process.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
4 changes: 2 additions & 2 deletions Client/Properties/SharedAssemblyInfo.cs
Expand Up @@ -20,5 +20,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]
[assembly: AssemblyVersion("1.7.1.0")]
[assembly: AssemblyFileVersion("1.7.1.0")]
21 changes: 13 additions & 8 deletions NewInstaller/NewInstaller.vdproj
Expand Up @@ -15,7 +15,7 @@
{
"Entry"
{
"MsmKey" = "8:_CA66CC0A3939115608B050137CAC9336"
"MsmKey" = "8:_5547FE2E13BA1709529C22A3CD4A2BB0"
"OwnerKey" = "8:_DD4FBF2F861840278FC197A08A3BC28B"
"MsmSig" = "8:_UNDEFINED"
}
Expand All @@ -34,7 +34,7 @@
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_CA66CC0A3939115608B050137CAC9336"
"OwnerKey" = "8:_5547FE2E13BA1709529C22A3CD4A2BB0"
"MsmSig" = "8:_UNDEFINED"
}
}
Expand Down Expand Up @@ -142,13 +142,18 @@
}
"File"
{
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CA66CC0A3939115608B050137CAC9336"
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5547FE2E13BA1709529C22A3CD4A2BB0"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:ToDoLib, Version=1.2.35.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:ToDoLib, Version=1.7.1.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_5547FE2E13BA1709529C22A3CD4A2BB0"
{
"Name" = "8:ToDoLib.dll"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:ToDoLib.dll"
"TargetName" = "8:"
Expand Down Expand Up @@ -224,15 +229,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:todotxt.net"
"ProductCode" = "8:{EA45D87D-1FAE-4F7C-9966-0954913C225E}"
"PackageCode" = "8:{F9195CFF-046F-41E5-8ECD-4C30BD4EF5C1}"
"ProductCode" = "8:{6AA33644-3648-46E4-BED0-5AB983FB6B3E}"
"PackageCode" = "8:{5D518ED1-F542-4359-84FC-69603AAA59F2}"
"UpgradeCode" = "8:{16D204EA-4E20-46D6-8C18-227DE56996D4}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.7.0"
"ProductVersion" = "8:1.7.1"
"Manufacturer" = "8:Hughesoft"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down Expand Up @@ -760,7 +765,7 @@
{
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_DD4FBF2F861840278FC197A08A3BC28B"
{
"SourcePath" = "8:..\\Client\\obj\\x86\\Debug\\todotxt.exe"
"SourcePath" = "8:..\\Client\\obj\\x86\\Release\\todotxt.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_9136B6B8A43E4907A3E4DB2F468AD84C"
Expand Down
4 changes: 2 additions & 2 deletions Updates.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<updates>
<version>1.7.0.0</version>
<changelog>Copy Task with Ctrl-C; Multiple saved filters; due:active filter</changelog>
<version>1.7.1.0</version>
<changelog>Re-instated colour coding/styles that went missing in the last release</changelog>
</updates>

0 comments on commit 4004c04

Please sign in to comment.