Skip to content

Commit

Permalink
Fix #393 Add Sqlite.Interop.dll to project and release 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubgarfield committed Jan 11, 2016
1 parent de7606e commit 970bd37
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Bonobo.Git.Server/Bonobo.Git.Server.csproj
Expand Up @@ -520,6 +520,12 @@
<Content Include="App_Data\Repositories\note.txt" />
<Content Include="bin\NativeBinaries\amd64\git2-e0902fb.dll" />
<Content Include="bin\NativeBinaries\x86\git2-e0902fb.dll" />
<Content Include="bin\x64\SQLite.Interop.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="bin\x86\SQLite.Interop.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Content\components\font-awesome\css\font-awesome.min.css" />
<Content Include="Content\components\font-awesome\fonts\fontawesome-webfont.eot" />
<Content Include="Content\components\font-awesome\fonts\fontawesome-webfont.svg" />
Expand Down
4 changes: 2 additions & 2 deletions Bonobo.Git.Server/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("5.1.0.0")]
[assembly: AssemblyFileVersion("5.1.0.0")]
[assembly: AssemblyVersion("5.1.1.0")]
[assembly: AssemblyFileVersion("5.1.1.0")]
8 changes: 8 additions & 0 deletions changelog.md
Expand Up @@ -4,6 +4,14 @@ description: Tracks changes and bug fixes between different versions of Bonobo G
tags: [Changelog, Changes, Bug Fixes, Features]
---

## Version 5.1.1

**12 January 2016**

### Bug Fixes

* add Sqlite.Interop.dll to the project so it is part of the release

## Version 5.1

**11 January 2016**
Expand Down

0 comments on commit 970bd37

Please sign in to comment.