Skip to content

Commit

Permalink
Moved CKEditor.Net to nuget package
Browse files Browse the repository at this point in the history
Updated BugNet database in app data folder with all recent changes from BugNET.Database project
  • Loading branch information
dubeaud committed Dec 19, 2015
1 parent 235f8b1 commit 89190de
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Binary file modified src/BugNET_WAP/App_Data/BugNet.mdf
Binary file not shown.
Binary file modified src/BugNET_WAP/App_Data/BugNet_log.LDF
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="CKEditor.NET">
<HintPath>..\..\..\..\..\lib\CKEditor.NET.dll</HintPath>
<Reference Include="CKEditor.NET, Version=3.6.2.0, Culture=neutral, PublicKeyToken=e379cdf2f8354999, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\packages\CkeditorForASP.NET.3.6.4.0\lib\CKEditor.NET.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CKEditor" version="3.6.4" targetFramework="net45" />
<package id="CkeditorForASP.NET" version="3.6.4.0" targetFramework="net45" />
<package id="log4net" version="2.0.3" targetFramework="net40" />
</packages>

0 comments on commit 89190de

Please sign in to comment.