Skip to content

Commit

Permalink
Updates nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
guFalcon committed Jan 16, 2018
1 parent 6419893 commit 86753da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions BloomEffectRenderer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.6")]
[assembly: AssemblyFileVersion("1.1.0.6")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
4 changes: 2 additions & 2 deletions TestGame/TestGame.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
<HintPath>..\packages\MonoGame.Framework.DesktopGL.3.6.0.1625\lib\net40\MonoGame.Framework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="MonoGameDemoTools, Version=1.1.0.5, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MonoGameDemoTools.1.1.0.5\lib\portable45-net45+win8+wpa81\MonoGameDemoTools.dll</HintPath>
<Reference Include="MonoGameDemoTools, Version=1.1.0.6, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MonoGameDemoTools.1.1.0.6\lib\portable45-net45+win8+wpa81\MonoGameDemoTools.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nunit.framework, Version=3.6.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion TestGame/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<package id="JetBrains.Annotations" version="11.1.0" targetFramework="net45" />
<package id="MonoGame.Framework.DesktopGL" version="3.6.0.1625" targetFramework="net45" />
<package id="MonoGame.Framework.Portable" version="3.6.0.1625" targetFramework="net45" />
<package id="MonoGameDemoTools" version="1.1.0.5" targetFramework="net45" />
<package id="MonoGameDemoTools" version="1.1.0.6" targetFramework="net45" />
<package id="NUnit" version="3.6.1" targetFramework="net45" />
<package id="System.Runtime" version="4.3.0" targetFramework="net45" />
</packages>

0 comments on commit 86753da

Please sign in to comment.