forked from christopherrobinson/Virtual-Nodes-for-Umbraco-8
-
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.
rebase upstream/master for issue christopherrobinson#6 (christopherrobinson#7) merge christopherrobinson#9 Nuget package support
- Loading branch information
1 parent
8ffd43d
commit 9a2ec2d
Showing
14 changed files
with
167 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<id>Virtual-Nodes-for-Umbraco-8</id> | ||
<version>8.1.2-beta.1</version> | ||
<title>Virtual-Nodes-for-Umbraco-8</title> | ||
<authors>https://github.com/christopherrobinson/</authors> | ||
<owners>https://github.com/christopherrobinson/Virtual-Nodes-for-Umbraco-8/</owners> | ||
<description>A rewrite of Umbraco-VirtualNodes from Sotiris Filippidis to make it compatible with Umbraco 8.1+.</description> | ||
<summary>This plugin lets you define document types that will be excluded from generated URLs., thus making them "invisible".</summary> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<language>en-GB</language> | ||
<tags>Umbraco 8 Virtual Node URL ContentFinder</tags> | ||
<projectUrl>https://github.com/nvisage-gf/Virtual-Nodes-for-Umbraco-8</projectUrl> | ||
<readme>README.md</readme> | ||
<license type="expression">MIT</license> | ||
<dependencies> | ||
<group targetFramework=".NETFramework4.7.2"> | ||
<dependency id="UmbracoCms.Core" version="[8.1,9)" /> | ||
<dependency id="UmbracoCms.Web" version="[8.1,9)" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\README.md" target="" /> | ||
<file src="..\VirtualNodes\bin\Debug\VirtualNodes.dll" target="lib\net472" /> | ||
<file src="..\VirtualNodes\bin\Release\VirtualNodes.pdb" target="lib\net472" /> | ||
<file src="..\VirtualNodes\**\*.cs" target="src" /> | ||
<file src="web.config.install.xdt" target="content\web.config.install.xdt" /> | ||
<file src="web.config.uninstall.xdt" target="content\web.config.uninstall.xdt" /> | ||
</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,6 @@ | ||
<?xml version="1.0"?> | ||
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> | ||
<appSettings xdt:Transform="InsertIfMissing"> | ||
<add key="VirtualNodes" value="virtual*" xdt:Locator="Match(key)" xdt:Transform="InsertIfMissing" /> | ||
</appSettings> | ||
</configuration> |
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,6 @@ | ||
<?xml version="1.0"?> | ||
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> | ||
<appSettings> | ||
<add key="VirtualNodes" xdt:Transform="Remove" xdt:Locator="Match(key)" /> | ||
</appSettings> | ||
</configuration> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> | ||
</startup> | ||
<appSettings> | ||
<add key="VirtualNodes" value="virtual*" /> | ||
</appSettings> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> | ||
</startup> | ||
</configuration> |
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,33 @@ | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
|
||
// General Information about an assembly is controlled through the following | ||
// set of attributes. Change these attribute values to modify the information | ||
// associated with an assembly. | ||
[assembly: AssemblyTitle("VirtualNodes")] | ||
[assembly: AssemblyDescription("This plugin lets you define document types that will be excluded from generated URLs., thus making them \"invisible\".")] | ||
[assembly: AssemblyConfiguration("")] | ||
[assembly: AssemblyCompany("https://github.com/nvisage-gf/Virtual-Nodes-for-Umbraco-8/")] | ||
[assembly: AssemblyProduct("VirtualNodes")] | ||
[assembly: AssemblyCopyright("MIT")] | ||
[assembly: AssemblyTrademark("")] | ||
[assembly: AssemblyCulture("")] | ||
|
||
// Setting ComVisible to false makes the types in this assembly not visible | ||
// to COM components. If you need to access a type in this assembly from | ||
// COM, set the ComVisible attribute to true on that type. | ||
[assembly: ComVisible(false)] | ||
|
||
// The following GUID is for the ID of the typelib if this project is exposed to COM | ||
[assembly: Guid("0c46a457-7110-4ff4-a936-cfee9bd13668")] | ||
|
||
// Version information for an assembly consists of the following four values: | ||
// | ||
// Major Version | ||
// Minor Version | ||
// Build Number | ||
// Revision | ||
// | ||
[assembly: AssemblyVersion("8.1.2")] | ||
[assembly: AssemblyFileVersion("8.1.2")] | ||
[assembly: AssemblyInformationalVersion ("8.1.2-beta.1")] |
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
Oops, something went wrong.