Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyme committed Mar 31, 2017
1 parent 06e8743 commit 1bd4ed3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 12.0.2
* De-duplicate module names

#### 12.0.1
* [Integrate visualfsharp and fsharp](https://github.com/fsharp/fsharp/pull/696)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="FSharp.NET.Sdk;Microsoft.NET.Sdk">
<PropertyGroup>
<VersionPrefix>12.0.1</VersionPrefix>
<VersionPrefix>12.0.2</VersionPrefix>
<TargetFramework>netstandard1.6</TargetFramework>
<OutputType>Library</OutputType>
<DefineConstants>$(DefineConstants);DOTNETCORE;</DefineConstants>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="FSharp.NET.Sdk;Microsoft.NET.Sdk">
<PropertyGroup>
<VersionPrefix>12.0.1</VersionPrefix>
<VersionPrefix>12.0.2</VersionPrefix>
<TargetFramework>netstandard1.6</TargetFramework>
<AssemblyName>FSharp.Compiler.Service</AssemblyName>
<DefineConstants>$(DefineConstants);BUILDING_WITH_LKG</DefineConstants>
Expand Down

0 comments on commit 1bd4ed3

Please sign in to comment.