Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
1.1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed Feb 8, 2018
1 parent c9613d0 commit 59c81bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions ILEditor/ILEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<PublisherName>Works Of Barry</PublisherName>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>index.html</WebPage>
<ApplicationRevision>73</ApplicationRevision>
<ApplicationVersion>2.0.0.%2a</ApplicationVersion>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>3.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>true</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down Expand Up @@ -71,7 +71,7 @@
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
Expand Down Expand Up @@ -529,7 +529,9 @@
<Content Include="Resources\Highlighting\Dark\darkCPP.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Resources\Highlighting\Dark\darkRPG.xml" />
<Content Include="Resources\Highlighting\Dark\darkRPG.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Resources\Highlighting\Dark\darkSQL.xml" />
<None Include="Resources\Highlighting\Light\lightCL.xml" />
<None Include="Resources\Highlighting\Light\lightCOBOL.xml" />
Expand Down
2 changes: 1 addition & 1 deletion ILEditor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// 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.2.0.0")]
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: NeutralResourcesLanguage("en-GB")]

Expand Down

0 comments on commit 59c81bd

Please sign in to comment.