Skip to content

Commit

Permalink
Updating version and manifest files
Browse files Browse the repository at this point in the history
  • Loading branch information
Swoogan committed Oct 18, 2017
1 parent 17ca7fc commit a8cbc12
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Octopus-Cmdlets/Octopus-Cmdlets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
</ItemGroup>

<ItemGroup Label="GacReferences">
<None Update="Octopus-Cmdlets.Format.ps1xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Octopus-Cmdlets.psd1">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Octopus-Cmdlets.Types.ps1xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

<Target Name="GenerateHelpFile" AfterTargets="Build" Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
Binary file modified Octopus-Cmdlets/Octopus-Cmdlets.psd1
Binary file not shown.
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.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyVersion("0.4.5.0")]
[assembly: AssemblyFileVersion("0.4.5.0")]

0 comments on commit a8cbc12

Please sign in to comment.