Skip to content

Commit

Permalink
Remove -beta from nuspec
Browse files Browse the repository at this point in the history
Update to 2016
  • Loading branch information
mganss committed Feb 1, 2016
1 parent d470f7e commit b2e7d3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HtmlSanitizer/HtmlSanitizer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package >
<metadata>
<id>$id$</id>
<version>$version$-beta</version>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://github.com/mganss/HtmlSanitizer/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/mganss/HtmlSanitizer</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<copyright>Copyright 2013-2015 Michael Ganss</copyright>
<copyright>Copyright 2013-2016 Michael Ganss</copyright>
<tags>xss anti antixss html security</tags>
</metadata>
</package>
2 changes: 1 addition & 1 deletion HtmlSanitizer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand Down

0 comments on commit b2e7d3e

Please sign in to comment.