Skip to content

Commit

Permalink
Update to BPMN.Sharp 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bzinchenko committed Sep 18, 2019
1 parent 34ca389 commit 687235d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Code/BPMN.View/BPMN.View.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="BPMN.Sharp, Version=1.0.6.16333, Culture=neutral, PublicKeyToken=e11a3c302b993b1a, processorArchitecture=MSIL">
<HintPath>..\packages\BPMN.Sharp.1.0.6\lib\net20\BPMN.Sharp.dll</HintPath>
<Reference Include="BPMN.Sharp, Version=1.0.7.5326, Culture=neutral, PublicKeyToken=e11a3c302b993b1a, processorArchitecture=MSIL">
<HintPath>..\packages\BPMN.Sharp.1.0.7\lib\net20\BPMN.Sharp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion Code/BPMN.View/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="BPMN.Sharp" version="1.0.6" targetFramework="net20" />
<package id="BPMN.Sharp" version="1.0.7" targetFramework="net20" />
</packages>

0 comments on commit 687235d

Please sign in to comment.