Skip to content

Commit

Permalink
get ready for 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-montrose committed May 5, 2016
1 parent f175b19 commit 9c4441f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Sigil/Properties/AssemblyInfo.cs
Expand Up @@ -4,10 +4,10 @@
[assembly: AssemblyTitle("Sigil")]
[assembly: AssemblyDescription("A fail-fast validating helper for .NET CIL generation")]
[assembly: AssemblyProduct("Sigil")]
[assembly: AssemblyCopyright("Copyright © Kevin Montrose 2013-2015")]
[assembly: AssemblyCopyright("Copyright © Kevin Montrose 2013-2016")]

[assembly: ComVisible(false)]
[assembly: Guid("f42dd257-7ff8-4710-a762-148b0f4c4550")]

[assembly: AssemblyVersion("4.5.2")]
[assembly: AssemblyFileVersion("4.5.2")]
[assembly: AssemblyVersion("4.5.3")]
[assembly: AssemblyFileVersion("4.5.3")]
6 changes: 3 additions & 3 deletions Sigil/project.json
@@ -1,12 +1,12 @@
{
"version": "4.5.2-beta",
"version": "4.5.3",
"description": "A fail-fast validation helper for .NET CIL generation.",
"authors": [ "kmontrose" ],
"tags": [ "cil msil il bytecode" ],
"projectUrl": "https://github.com/kevin-montrose/Sigil",
"licenseUrl": "http://opensource.org/licenses/MS-PL",
"releaseNotes": "Added Core-CLR support (rc1 tooling)",
"copyright": "2013-2015 Kevin Montrose",
"releaseNotes": "Fix nasty bug with tailcalls",
"copyright": "2013-2016 Kevin Montrose",
"requireLicenseAcceptance": false,
"compilationOptions": {
"keyFile": "../Sigil/Properties/Sigil.snk"
Expand Down

0 comments on commit 9c4441f

Please sign in to comment.