Skip to content

Commit

Permalink
Updated Binaries To Version 1.0.1.7
Browse files Browse the repository at this point in the history
- Removed unnecessary reference to SQL server assembly.
- Built, signed, and packaged new version.
  • Loading branch information
NoMoreFood committed Nov 16, 2018
1 parent 68e631c commit 502f444
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 8 deletions.
Binary file removed Binaries/Crypture-x64-1.0.1.6-installer.msi
Binary file not shown.
Binary file added Binaries/Crypture-x64-1.0.1.7-installer.msi
Binary file not shown.
Binary file removed Binaries/Crypture-x86-1.0.1.6-installer.msi
Binary file not shown.
Binary file added Binaries/Crypture-x86-1.0.1.7-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.6
SET VERSION=1.0.1.7

:: cleanup binary directory
DEL /F /S /Q "%BINDIR%\*.*obj"
Expand Down
4 changes: 0 additions & 4 deletions Crypture.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
</Reference>
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include="Fluent, Version=6.1.0.326, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Fluent.Ribbon.6.1.0.326\lib\net462\Fluent.dll</HintPath>
</Reference>
Expand All @@ -98,7 +95,6 @@
<HintPath>packages\System.Data.SQLite.Linq.1.0.109.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
</Reference>
<Reference Include="System.DirectoryServices" />
<Reference Include="System.EnterpriseServices" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Security" />
Expand Down
2 changes: 1 addition & 1 deletion ItemBrowser.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ internal bool AddCertificate(X509Certificate2 oCert, string sIdentifier)
return true;
}

[DllImport("kernel32", CharSet = CharSet.Auto, SetLastError = true)]
[DllImport("kernel32", CharSet = CharSet.Unicode, SetLastError = true)]
static extern IntPtr LoadLibrary(string lpFileName);

public ItemBrowser()
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.6")]
[assembly: AssemblyFileVersion("1.0.1.6")]
[assembly: AssemblyVersion("1.0.1.7")]
[assembly: AssemblyFileVersion("1.0.1.7")]

0 comments on commit 502f444

Please sign in to comment.