Skip to content

Commit 8cafbe0

Browse files
committed
fixed packages dependencies
1 parent 59df671 commit 8cafbe0

12 files changed

Lines changed: 1985 additions & 14 deletions

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,4 @@ __pycache__/
291291

292292
obj/Dev/*
293293
*.user
294-
.vs/
295-
Assets/node_modules/*
296-
_CreateNewNuGetPackage/*
297-
docs/*
294+
.vs/

Desharp.Tests.csproj

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,19 @@
3737
<StartupObject />
3838
</PropertyGroup>
3939
<ItemGroup>
40+
<Reference Include="Desharp, Version=1.3.0.0, Culture=neutral, PublicKeyToken=cd60d985c52bcd6f, processorArchitecture=MSIL">
41+
<HintPath>packages\Desharp.1.3.0\lib\net40\Desharp.dll</HintPath>
42+
<Private>True</Private>
43+
</Reference>
4044
<Reference Include="System" />
45+
<Reference Include="System.Configuration" />
4146
<Reference Include="System.Core" />
4247
<Reference Include="Microsoft.CSharp" />
48+
<Reference Include="System.Data" />
49+
<Reference Include="System.Data.DataSetExtensions" />
50+
<Reference Include="System.Runtime.Serialization" />
51+
<Reference Include="System.Web" />
52+
<Reference Include="System.Web.Extensions" />
4353
</ItemGroup>
4454
<ItemGroup>
4555
<Compile Include="ExceptionsRendering.cs" />
@@ -59,12 +69,6 @@
5969
<Compile Include="Properties\AssemblyInfo.cs" />
6070
<Compile Include="DumpingAndLoging.cs" />
6171
</ItemGroup>
62-
<ItemGroup>
63-
<ProjectReference Include="..\desharp\Desharp.csproj">
64-
<Project>{4f63d16b-a1e9-45a9-ac2f-831a1220b2b9}</Project>
65-
<Name>Desharp</Name>
66-
</ProjectReference>
67-
</ItemGroup>
6872
<ItemGroup>
6973
<None Include="Desharp.Tests.nuspec">
7074
<SubType>Designer</SubType>

Desharp.Tests.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata minClientVersion="2.6">
44
<id>Desharp.Tests</id>
5-
<version>1.3.0.0</version>
5+
<version>1.3.1.0</version>
66
<title>Desharp - Tests</title>
77
<authors>Tom Flidr</authors>
88
<owners>Tom Flidr</owners>

Desharp.Tests.sln

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25420.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Desharp.Tests", "Desharp.Tests.csproj", "{986C7801-A810-456D-8D5A-C70319717191}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{986C7801-A810-456D-8D5A-C70319717191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{986C7801-A810-456D-8D5A-C70319717191}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{986C7801-A810-456D-8D5A-C70319717191}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{986C7801-A810-456D-8D5A-C70319717191}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
EndGlobal

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.3.0.0")]
36-
[assembly: AssemblyFileVersion("1.3.0.0")]
35+
[assembly: AssemblyVersion("1.3.1.0")]
36+
[assembly: AssemblyFileVersion("1.3.1.0")]

_CreateNewNuGetPackage/Config.ps1

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
#==========================================================
2+
# Edit the variable values below to configure how your .nupkg file is packed (i.e. created) and pushed (i.e. uploaded) to the NuGet gallery.
3+
#
4+
# If you have modified this script:
5+
# - if you uninstall the "Create New NuGet Package From Project After Each Build" package, this file may not be removed automatically; you may need to manually delete it.
6+
# - if you update the "Create New NuGet Package From Project After Each Build" package, this file may not be updated unless you specify it to be overwritten, either by
7+
# confirming the overwrite if prompted, or by providing the "-FileConflictAction Overwrite" parameter when installing from the command line.
8+
# If you overwrite this file then your custom changes will be lost, and you will need to manually reapply your changes.
9+
# If you are not using source control, I recommend backing up this file before updating the package so you can see what changes you had made to it.
10+
#==========================================================
11+
12+
#------------------------------------------------
13+
# Pack parameters used to create the .nupkg file.
14+
#------------------------------------------------
15+
16+
# Specify the Version Number to use for the NuGet package. If not specified, the version number of the assembly being packed will be used.
17+
# NuGet version number guidance: https://docs.nuget.org/docs/reference/versioning and the Semantic Versioning spec: http://semver.org/
18+
# e.g. "" (use assembly's version), "1.2.3" (stable version), "1.2.3-alpha" (prerelease version).
19+
$versionNumber = ""
20+
21+
# Specify any Release Notes for this package.
22+
# These will only be included in the package if you have a .nuspec file for the project in the same directory as the project file.
23+
$releaseNotes = ""
24+
25+
# Specify a specific Configuration and/or Platform to only create a NuGet package when building the project with this Configuration and/or Platform.
26+
# e.g. $configuration = "Release"
27+
# $platform = "AnyCPU"
28+
$configuration = ""
29+
$platform = ""
30+
31+
# Specify any NuGet Pack Properties to pass to MsBuild.
32+
# e.g. $packProperties = "TargetFrameworkVersion=v3.5;Optimize=true"
33+
# Do not specify the "Configuration" or "Platform" here; use the $configuration and $platform variables above.
34+
# MsBuild Properties that can be specified: http://msdn.microsoft.com/en-us/library/vstudio/bb629394.aspx
35+
$packProperties = ""
36+
37+
# Specify any NuGet Pack options to pass to nuget.exe.
38+
# e.g. $packOptions = "-Symbols"
39+
# e.g. $packOptions = "-IncludeReferencedProjects -Symbols"
40+
# Do not specify a "-Version" (use $versionNumber above), "-OutputDirectory", or "-NonInteractive", as these are already provided.
41+
# Do not specify any "-Properties" here; instead use the $packProperties variable above.
42+
# Do not specify "-Build", as this may result in an infinite build loop.
43+
# NuGet Pack options that can be specified: http://docs.nuget.org/docs/reference/command-line-reference#Pack_Command_Options
44+
# Use "-Symbols" to also create a symbols package. When pushing your package, the symbols package will automatically be detected and pushed as well: https://www.symbolsource.org/Public/Wiki/Publishing
45+
$packOptions = ""
46+
47+
# Specify $true if the generated .nupkg file should be renamed to include the Configuration and Platform that was used to build the project, $false if not.
48+
# e.g. If $true, MyProject.1.1.5.6.nupkg might be renamed to MyProject.1.1.5.6.Debug.AnyCPU.nupkg
49+
# e.g. If $true, MyProject.1.1.5.6-beta1.nupkg might re renamed to MyProject.1.1.5.6-beta1.Release.x86.nupkg
50+
$appendConfigurationAndPlatformToNuGetPackageFileName = $true
51+
52+
53+
#------------------------------------------------
54+
# Push parameters used to upload the .nupkg file to the NuGet gallery.
55+
#------------------------------------------------
56+
57+
# The NuGet gallery to upload to. If not provided, the DefaultPushSource in your NuGet.config file is used (typically nuget.org).
58+
$sourceToUploadTo = ""
59+
60+
# The API Key to use to upload the package to the gallery. If not provided and a system-level one does not exist for the specified Source, you will be prompted for it.
61+
$apiKey = ""
62+
63+
# Specify any NuGet Push options to pass to nuget.exe.
64+
# e.g. $pushOptions = "-Timeout 120"
65+
# Do not specify the "-Source" or "-ApiKey" here; use the variables above.
66+
# NuGet Push options that can be specified: http://docs.nuget.org/docs/reference/command-line-reference#Push_Command_Options
67+
$pushOptions = ""

0 commit comments

Comments
 (0)