Skip to content

Commit 64abd18

Browse files
David SheetsDavid Sheets
David Sheets
authored and
David Sheets
committed
init nuget/appveyor
1 parent 3076a5f commit 64abd18

27 files changed

+26
-2937
lines changed

.vs/RevStack.SQL/v14/.suo

-7.5 KB
Binary file not shown.

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# RevStack.SQLServer
2+
3+
[![Build status](https://ci.appveyor.com/api/projects/status/f93hodc6h8whsfli?svg=true)](https://ci.appveyor.com/project/tachyon1337/sqlserver)

RevStack.SQL.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@
3535
<HintPath>packages\Dapper.1.42\lib\net45\Dapper.dll</HintPath>
3636
<Private>True</Private>
3737
</Reference>
38-
<Reference Include="RevStack.Pattern">
39-
<HintPath>..\RevStack.Pattern\RevStack.Pattern\bin\Release\RevStack.Pattern.dll</HintPath>
38+
<Reference Include="RevStack.Pattern, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
39+
<HintPath>packages\RevStack.Pattern.1.0.0\lib\net46\RevStack.Pattern.dll</HintPath>
40+
<Private>True</Private>
4041
</Reference>
4142
<Reference Include="ServiceStack.Common, Version=4.0.50.0, Culture=neutral, processorArchitecture=MSIL">
4243
<HintPath>packages\ServiceStack.Common.4.0.50\lib\net40\ServiceStack.Common.dll</HintPath>
@@ -78,9 +79,8 @@
7879
<ItemGroup>
7980
<None Include="packages.config" />
8081
</ItemGroup>
81-
<ItemGroup />
8282
<ItemGroup>
83-
<Content Include="bin\RevStack.Pattern.dll" />
83+
<Folder Include="bin\" />
8484
</ItemGroup>
8585
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8686
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

RevStack.SQL.nuspec

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>RevStack.SQL</id>
5+
<version>1.0.1</version>
6+
<title>RevStack.SQL</title>
7+
<authors>MIS Interactive</authors>
8+
<owners>D. Sheets, S. Francis</owners>
9+
<licenseUrl>https://github.com/RevStack/SQLServer/blob/master/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/RevStack/SQLServer.git</projectUrl>
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<description>SQL Server implementation of the RevStack c# repository pattern.</description>
13+
<releaseNotes>Initial release.</releaseNotes>
14+
<copyright>Copyright 2016</copyright>
15+
<tags>RevStack SQLServer Repository</tags>
16+
</metadata>
17+
</package>

RevStack.SQL.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
4-
VisualStudioVersion = 14.0.23107.0
4+
VisualStudioVersion = 14.0.25123.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RevStack.SQL", "RevStack.SQL.csproj", "{B82ECB41-49A8-4498-9126-E368DF3CD0F6}"
77
EndProject

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version: 1.0.{build}
44

55
build:
66
parallel: true
7+
project: RevStack.SQL.csproj
78
publish_nuget: true
89
verbosity: minimal
910

bin/Release/Dapper.dll

-118 KB
Binary file not shown.

bin/Release/Dapper.pdb

-208 KB
Binary file not shown.

0 commit comments

Comments
 (0)