Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszbanasiak committed Aug 27, 2014
1 parent 596d2ce commit 72fd2dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Setup/Setup.isl
Original file line number Diff line number Diff line change
Expand Up @@ -3860,7 +3860,7 @@
<col def="V0">Data</col>
<col def="S255">ISBuildSourcePath</col>
<col def="I2">ISIconIndex</col>
<row><td>ARPPRODUCTICON.exe</td><td/><td>&lt;ISProductFolder&gt;\redist\Language Independent\OS Independent\setupicon.ico</td><td>0</td></row>
<row><td>ARPPRODUCTICON.exe</td><td/><td>&lt;VSSolutionFolder&gt;\YAPA\Resources\pomo.ico</td><td>0</td></row>
</table>

<table name="IniFile">
Expand Down Expand Up @@ -4371,7 +4371,7 @@ UwBpAG4AZwBsAGUASQBtAGEAZwBlAAEARQB4AHAAcgBlAHMAcwA=
<row><td>PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS</td><td>##IDS_PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS##</td><td/></row>
<row><td>ProductCode</td><td>{FA9C131C-3B81-4003-AED6-845C097A2F84}</td><td/></row>
<row><td>ProductName</td><td>YAPA</td><td/></row>
<row><td>ProductVersion</td><td>1.0.1</td><td/></row>
<row><td>ProductVersion</td><td>1.1.0</td><td/></row>
<row><td>ProgressType0</td><td>install</td><td/></row>
<row><td>ProgressType1</td><td>Installing</td><td/></row>
<row><td>ProgressType2</td><td>installed</td><td/></row>
Expand Down
5 changes: 3 additions & 2 deletions YAPA/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
// 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.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: NeutralResourcesLanguageAttribute("en")]
2 changes: 1 addition & 1 deletion YAPA/Settings.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
ShadowDepth="0" Opacity=".5" BlurRadius="20" />
</Border.Effect>
<Grid Background="White" Margin="0,0,0,0">
<TextBlock Text="YAPA, v1.0.1"
<TextBlock Text="YAPA, v1.1.0"
FontFamily="Segoe UI Light"
FontSize="18pt" Margin="10,0,10,245"
/>
Expand Down

0 comments on commit 72fd2dc

Please sign in to comment.