File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 2
2
src /SharedAssemblyVersionInfo.cs
3
3
* .nupkg
4
4
src /** /* .nuspec
5
+ ! src /template.nuspec
5
6
site /jekyll /_site
6
7
7
8
# # Ignore Visual Studio temporary files, build results, and
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ Copyright (c) 2014, Facebook, Inc.
4
+ All rights reserved.
5
+
6
+ This source code is licensed under the BSD-style license found in the
7
+ LICENSE file in the root directory of this source tree. An additional grant
8
+ of patent rights can be found in the PATENTS file in the same directory.
9
+ -->
10
+ <package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
11
+ <metadata >
12
+ <id >$id$</id >
13
+ <version >$version$</version >
14
+ <authors >Daniel Lo Nigro</authors >
15
+ <owners >Daniel Lo Nigro</owners >
16
+ <licenseUrl >https://github.com/reactjs/React.NET#licence</licenseUrl >
17
+ <projectUrl >http://reactjs.net/</projectUrl >
18
+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
19
+ <iconUrl >http://facebook.github.io/react/img/logo_og.png</iconUrl >
20
+ <copyright >Copyright 2014 Facebook, Inc</copyright >
21
+ <tags >asp.net mvc asp jquery javascript js react facebook reactjs</tags >
22
+ </metadata >
23
+ </package >
You can’t perform that action at this time.
0 commit comments