Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Sep 18, 2014
1 parent 314c370 commit 105785b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 0.2.2 - 18.09.2014
* Linked source files now all go underneath a "paket-files" folder.

#### 0.2.1 - 18.09.2014
* Don't clear packages folder during convert-from-nuget - our own paket might live there

Expand Down
6 changes: 3 additions & 3 deletions src/Paket/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("Paket")>]
[<assembly: AssemblyProductAttribute("Paket")>]
[<assembly: AssemblyDescriptionAttribute("A dependency manager for .NET")>]
[<assembly: AssemblyVersionAttribute("0.2.1")>]
[<assembly: AssemblyFileVersionAttribute("0.2.1")>]
[<assembly: AssemblyVersionAttribute("0.2.2")>]
[<assembly: AssemblyFileVersionAttribute("0.2.2")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.2.1"
let [<Literal>] Version = "0.2.2"
2 changes: 1 addition & 1 deletion tests/Paket.Tests/Paket.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<ItemGroup>
<Compile Include="..\..\paket-files\forki\FsUnit\7623fc13439f0e60bd05c1ed3b5f6dcb937fe468\FsUnit.fs">
<Paket>True</Paket>
<Link>paket-files/FsUnit.fs</Link>
<Link>FsUnit.fs</Link>
</Compile>
<Compile Include="TestHelpers.fs" />
<Compile Include="SemVerSpecs.fs" />
Expand Down

0 comments on commit 105785b

Please sign in to comment.