From 83d1fb252ee96b73d373d755a37efaf986a31b36 Mon Sep 17 00:00:00 2001 From: devboy Date: Mon, 2 Mar 2015 16:31:12 +0100 Subject: [PATCH] Bump version to 0.0.14 --- Paket.Unity3D.Example.Source.0.0.13.nuspec | 23 +++++++++++++++++++ RELEASE_NOTES.md | 2 +- .../Properties/AssemblyInfo.cs | 6 ++--- src/Paket.Unity3D/AssemblyInfo.fs | 6 ++--- 4 files changed, 30 insertions(+), 7 deletions(-) create mode 100644 Paket.Unity3D.Example.Source.0.0.13.nuspec diff --git a/Paket.Unity3D.Example.Source.0.0.13.nuspec b/Paket.Unity3D.Example.Source.0.0.13.nuspec new file mode 100644 index 0000000..a78f5bd --- /dev/null +++ b/Paket.Unity3D.Example.Source.0.0.13.nuspec @@ -0,0 +1,23 @@ + + + + Paket.Unity3D.Example.Source + 0.0.13 + devboy + devboy + http://github.com/fsprojects/Paket.Unity3D/blob/master/LICENSE + http://fsprojects.github.com/Paket.Unity3D + + false + Example project demonstrating Paket.Unity3D + Example project demonstrating Paket.Unity3D + Add command installs automatically when single project is found and displays a warning when multiple projects are found but interactive command is not given + Copyright 2013 + nuget, bundler, F# + + + + + + + diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 376c143..4293ccb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -#### 0.0.13 - February 26 2015 +#### 0.0.14 - February 26 2015 * Add command installs automatically when single project is found and displays a warning when multiple projects are found but interactive command is not given #### 0.0.12 - February 26 2015 diff --git a/src/Paket.Unity3D.Bootstrapper/Properties/AssemblyInfo.cs b/src/Paket.Unity3D.Bootstrapper/Properties/AssemblyInfo.cs index e7f2460..c66d24e 100644 --- a/src/Paket.Unity3D.Bootstrapper/Properties/AssemblyInfo.cs +++ b/src/Paket.Unity3D.Bootstrapper/Properties/AssemblyInfo.cs @@ -4,10 +4,10 @@ [assembly: AssemblyTitleAttribute("Paket.Unity3D.Bootstrapper")] [assembly: AssemblyProductAttribute("Paket.Unity3D")] [assembly: AssemblyDescriptionAttribute("Piggy-backs ontop of Paket to add dependencies to Unity3D projects")] -[assembly: AssemblyVersionAttribute("0.0.12")] -[assembly: AssemblyFileVersionAttribute("0.0.12")] +[assembly: AssemblyVersionAttribute("0.0.14")] +[assembly: AssemblyFileVersionAttribute("0.0.14")] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "0.0.12"; + internal const string Version = "0.0.14"; } } diff --git a/src/Paket.Unity3D/AssemblyInfo.fs b/src/Paket.Unity3D/AssemblyInfo.fs index d53a104..6f74e96 100644 --- a/src/Paket.Unity3D/AssemblyInfo.fs +++ b/src/Paket.Unity3D/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.0.12" + let [] Version = "0.0.14"