diff --git a/Octopus-Cmdlets.Tests/Octopus-Cmdlets.Tests.csproj b/Octopus-Cmdlets.Tests/Octopus-Cmdlets.Tests.csproj index fc622bc..3712edd 100644 --- a/Octopus-Cmdlets.Tests/Octopus-Cmdlets.Tests.csproj +++ b/Octopus-Cmdlets.Tests/Octopus-Cmdlets.Tests.csproj @@ -3,6 +3,14 @@ net461 + + + + + + + + diff --git a/Octopus-Cmdlets/Octopus-Cmdlets.psd1 b/Octopus-Cmdlets/Octopus-Cmdlets.psd1 index d6e5f9e..cfd294f 100644 Binary files a/Octopus-Cmdlets/Octopus-Cmdlets.psd1 and b/Octopus-Cmdlets/Octopus-Cmdlets.psd1 differ diff --git a/README.md b/README.md index dd4fde4..f515a4d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To install Octopus-Cmdlets run Binary Archive -------------- -Download the latest binary: [v0.3.1](https://github.com/Swoogan/Octopus-Cmdlets/releases/download/v0.3.1/Octopus-Cmdlets-v0.3.1.zip) +Download the latest binary: [v0.4.0](https://github.com/Swoogan/Octopus-Cmdlets/releases/download/v0.4.0/Octopus-Cmdlets-v0.4.0.zip) Extract the zip and copy the `Octopus-Cmdlets` folder into a folder in your `$env:PSModulePath`. diff --git a/Version.cs b/Version.cs index a11f550..d4c9e2f 100644 --- a/Version.cs +++ b/Version.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyVersion("0.3.2.0")] -[assembly: AssemblyFileVersion("0.3.2.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.4.0.0")] +[assembly: AssemblyFileVersion("0.4.0.0")] \ No newline at end of file