Skip to content

Commit 95969fb

Browse files
committed
Add NuGet Nuspec
1 parent d9c0b0c commit 95969fb

File tree

7 files changed

+60
-1
lines changed

7 files changed

+60
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Refresh" content="0;url=https://nuget.codeplex.com/releases" />
5+
<title>NuGet.exe Command-Line Utility</title>
6+
</head>
7+
<body>
8+
<a href="http://nuget.codeplex.com/releases">Download NuGet.exe Command-Line Utility from CodePlex</a>
9+
or
10+
<a href="http://docs.nuget.org/docs/start-here/installing-nuget">Download from nuget.org</a>
11+
</body>
12+
</html>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
http://t4sql.codeplex.com/
2+
3+
To install the Template of Templates:
4+
Visual Studio Item Templates of T4SQL Templates - for SQL Server and Oracle:
5+
6+
Please,
7+
8+
Copy the file T4SQLTemplate.CSharp.zip
9+
from the project directory Package\T4SQL.Base.x.x.x.x\Visual Studio\Templates\ItemTemplates\
10+
to your Visual Studio Item Templates Directory
11+
(Find Visual Studio [Tools] menu, [Options] dialog box, under [Projects and Solutions]\[General], in [user item templates location])
12+
13+
14+
See Also:
15+
http://msdn.microsoft.com/en-us/library/y3kkate1.aspx (How to: Locate and Organize Project and Item Templates)
16+
http://msdn.microsoft.com/en-us/library/e1x5ayd4.aspx (How to: Share Templates Across a Development Team)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nuget.exe pack ..\T4SQL.Base.csproj -Prop Configuration=Release

T4SQLTemplateLibrary/T4SQL.Base/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[assembly: AssemblyTitle("T4SQL.Base")]
99
[assembly: AssemblyDescription("T4SQL Template Library Base")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("http://t4sql.codeplex.com/")]
11+
[assembly: AssemblyCompany("Abel Cheng")]
1212
[assembly: AssemblyProduct("T4SQL Template Library")]
1313
[assembly: AssemblyCopyright("Copyright © 2013 Abel Cheng")]
1414
[assembly: AssemblyTrademark("T4SQL")]

T4SQLTemplateLibrary/T4SQL.Base/T4SQL.Base.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
<ItemGroup>
7070
<None Include="MetaData\MetaData.cd" />
7171
<None Include="T4SQL.Base.cd" />
72+
<None Include="T4SQL.Base.nuspec" />
7273
<None Include="T4SQL.Base.snk" />
7374
</ItemGroup>
7475
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<title>$title$</title>
7+
<authors>$author$</authors>
8+
<owners>$author$</owners>
9+
<licenseUrl>http://t4sql.codeplex.com/license</licenseUrl>
10+
<projectUrl>http://t4sql.codeplex.com</projectUrl>
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<description>$description$</description>
13+
<releaseNotes>http://t4sql.codeplex.com/releases</releaseNotes>
14+
<copyright>Copyright 2013 Abel Cheng</copyright>
15+
<tags>T4SQL Template Base Interface</tags>
16+
</metadata>
17+
<files>
18+
<file src="..\VSTemplates\T4SQLTemplate.CSharp.zip" target="Visual Studio\Templates\ItemTemplates\T4SQLTemplate.CSharp.zip" />
19+
<file src="NuGet\Readme.txt" target="Readme.txt" />
20+
</files>
21+
</package>

T4SQLTemplateLibrary/T4SQLTemplateLibrary.sln

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Library", "Library", "{FF43
5151
EndProject
5252
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Engine", "Engine", "{7C95919A-CA9C-44B7-AAFD-045F1E31AEF6}"
5353
EndProject
54+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{304335BC-9CD9-4D9C-B87B-CE9FBBACAFFA}"
55+
ProjectSection(SolutionItems) = preProject
56+
T4SQL.Base\NuGet\Download NuGet Command-Line.htm = T4SQL.Base\NuGet\Download NuGet Command-Line.htm
57+
T4SQL.Base\NuGet\pack.bat = T4SQL.Base\NuGet\pack.bat
58+
T4SQL.Base\NuGet\Readme.txt = T4SQL.Base\NuGet\Readme.txt
59+
EndProjectSection
60+
EndProject
5461
Global
5562
GlobalSection(TeamFoundationVersionControl) = preSolution
5663
SccNumberOfProjects = 10
@@ -153,6 +160,7 @@ Global
153160
{101DC4B5-0E5B-48A6-9A60-4A7C4D78AFD8} = {7C95919A-CA9C-44B7-AAFD-045F1E31AEF6}
154161
{A5DD7958-181E-4D43-BE49-BAE5005ADB6D} = {FF43D7CC-1C03-4685-936F-69853A5315F4}
155162
{55837841-3D2A-411D-960F-323C12668088} = {FF43D7CC-1C03-4685-936F-69853A5315F4}
163+
{304335BC-9CD9-4D9C-B87B-CE9FBBACAFFA} = {FF43D7CC-1C03-4685-936F-69853A5315F4}
156164
{15675A2B-48D5-484F-B908-82A8E744A6C0} = {AD2C96A3-8A0E-4D50-A703-CDDC43D11284}
157165
EndGlobalSection
158166
EndGlobal

0 commit comments

Comments
 (0)