Skip to content

Commit

Permalink
Updated Binaries To Version 1.0.1.3
Browse files Browse the repository at this point in the history
- Removed test value in application config for ItemTextExpressionFilter
- Modified installer to show icon in Add / Remove programs
- Enabled embedding interop types for certificate enrollment library
  • Loading branch information
NoMoreFood committed Sep 15, 2017
1 parent 69b3502 commit 206389d
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion App.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<applicationSettings>
<Crypture.Properties.Settings>
<setting name="ItemTextExpressionFilter" serializeAs="String">
<value>^abc$</value>
<value></value>
</setting>
<setting name="ShowItemFileUpload" serializeAs="String">
<value>True</value>
Expand Down
Binary file removed Binaries/Crypture-x64-1.0.1.2-installer.msi
Binary file not shown.
Binary file added Binaries/Crypture-x64-1.0.1.3-installer.msi
Binary file not shown.
Binary file removed Binaries/Crypture-x86-1.0.1.2-installer.msi
Binary file not shown.
Binary file added Binaries/Crypture-x86-1.0.1.3-installer.msi
Binary file not shown.
2 changes: 1 addition & 1 deletion Build/Build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set LIBURL=https://github.com/NoMoreFood/Crypture
SET BASEDIR=%~dp0.
SET BINDIR=%~dp0..\bin\Release
SET OUTDIR=%~dp0..\Binaries
SET VERSION=1.0.1.2
SET VERSION=1.0.1.3

:: cleanup binary directory
DEL /F /S /Q "%BINDIR%\*.xml"
Expand Down
2 changes: 2 additions & 0 deletions Build/Crypture.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<Feature Id="ProductFeature" Title="Crypture" Level="1" TypicalDefault="install">
<ComponentGroupRef Id="CryptureComponents" />
</Feature>
<Icon Id="ProductIcon" SourceFile="..\..\Safe.ico"/>
<Property Id="ARPPRODUCTICON" Value="ProductIcon" />
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" />
<UIRef Id="WixUI_InstallDir" />
<UI>
Expand Down
2 changes: 1 addition & 1 deletion Crypture.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>False</EmbedInteropTypes>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion ItemEditor.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
using System.Text;
using System.Text.RegularExpressions;
using System.Windows;
using System.Windows.Data;
using System.Windows.Interop;

namespace Crypture
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,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.1.2")]
[assembly: AssemblyFileVersion("1.0.1.2")]
[assembly: AssemblyVersion("1.0.1.3")]
[assembly: AssemblyFileVersion("1.0.1.3")]

0 comments on commit 206389d

Please sign in to comment.