Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Swoogan committed Oct 18, 2017
1 parent 127cf34 commit 17ca7fc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Octopus-Cmdlets.Tests/Octopus-Cmdlets.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
<PropertyGroup Label="ProjectMetadata">
<TargetFramework>net461</TargetFramework>
</PropertyGroup>

<ItemGroup>
<Compile Remove="ConnectServerTests.cs" />
</ItemGroup>

<ItemGroup>
<None Include="ConnectServerTests.cs" />
</ItemGroup>

<ItemGroup Label="PackageReferences">
<PackageReference Include="Castle.Core" Version="4.2.0" />
Expand Down
Binary file modified Octopus-Cmdlets/Octopus-Cmdlets.psd1
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions Version.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyVersion("0.3.2.0")]
[assembly: AssemblyFileVersion("0.3.2.0")]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]

0 comments on commit 17ca7fc

Please sign in to comment.