From d83bc76097e1c252d0ada657da417bf5d629e07f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leevi=20Pietil=C3=A4inen?= Date: Mon, 14 Oct 2019 23:42:52 -0700 Subject: [PATCH] Added strong name to directive properties. Use strong name to load the directives so loading from GAC works. --- src/NVelocity/Runtime/Defaults/directive.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/NVelocity/Runtime/Defaults/directive.properties b/src/NVelocity/Runtime/Defaults/directive.properties index cfe4b31..2548790 100644 --- a/src/NVelocity/Runtime/Defaults/directive.properties +++ b/src/NVelocity/Runtime/Defaults/directive.properties @@ -1,6 +1,6 @@ -directive.1=NVelocity.Runtime.Directive.Foreach\,NVelocity -directive.2=NVelocity.Runtime.Directive.Include\,NVelocity -directive.3=NVelocity.Runtime.Directive.Parse\,NVelocity -directive.4=NVelocity.Runtime.Directive.Macro\,NVelocity -directive.5=NVelocity.Runtime.Directive.Literal\,NVelocity -directive.6=NVelocity.Runtime.Directive.Break\,NVelocity \ No newline at end of file +directive.1=NVelocity.Runtime.Directive.Foreach\,NVelocity\,Version=1.0.0.0\,Culture=neutral\,PublicKeyToken=407dd0808d44fbdc +directive.2=NVelocity.Runtime.Directive.Include\,NVelocity\,Version=1.0.0.0\,Culture=neutral\,PublicKeyToken=407dd0808d44fbdc +directive.3=NVelocity.Runtime.Directive.Parse\,NVelocity\,Version=1.0.0.0\,Culture=neutral\,PublicKeyToken=407dd0808d44fbdc +directive.4=NVelocity.Runtime.Directive.Macro\,NVelocity\,Version=1.0.0.0\,Culture=neutral\,PublicKeyToken=407dd0808d44fbdc +directive.5=NVelocity.Runtime.Directive.Literal\,NVelocity\,Version=1.0.0.0\,Culture=neutral\,PublicKeyToken=407dd0808d44fbdc +directive.6=NVelocity.Runtime.Directive.Break\,NVelocity\,Version=1.0.0.0\,Culture=neutral\,PublicKeyToken=407dd0808d44fbdc \ No newline at end of file