Skip to content

Commit b221670

Browse files
committed
bump version, remove corefx dependencies
1 parent a62def5 commit b221670

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

appveyor.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# the version under development, update after a release
3-
$version = '4.0.0.5'
3+
$version = '4.0.1.0'
44

55
function isVersionTag($tag){
66
$v = New-Object Version

packages.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="dnx-coreclr-win-x86" version="1.0.0-beta7" />
4-
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00085" />
53
<package id="FsCheck" version="2.0.3" />
64
<package id="NUnit.Runners" version="2.6.4" targetFramework="net45" />
75
<package id="NUnit" version="3.0.0" targetFramework="net45" />

0 commit comments

Comments
 (0)