forked from OData/AspNetCoreOData
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the nuspec files for nightly and release
- Loading branch information
Showing
8 changed files
with
98 additions
and
26 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
<id>Microsoft.AspNetCore.OData</id> | ||
<title>Microsoft ASP.NET Core 3.x and 5.x for OData v4.0</title> | ||
<version>$VersionFullSemantic$-Nightly$NightlyBuildVersion$</version> | ||
<authors>Microsoft</authors> | ||
<copyright>© Microsoft Corporation. All rights reserved.</copyright> | ||
<description>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC and to support OData query syntax for your web APIs.</description> | ||
<summary>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC.</summary> | ||
<language>en-US</language> | ||
<projectUrl>http://github.com/OData/AspNetCoreOData</projectUrl> | ||
<license type="expression">MIT</license> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<tags>Microsoft AspNetCore WebApi OData</tags> | ||
<icon>images\odata.png</icon> | ||
<repository type="git" url="https://github.com/OData/AspNetCoreOData.git" branch="master" /> | ||
<dependencies> | ||
<group targetFramework=".netcoreapp3.1"> | ||
<dependency id="Microsoft.OData.ModelBuilder" version="$ODataModelBuilderPackageDependency$" /> | ||
<dependency id="Microsoft.OData.Core" version="$ODataLibPackageDependency$" /> | ||
<dependency id="Microsoft.OData.Edm" version="$ODataLibPackageDependency$" /> | ||
<dependency id="Microsoft.Spatial" version="$ODataLibPackageDependency$" /> | ||
<dependency id="System.Text.Json" version="$SystemTextJsonPackageDependency$" /> | ||
</group> | ||
<group targetFramework=".net5.0"> | ||
<dependency id="Microsoft.OData.ModelBuilder" version="$ODataModelBuilderPackageDependency$" /> | ||
<dependency id="Microsoft.OData.Core" version="$ODataLibPackageDependency$" /> | ||
<dependency id="Microsoft.OData.Edm" version="$ODataLibPackageDependency$" /> | ||
<dependency id="Microsoft.Spatial" version="$ODataLibPackageDependency$" /> | ||
<dependency id="System.Text.Json" version="$SystemTextJsonPackageDependency$" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="$ProductRoot$\netcoreapp3.1\Microsoft.OData.ModelBuilder.dll" target="lib\netcoreapp3.1" /> | ||
<file src="$ProductRoot$\netcoreapp3.1\Microsoft.OData.ModelBuilder.xml" target="lib\netcoreapp3.1" /> | ||
<file src="$ProductRoot$\netcoreapp3.1\Microsoft.OData.ModelBuilder.pdb" target="lib\netcoreapp3.1" /> | ||
<file src="$ProductRoot$\net5.0\Microsoft.OData.ModelBuilder.dll" target="lib\net5.0" /> | ||
<file src="$ProductRoot$\net5.0\Microsoft.OData.ModelBuilder.xml" target="lib\net5.0" /> | ||
<file src="$ProductRoot$\net5.0\Microsoft.OData.ModelBuilder.pdb" target="lib\net5.0" /> | ||
<file src="$SourcesRoot$\images\odata.png" target="images\" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
<id>Microsoft.AspNetCore.OData</id> | ||
<title>Microsoft ASP.NET Core 3.x and 5.x for OData v4.0</title> | ||
<version>$VersionNuGetSemantic$</version> | ||
<authors>Microsoft</authors> | ||
<copyright>© Microsoft Corporation. All rights reserved.</copyright> | ||
<description>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC and to support OData query syntax for your web APIs.</description> | ||
<summary>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC.</summary> | ||
<language>en-US</language> | ||
<projectUrl>http://github.com/OData/AspNetCoreOData</projectUrl> | ||
<license type="expression">MIT</license> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<tags>Microsoft AspNetCore WebApi OData</tags> | ||
<icon>images\odata.png</icon> | ||
<repository type="git" url="https://github.com/OData/AspNetCoreOData.git" branch="master" /> | ||
<dependencies> | ||
<group targetFramework=".netcoreapp3.1"> | ||
<dependency id="Microsoft.OData.ModelBuilder" version="$ODataModelBuilderPackageDependency$" /> | ||
<dependency id="Microsoft.OData.Core" version="$ODataLibPackageDependency$" /> | ||
<dependency id="Microsoft.OData.Edm" version="$ODataLibPackageDependency$" /> | ||
<dependency id="Microsoft.Spatial" version="$ODataLibPackageDependency$" /> | ||
<dependency id="System.Text.Json" version="$SystemTextJsonPackageDependency$" /> | ||
</group> | ||
<group targetFramework=".net5.0"> | ||
<dependency id="Microsoft.OData.ModelBuilder" version="$ODataModelBuilderPackageDependency$" /> | ||
<dependency id="Microsoft.OData.Core" version="$ODataLibPackageDependency$" /> | ||
<dependency id="Microsoft.OData.Edm" version="$ODataLibPackageDependency$" /> | ||
<dependency id="Microsoft.Spatial" version="$ODataLibPackageDependency$" /> | ||
<dependency id="System.Text.Json" version="$SystemTextJsonPackageDependency$" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="$ProductRoot$\netcoreapp3.1\Microsoft.OData.ModelBuilder.dll" target="lib\netcoreapp3.1" /> | ||
<file src="$ProductRoot$\netcoreapp3.1\Microsoft.OData.ModelBuilder.xml" target="lib\netcoreapp3.1" /> | ||
<file src="$ProductRoot$\netcoreapp3.1\Microsoft.OData.ModelBuilder.pdb" target="lib\netcoreapp3.1" /> | ||
<file src="$ProductRoot$\net5.0\Microsoft.OData.ModelBuilder.dll" target="lib\net5.0" /> | ||
<file src="$ProductRoot$\net5.0\Microsoft.OData.ModelBuilder.xml" target="lib\net5.0" /> | ||
<file src="$ProductRoot$\net5.0\Microsoft.OData.ModelBuilder.pdb" target="lib\net5.0" /> | ||
<file src="$SourcesRoot$\images\odata.png" target="images\" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters