Skip to content

Commit 206389d

Browse files
committed
Updated Binaries To Version 1.0.1.3
- 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
1 parent 69b3502 commit 206389d

10 files changed

Lines changed: 7 additions & 6 deletions

App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<applicationSettings>
3939
<Crypture.Properties.Settings>
4040
<setting name="ItemTextExpressionFilter" serializeAs="String">
41-
<value>^abc$</value>
41+
<value></value>
4242
</setting>
4343
<setting name="ShowItemFileUpload" serializeAs="String">
4444
<value>True</value>
-3.29 MB
Binary file not shown.
3.37 MB
Binary file not shown.
-3.29 MB
Binary file not shown.
3.37 MB
Binary file not shown.

Build/Build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set LIBURL=https://github.com/NoMoreFood/Crypture
1010
SET BASEDIR=%~dp0.
1111
SET BINDIR=%~dp0..\bin\Release
1212
SET OUTDIR=%~dp0..\Binaries
13-
SET VERSION=1.0.1.2
13+
SET VERSION=1.0.1.3
1414

1515
:: cleanup binary directory
1616
DEL /F /S /Q "%BINDIR%\*.xml"

Build/Crypture.wxs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
<Feature Id="ProductFeature" Title="Crypture" Level="1" TypicalDefault="install">
2020
<ComponentGroupRef Id="CryptureComponents" />
2121
</Feature>
22+
<Icon Id="ProductIcon" SourceFile="..\..\Safe.ico"/>
23+
<Property Id="ARPPRODUCTICON" Value="ProductIcon" />
2224
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" />
2325
<UIRef Id="WixUI_InstallDir" />
2426
<UI>

Crypture.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
<Lcid>0</Lcid>
278278
<WrapperTool>tlbimp</WrapperTool>
279279
<Isolated>False</Isolated>
280-
<EmbedInteropTypes>False</EmbedInteropTypes>
280+
<EmbedInteropTypes>True</EmbedInteropTypes>
281281
</COMReference>
282282
</ItemGroup>
283283
<ItemGroup>

ItemEditor.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
using System.Text;
1515
using System.Text.RegularExpressions;
1616
using System.Windows;
17-
using System.Windows.Data;
1817
using System.Windows.Interop;
1918

2019
namespace Crypture

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
//
4242
// You can specify all the values or you can default the Build and Revision Numbers by using the '*'
4343
// as shown below: [assembly: AssemblyVersion("1.0.*")]
44-
[assembly: AssemblyVersion("1.0.1.2")]
45-
[assembly: AssemblyFileVersion("1.0.1.2")]
44+
[assembly: AssemblyVersion("1.0.1.3")]
45+
[assembly: AssemblyFileVersion("1.0.1.3")]

0 commit comments

Comments
 (0)