-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add local nuget package for headless form packages
Fixes: AFORM-4135 Story: AFORM-3507
- Loading branch information
Linh Hoang
committed
May 10, 2024
1 parent
21e0550
commit 0a26197
Showing
26 changed files
with
1,025 additions
and
27 deletions.
There are no files selected for viewing
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
5 changes: 5 additions & 0 deletions
5
samples/NugetPackages/optimizely.headless.form.contentgraph/0.1.1-inte-380/.nupkg.metadata
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,5 @@ | ||
{ | ||
"version": 2, | ||
"contentHash": "POJk5uGgMs8gh1B2cmGhY1I0Kw44xaZI+9sa5mGlIRg+68Q6DeByb7E16AwQ8TjVJ/WlX7d5zdcjuy8scQtejA==", | ||
"source": "https://nuget.pkg.github.com/episerver/index.json" | ||
} |
Binary file added
BIN
+10 KB
...ess.form.contentgraph/0.1.1-inte-380/lib/net6.0/Optimizely.Headless.Form.ContentGraph.dll
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
...ess.form.contentgraph/0.1.1-inte-380/lib/net6.0/Optimizely.Headless.Form.ContentGraph.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
samples/NugetPackages/optimizely.headless.form.contentgraph/0.1.1-inte-380/license.txt
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,17 @@ | ||
OPTIMIZELY NUGET PACKAGES | ||
RIGHTS OF USE | ||
|
||
|
||
For Customers with Software Services Use Terms under an Optimizely Software | ||
Subscription Agreement – | ||
https://www.optimizely.com/legal/software-services-use-terms | ||
|
||
For Customers with legacy end user license agreement or legacy end user | ||
services agreement - | ||
https://www.optimizely.com/legal/end-user-licence-agreement, or | ||
https://www.optimizely.com/legal/end-user-services-agreement | ||
|
||
|
||
Additional license terms and /or notices with respect to this Nuget Package, | ||
if any, are set out below. | ||
|
Binary file added
BIN
+7.59 KB
...rm.contentgraph/0.1.1-inte-380/optimizely.headless.form.contentgraph.0.1.1-inte-380.nupkg
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...entgraph/0.1.1-inte-380/optimizely.headless.form.contentgraph.0.1.1-inte-380.nupkg.sha512
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 @@ | ||
POJk5uGgMs8gh1B2cmGhY1I0Kw44xaZI+9sa5mGlIRg+68Q6DeByb7E16AwQ8TjVJ/WlX7d5zdcjuy8scQtejA== |
30 changes: 30 additions & 0 deletions
30
...ly.headless.form.contentgraph/0.1.1-inte-380/optimizely.headless.form.contentgraph.nuspec
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,30 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata> | ||
<id>Optimizely.Headless.Form.ContentGraph</id> | ||
<version>0.1.1-inte-380</version> | ||
<authors>Optimizely</authors> | ||
<license type="file">license.txt</license> | ||
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl> | ||
<projectUrl>https://github.com/episerver/content-headless-form</projectUrl> | ||
<description>Package Description</description> | ||
<copyright>© 2023 by Optimizely. All rights reserved</copyright> | ||
<dependencies> | ||
<group targetFramework="net6.0"> | ||
<dependency id="Optimizely.Headless.Form.Core" version="0.1.1-inte-380" exclude="Build,Analyzers" /> | ||
<dependency id="Optimizely.ContentGraph.Cms" version="3.5.1" exclude="Build,Analyzers" /> | ||
<dependency id="EPiServer.CMS.AspNetCore" version="12.20.1" exclude="Build,Analyzers" /> | ||
<dependency id="EPiServer.CMS.AspNetCore.HtmlHelpers" version="12.20.1" exclude="Build,Analyzers" /> | ||
<dependency id="EPiServer.CMS.AspNetCore.Routing" version="12.20.1" exclude="Build,Analyzers" /> | ||
<dependency id="EPiServer.Cms.UI" version="12.26.0" exclude="Build,Analyzers" /> | ||
<dependency id="EPiServer.Cms.UI.Core" version="12.26.0" exclude="Build,Analyzers" /> | ||
<dependency id="EPiServer.Forms" version="5.8.2-pre-021286" exclude="Build,Analyzers" /> | ||
<dependency id="EPiServer.Framework" version="12.20.1" exclude="Build,Analyzers" /> | ||
<dependency id="Microsoft.CodeAnalysis.Analyzers" version="3.3.4" exclude="Build,Analyzers" /> | ||
<dependency id="Microsoft.CodeAnalysis.CSharp" version="4.6.0" exclude="Build,Analyzers" /> | ||
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="6.0.0" exclude="Build,Analyzers" /> | ||
<dependency id="Optimizely.Cms.Preview1.Content.EPiServer" version="12.20.1" exclude="Build,Analyzers" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
</package> |
5 changes: 5 additions & 0 deletions
5
samples/NugetPackages/optimizely.headless.form.core/0.1.1-inte-380/.nupkg.metadata
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,5 @@ | ||
{ | ||
"version": 2, | ||
"contentHash": "rD8hUtyTGm+JvkjMxeIMGyM2DjFkbOy26VNMiqvIdmjhPjFmXkE45Fo0HrC3XZXs2mmFBEmOFKfY+X5U/08vnA==", | ||
"source": "https://nuget.pkg.github.com/episerver/index.json" | ||
} |
Binary file added
BIN
+68 KB
...optimizely.headless.form.core/0.1.1-inte-380/lib/net6.0/Optimizely.Headless.Form.Core.dll
Binary file not shown.
Oops, something went wrong.