Skip to content

Commit 42ac1f5

Browse files
committed
Add packaging files
1 parent 64d41f4 commit 42ac1f5

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,6 @@ FakesAssemblies/
186186

187187
# NuGet
188188
*.nupkg
189+
190+
.DS_Store
191+

package.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nuget pack src/InEngine.Core/InEngine.Core.csproj -Prop Configuration=Release -Prop Platform=AnyCPU

src/InEngine.Core/InEngine.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
<ItemGroup>
100100
<None Include="packages.config" />
101101
<None Include="job_scheduling_data_2_0.xsd" />
102+
<None Include="InEngine.Core.nuspec" />
102103
</ItemGroup>
103104
<ItemGroup>
104105
<Folder Include="Exceptions\" />
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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>https://github.com/InEngine-NET/InEngine.NET/blob/master/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/InEngine-NET/InEngine.NET</projectUrl>
11+
<iconUrl>http://inengine.net/images/inengine-logo-32.png</iconUrl>
12+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
13+
<description>The heart of InEngine.NET.</description>
14+
<releaseNotes>https://github.com/InEngine-NET/InEngine.NET/releases/tag/3.0.0</releaseNotes>
15+
<copyright>Copyright 2017</copyright>
16+
<tags>Integration Scheduling Server Quartz.NET Redis</tags>
17+
</metadata>
18+
</package>

0 commit comments

Comments
 (0)