Skip to content

Commit

Permalink
Fixing context menu for 3.3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BlythMeister committed Sep 6, 2016
1 parent 2dc2c33 commit f7169d9
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 27 deletions.
2 changes: 1 addition & 1 deletion src/CurrentVersion.info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0.0
3.3.1.0
4 changes: 2 additions & 2 deletions src/Gallifrey.Harvest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.0.0")]
[assembly: AssemblyVersion("3.3.1.0")]
[assembly: AssemblyFileVersion("3.3.1.0")]
4 changes: 2 additions & 2 deletions src/Gallifrey.Jira/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.0.0")]
[assembly: AssemblyVersion("3.3.1.0")]
[assembly: AssemblyFileVersion("3.3.1.0")]
4 changes: 2 additions & 2 deletions src/Gallifrey.Rest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.0.0")]
[assembly: AssemblyVersion("3.3.1.0")]
[assembly: AssemblyFileVersion("3.3.1.0")]
4 changes: 2 additions & 2 deletions src/Gallifrey.RestClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
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("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.0.0")]
[assembly: AssemblyVersion("3.3.1.0")]
[assembly: AssemblyFileVersion("3.3.1.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<ErrorReportUrl>https://github.com/BlythMeister/Gallifrey</ErrorReportUrl>
<ProductName>Gallifrey %28Alpha%29</ProductName>
<PublisherName>Gallifrey</PublisherName>
<MinimumRequiredVersion>3.3.0.0</MinimumRequiredVersion>
<MinimumRequiredVersion>3.3.1.0</MinimumRequiredVersion>
<ApplicationRevision>26</ApplicationRevision>
<ApplicationVersion>3.3.0.0</ApplicationVersion>
<ApplicationVersion>3.3.1.0</ApplicationVersion>
<UseApplicationTrust>true</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
4 changes: 2 additions & 2 deletions src/Gallifrey.UI.Modern.Alpha/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,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("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.0.0")]
[assembly: AssemblyVersion("3.3.1.0")]
[assembly: AssemblyFileVersion("3.3.1.0")]
4 changes: 2 additions & 2 deletions src/Gallifrey.UI.Modern.Beta/Gallifrey.UI.Modern.Beta.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<ErrorReportUrl>https://github.com/BlythMeister/Gallifrey</ErrorReportUrl>
<ProductName>Gallifrey %28Beta%29</ProductName>
<PublisherName>Gallifrey</PublisherName>
<MinimumRequiredVersion>3.3.0.0</MinimumRequiredVersion>
<MinimumRequiredVersion>3.3.1.0</MinimumRequiredVersion>
<ApplicationRevision>25</ApplicationRevision>
<ApplicationVersion>3.3.0.0</ApplicationVersion>
<ApplicationVersion>3.3.1.0</ApplicationVersion>
<UseApplicationTrust>true</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
4 changes: 2 additions & 2 deletions src/Gallifrey.UI.Modern.Beta/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,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("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.0.0")]
[assembly: AssemblyVersion("3.3.1.0")]
[assembly: AssemblyFileVersion("3.3.1.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<ErrorReportUrl>https://github.com/BlythMeister/Gallifrey</ErrorReportUrl>
<ProductName>Gallifrey</ProductName>
<PublisherName>Gallifrey</PublisherName>
<MinimumRequiredVersion>3.3.0.0</MinimumRequiredVersion>
<MinimumRequiredVersion>3.3.1.0</MinimumRequiredVersion>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>3.3.0.0</ApplicationVersion>
<ApplicationVersion>3.3.1.0</ApplicationVersion>
<UseApplicationTrust>true</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
4 changes: 2 additions & 2 deletions src/Gallifrey.UI.Modern.Stable/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,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("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.0.0")]
[assembly: AssemblyVersion("3.3.1.0")]
[assembly: AssemblyFileVersion("3.3.1.0")]
6 changes: 4 additions & 2 deletions src/Gallifrey.UI.Modern/ChangeLog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,11 @@
<Other>Temp timers are now "Local" timers in preparation for exporting to a destination other than Jira</Other>
</Others>
</Version>
<Version Number="3.3.0.1" Name="Pre-Release">
<Version Number="3.3.1.0" Name="">
<Features/>
<Bugs/>
<Bugs>
<Bug>Fix the context menu</Bug>
</Bugs>
<Others/>
</Version>
</Versions>
Expand Down
4 changes: 2 additions & 2 deletions src/Gallifrey.UI.Modern/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,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("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.0.0")]
[assembly: AssemblyVersion("3.3.1.0")]
[assembly: AssemblyFileVersion("3.3.1.0")]
4 changes: 2 additions & 2 deletions src/Gallifrey/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.0.0")]
[assembly: AssemblyVersion("3.3.1.0")]
[assembly: AssemblyFileVersion("3.3.1.0")]

0 comments on commit f7169d9

Please sign in to comment.