Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyme committed Mar 10, 2017
1 parent cce50da commit 46fc0da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG-fsharp.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
4.1.0.1
* Include DiaSymReader DLLs in nuget package

4.1.0.0
* Updates to FSharp.Core nuget package for F# 4.1

Expand Down
7 changes: 2 additions & 5 deletions FSharp.Compiler.Tools.Nuget/FSharp.Compiler.Tools.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,14 @@
<file src="..\Release\net40\bin\FSharp.Build.xml" target="tools\FSharp.Build.xml" />
<file src="..\Release\net40\bin\System.Collections.Immutable.dll" target="tools\System.Collections.Immutable.dll" />
<file src="..\Release\net40\bin\System.Reflection.Metadata.dll" target="tools\System.Reflection.Metadata.dll" />
<file src="..\Release\net40\bin\Microsoft.DiaSymReader.dll" target="tools\Microsoft.DiaSymReader.dll" />
<file src="..\Release\net40\bin\Microsoft.DiaSymReader.PortablePdb.dll" target="tools\Microsoft.DiaSymReader.PortablePdb.dll" />

<!-- Microsoft.FSharp.Targets : Must be used un any distribution of F# for Mono+Linux or any case-sensitive file system using MSBuild -->
<!-- Microsoft.FSharp.Targets or Microsoft.FSharp.targets : Used in the Visual F# Tools distribution (on Windows it doesn't matter). -->
<!-- Microsoft.FSharp.targets : Used in the source tree as of 08/04/2016 (prior this was Microsoft.FSharp.Targets) -->

<file src="..\Release\net40\bin\Microsoft.FSharp.Targets" target="tools\Microsoft.FSharp.Targets" />
<!--
These are statically linked
<file src="..\Release\net40\bin\Microsoft.DiaSymReader.dll" target="tools\Microsoft.DiaSymReader.dll" />
<file src="..\Release\net40\bin\Microsoft.DiaSymReader.PortablePdb.dll" target="tools\Microsoft.DiaSymReader.PortablePdb.dll" />
-->
<file src="..\Release\net40\bin\Microsoft.Build.dll" target="tools\Microsoft.Build.dll" />
<file src="..\Release\net40\bin\Microsoft.Build.Engine.dll" target="tools\Microsoft.Build.Engine.dll" />
<file src="..\Release\net40\bin\Microsoft.Build.Framework.dll" target="tools\Microsoft.Build.Framework.dll" />
Expand Down
2 changes: 1 addition & 1 deletion appveyor.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# the version under development, update after a release
$version = '4.1.0.0'
$version = '4.1.0.1'

function isVersionTag($tag){
$v = New-Object Version
Expand Down

0 comments on commit 46fc0da

Please sign in to comment.