Skip to content

Commit

Permalink
Changed deployment to use website.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenEddies committed Mar 31, 2015
1 parent 21e7ed5 commit fdcdac4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
9 changes: 5 additions & 4 deletions PassphraseGenerator/PassphraseGenerator.csproj
Expand Up @@ -11,22 +11,23 @@
<AssemblyName>PassphraseGenerator</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<IsWebBootstrapper>true</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<InstallUrl>http://apps.eddies.me.uk/download/passphrase-win/</InstallUrl>
<TargetCulture>en-GB</TargetCulture>
<ProductName>Passphrase Generator</ProductName>
<PublisherName>Steven Eddies</PublisherName>
<ApplicationRevision>3</ApplicationRevision>
<ApplicationVersion>1.0.0.3</ApplicationVersion>
<ApplicationRevision>4</ApplicationRevision>
<ApplicationVersion>1.0.0.4</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down
4 changes: 2 additions & 2 deletions PassphraseGenerator/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// 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.3")]
[assembly: AssemblyFileVersion("1.0.0.3")]
[assembly: AssemblyVersion("1.0.0.4")]
[assembly: AssemblyFileVersion("1.0.0.4")]
4 changes: 1 addition & 3 deletions README
Expand Up @@ -10,7 +10,7 @@ This is a Windows port of an Android app: see the original at https://play.googl

Installing

Get the most recent version from dist/, unzip all files and run setup.exe. This installs Passphrase Generator for the current Windows user only.
Download from http://apps.eddies.me.uk/download/passphrase-win/setup.exe - this installs Passphrase Generator for the current Windows user only.


Requirements
Expand All @@ -27,8 +27,6 @@ Contents

Dictionaries/ - Pre-generated compressed word lists.

dist/ - Downloadable installers for the application.

Icon/ - GIMP original for the application icon.

PassphraseGenerator/ - Visual Studio project for the application source code.
Binary file removed dist/PassphraseGenerator-v1.0.0.2.zip
Binary file not shown.
Binary file removed dist/PassphraseGenerator-v1.0.0.3.zip
Binary file not shown.

0 comments on commit fdcdac4

Please sign in to comment.