Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Bump version to 0.0.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
devboy committed Nov 7, 2014
1 parent b692f3d commit 168b922
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 0.0.1-beta - Unreleased
#### 0.0.2-beta - Unreleased
* Bundles dll files along in tools directory

#### 0.0.1-beta - November 7 2014
* Installs libraries and content files from nuget-packages, respects Plugin directories
* Initial beta-release
1 change: 1 addition & 0 deletions nuget/Paket.Unity3D.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
</metadata>
<files>
<file src="bin/paket.unity3d.exe" target="tools" />
<file src="bin/*.dll" target="tools" />
</files>
</package>
6 changes: 3 additions & 3 deletions src/Paket.Unity3D/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("Paket.Unity3D")>]
[<assembly: AssemblyProductAttribute("Paket.Unity3D")>]
[<assembly: AssemblyDescriptionAttribute("Piggy-backs ontop of Paket to add dependencies to Unity3D projects")>]
[<assembly: AssemblyVersionAttribute("0.0.1")>]
[<assembly: AssemblyFileVersionAttribute("0.0.1")>]
[<assembly: AssemblyVersionAttribute("0.0.2")>]
[<assembly: AssemblyFileVersionAttribute("0.0.2")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.0.1"
let [<Literal>] Version = "0.0.2"

0 comments on commit 168b922

Please sign in to comment.