Skip to content

Commit

Permalink
Fixing the nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasnordqvist committed Feb 26, 2016
1 parent 75c92e7 commit 11ae9cd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
1 change: 0 additions & 1 deletion GoldenFox.sln
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Global
{6F7D0BB3-B0AB-44F7-8390-53A6333BD452}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F7D0BB3-B0AB-44F7-8390-53A6333BD452}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F7D0BB3-B0AB-44F7-8390-53A6333BD452}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F7D0BB3-B0AB-44F7-8390-53A6333BD452}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
4 changes: 4 additions & 0 deletions GoldenFox/GoldenFox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
<copyright>Copyright 2015</copyright>
<tags>Scheduling</tags>
</metadata>
<files>
<file src="bin\release\GoldenFox.ANTLR.dll" target="lib/net45" />
<file src="bin\release\Antlr4.Runtime.dll" target="lib/net45" />
</files>
</package>
4 changes: 2 additions & 2 deletions GoldenFox/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
[assembly: AssemblyCopyright("Copyright © Mattias Nordqvist")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyVersion("2.0.3")]
[assembly: AssemblyFileVersion("2.0.3")]
[assembly: AssemblyProduct("Golden Fox")]
[assembly: AssemblyCompany("Mattias Nordqvist")]

Expand Down
5 changes: 2 additions & 3 deletions Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=3.0.5797.27534, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.3.0.0\lib\net45\nunit.framework.dll</HintPath>
<Reference Include="nunit.framework, Version=3.0.5813.39031, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.3.0.1\lib\net45\nunit.framework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -65,7 +65,6 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 1 addition & 1 deletion Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="3.0.0" targetFramework="net45" />
<package id="NUnit" version="3.0.1" targetFramework="net45" />
</packages>

0 comments on commit 11ae9cd

Please sign in to comment.