From b2e7d3e8201c4f6db6851227ce1d0489169d196a Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Mon, 1 Feb 2016 13:19:26 +0100 Subject: [PATCH] Remove -beta from nuspec Update to 2016 --- HtmlSanitizer/HtmlSanitizer.nuspec | 4 ++-- HtmlSanitizer/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HtmlSanitizer/HtmlSanitizer.nuspec b/HtmlSanitizer/HtmlSanitizer.nuspec index b2034ef..cb31a6c 100644 --- a/HtmlSanitizer/HtmlSanitizer.nuspec +++ b/HtmlSanitizer/HtmlSanitizer.nuspec @@ -2,7 +2,7 @@ $id$ - $version$-beta + $version$ $title$ $author$ $author$ @@ -10,7 +10,7 @@ https://github.com/mganss/HtmlSanitizer false $description$ - Copyright 2013-2015 Michael Ganss + Copyright 2013-2016 Michael Ganss xss anti antixss html security diff --git a/HtmlSanitizer/Properties/AssemblyInfo.cs b/HtmlSanitizer/Properties/AssemblyInfo.cs index eb2e3f1..76c9d6e 100644 --- a/HtmlSanitizer/Properties/AssemblyInfo.cs +++ b/HtmlSanitizer/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Michael Ganss")] [assembly: AssemblyProduct("HtmlSanitizer")] -[assembly: AssemblyCopyright("Copyright © 2013-2015 Michael Ganss")] +[assembly: AssemblyCopyright("Copyright © 2013-2016 Michael Ganss")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]