diff --git a/.Nuget/Virtual-Nodes-for-Umbraco-8.nuspec b/.Nuget/Virtual-Nodes-for-Umbraco-8.nuspec index 66cd914..94fb399 100644 --- a/.Nuget/Virtual-Nodes-for-Umbraco-8.nuspec +++ b/.Nuget/Virtual-Nodes-for-Umbraco-8.nuspec @@ -2,7 +2,7 @@ Virtual-Nodes-for-Umbraco-8 - 8.1.1.1-alpha.1 + 8.1.2-beta.1 Virtual-Nodes-for-Umbraco-8 https://github.com/christopherrobinson/ https://github.com/christopherrobinson/Virtual-Nodes-for-Umbraco-8/ @@ -10,8 +10,10 @@ This plugin lets you define document types that will be excluded from generated URLs., thus making them "invisible". false en-GB - Umbraco 8 Virtual Node URL ContentFinder + Umbraco 8 Virtual Node URL ContentFinder https://github.com/nvisage-gf/Virtual-Nodes-for-Umbraco-8 + README.md + MIT @@ -20,6 +22,7 @@ + diff --git a/.Nuget/web.config.install.xdt b/.Nuget/web.config.install.xdt index d6f849a..cb00f67 100644 --- a/.Nuget/web.config.install.xdt +++ b/.Nuget/web.config.install.xdt @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.gitignore b/.gitignore index 552a3ac..a37aa05 100644 --- a/.gitignore +++ b/.gitignore @@ -352,3 +352,4 @@ MigrationBackup/ .Nuget/NuGetPack.cmd .Nuget/NuGetPush-MyGet.cmd +*.user diff --git a/README.md b/README.md index 7161905..cf7642d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This plugin lets you define document types that will be excluded from generated ## Change Log -- 8.1.1.0-alpha: enable runtime cache, +- 8.1.2-beta.1: VirtualNodesContentFinder update to ensure cached dictionary updated ## Usage After you include this plugin you must have to add a single `appSettings` entry to your `web.config` file, e.g. @@ -74,6 +74,13 @@ articles To keep things simple the auto numbering of nodes only go one level up - if you have multiple virtual nodes under each other and multiple nodes with the same name in different levels then you will run into problems. -## h5 +## Nuget Package + +Update `.Nuget\\Virtual-Nodes-for-Umbraco-8.nuspec` manually for now. + +Example pack command: + +` +nuget pack Virtual-Nodes-for-Umbraco-8.nuspec -Build -Symbols -Version 8.1.2 -Suffix beta -Properties Configuration=Debug +` -[Heather Floyd](https://github.com/hfloyd) diff --git a/VirtualNodes.sln b/VirtualNodes.sln index 2ce1502..316b251 100644 --- a/VirtualNodes.sln +++ b/VirtualNodes.sln @@ -1,10 +1,19 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28307.757 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.32126.315 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirtualNodes", "VirtualNodes\VirtualNodes.csproj", "{3CEEA23B-3ECE-4CFF-B44A-551EDF7D2270}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FD069AC4-886E-42B1-A00F-C557BEDB6D55}" + ProjectSection(SolutionItems) = preProject + LICENSE.md = LICENSE.md + README.md = README.md + .Nuget\Virtual-Nodes-for-Umbraco-8.nuspec = .Nuget\Virtual-Nodes-for-Umbraco-8.nuspec + .Nuget\web.config.install.xdt = .Nuget\web.config.install.xdt + .Nuget\web.config.uninstall.xdt = .Nuget\web.config.uninstall.xdt + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/VirtualNodes/App.config b/VirtualNodes/App.config index 03d1025..d8f676e 100644 --- a/VirtualNodes/App.config +++ b/VirtualNodes/App.config @@ -1,7 +1,7 @@  - + diff --git a/VirtualNodes/Properties/AssemblyInfo.cs b/VirtualNodes/Properties/AssemblyInfo.cs index 9d46baf..a8ded53 100644 --- a/VirtualNodes/Properties/AssemblyInfo.cs +++ b/VirtualNodes/Properties/AssemblyInfo.cs @@ -28,6 +28,6 @@ // Build Number // Revision // -[assembly: AssemblyVersion("8.1.1.0")] -[assembly: AssemblyFileVersion("8.1.1.0")] -[assembly: AssemblyInformationalVersion ("8.1.1.1-alpha.1")] +[assembly: AssemblyVersion("8.1.2.0")] +[assembly: AssemblyFileVersion("8.1.2.0")] +[assembly: AssemblyInformationalVersion ("8.1.2-beta.1")] diff --git a/VirtualNodes/Virtual-Nodes-for-Umbraco-8.nuspec b/VirtualNodes/Virtual-Nodes-for-Umbraco-8.nuspec deleted file mode 100644 index 2d2b4f4..0000000 --- a/VirtualNodes/Virtual-Nodes-for-Umbraco-8.nuspec +++ /dev/null @@ -1,29 +0,0 @@ - - - - Virtual-Nodes-for-Umbraco-8 - 8.1.1-alpha - Virtual-Nodes-for-Umbraco-8 - https://github.com/christopherrobinson - https://github.com/christopherrobinson/Virtual-Nodes-for-Umbraco-8/ - A rewrite of [Umbraco-VirtualNodes](https://github.com/sotirisf/Umbraco-VirtualNodes/) from [Sotiris Filippidis](https://github.com/sotirisf/) to make it compatible with Umbraco 8.1+. - This plugin lets you define document types that will be excluded from generated URLs., thus making them "invisible". - false - en-GB - Umbraco 8 Virtual Node Invisible Hidden - https://github.com/nvisage-gf/Virtual-Nodes-for-Umbraco-8/ - - - - - - - - - - - - - - - \ No newline at end of file