Skip to content

Commit

Permalink
Merge pull request #2 from mihaibuzgau/develop
Browse files Browse the repository at this point in the history
bump version and prison nuget package
  • Loading branch information
florindragos committed Sep 8, 2015
2 parents e3a1bdc + aac452f commit f91344f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<PropertyGroup>
<major>1</major>
<minor>0</minor>
<minor>3</minor>
<revision>0</revision>
<build Condition="'$(BUILD_NUMBER)' == ''">0</build>
<build Condition="'$(BUILD_NUMBER)' != ''">$(BUILD_NUMBER)</build>
Expand Down
6 changes: 3 additions & 3 deletions src/CloudFoundry.WinDEA/CloudFoundry.WinDEA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
<HintPath>..\..\packages\AlphaFS.2.0.1\lib\net45\AlphaFS.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="CloudFoundry.WindowsPrison, Version=1.0.0.39, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\..\packages\windows-prison.1.0.0.39-alpha\lib\Net45\CloudFoundry.WindowsPrison.dll</HintPath>
<Reference Include="CloudFoundry.WindowsPrison, Version=1.3.0.6, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\..\packages\windows-prison.1.3.0.6\lib\Net45\CloudFoundry.WindowsPrison.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Ini.Net, Version=1.0.5531.18665, Culture=neutral, processorArchitecture=MSIL">
Expand All @@ -73,7 +73,7 @@
<Private>True</Private>
</Reference>
<Reference Include="ProcessPrivileges, Version=1.5.7.0, Culture=neutral, PublicKeyToken=fa3ff549c00ac058, processorArchitecture=MSIL">
<HintPath>..\..\packages\windows-prison.1.0.0.39-alpha\lib\Net45\ProcessPrivileges.dll</HintPath>
<HintPath>..\..\packages\windows-prison.1.3.0.6\lib\Net45\ProcessPrivileges.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="SharpCompress, Version=0.10.3.0, Culture=neutral, PublicKeyToken=beaf6f427e128133, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion src/CloudFoundry.WinDEA/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<package id="NLog" version="3.2.0.0" targetFramework="net45" />
<package id="sharpcompress" version="0.10.3" targetFramework="net45" />
<package id="StyleCop.MSBuild" version="4.7.49.1" targetFramework="net45" developmentDependency="true" />
<package id="windows-prison" version="1.0.0.39-alpha" targetFramework="net45" />
<package id="windows-prison" version="1.3.0.6" targetFramework="net45" />
<package id="YamlDotNet.Core" version="2.1.1" targetFramework="net40" />
<package id="YamlDotNet.RepresentationModel" version="2.1.1" targetFramework="net40" />
</packages>

0 comments on commit f91344f

Please sign in to comment.