-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Last few fixes and updates for 0.5.3
- Loading branch information
1 parent
dea451f
commit 569b6cf
Showing
16 changed files
with
287 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="MathNet.Numerics" version="3.13.1" targetFramework="net45" /> | ||
<package id="OmniBus.Framework" version="0.5.2" targetFramework="net45" /> | ||
<package id="OmniBus.Framework.GUI" version="0.5.2" targetFramework="net45" /> | ||
<package id="OmniBus.Framework.Shared" version="0.5.2" targetFramework="net45" /> | ||
<package id="OmniBus.Framework" version="0.5.3" targetFramework="net45" /> | ||
<package id="OmniBus.Framework.GUI" version="0.5.3" targetFramework="net45" /> | ||
<package id="OmniBus.Framework.Shared" version="0.5.3" targetFramework="net45" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="MathNet.Numerics" version="3.13.1" targetFramework="net45" /> | ||
<package id="OmniBus.Framework" version="0.5.2" targetFramework="net45" /> | ||
<package id="OmniBus.Framework.Shared" version="0.5.2" targetFramework="net45" /> | ||
<package id="OmniBus.Framework" version="0.5.3" targetFramework="net45" /> | ||
<package id="OmniBus.Framework.Shared" version="0.5.3" targetFramework="net45" /> | ||
<package id="StyleCop.Analyzers" version="1.0.0" targetFramework="net45" developmentDependency="true" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="OmniBus.Framework" version="0.5.2" targetFramework="net45" /> | ||
<package id="OmniBus.Framework.GUI" version="0.5.2" targetFramework="net45" /> | ||
<package id="OmniBus.Framework.Shared" version="0.5.2" targetFramework="net45" /> | ||
<package id="OmniBus.Framework" version="0.5.3" targetFramework="net45" /> | ||
<package id="OmniBus.Framework.GUI" version="0.5.3" targetFramework="net45" /> | ||
<package id="OmniBus.Framework.Shared" version="0.5.3" targetFramework="net45" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,5 @@ foreach ($bin in $bins) { | |
Write-Host "Unit Tests Passed." | ||
} | ||
|
||
Pop-Location | ||
Pop-Location | ||
exit 0 |
Oops, something went wrong.