File tree Expand file tree Collapse file tree 4 files changed +23
-0
lines changed Expand file tree Collapse file tree 4 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -186,3 +186,6 @@ FakesAssemblies/
186186
187187# NuGet
188188* .nupkg
189+
190+ .DS_Store
191+
Original file line number Diff line number Diff line change 1+ nuget pack src/InEngine.Core/InEngine.Core.csproj -Prop Configuration=Release -Prop Platform=AnyCPU
Original file line number Diff line number Diff line change 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\" />
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments