Skip to content

Commit

Permalink
-Version 1.0.4
Browse files Browse the repository at this point in the history
-Fixed licensing bug
  • Loading branch information
JamesNK committed Jan 29, 2015
1 parent 537c2ca commit 075aa3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Build/Newtonsoft.Json.Schema.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Newtonsoft.Json.Schema</id>
<version>1.0.3</version>
<version>1.0.4</version>
<title>Json.NET Schema</title>
<description>Json.NET Schema is a complete and easy to use JSON Schema framework for .NET</description>
<authors>Newtonsoft</authors>
Expand Down
4 changes: 2 additions & 2 deletions Build/build.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
properties {
$zipFileName = "JsonSchema10r3.zip"
$zipFileName = "JsonSchema10r4.zip"
$majorVersion = "1.0"
$majorWithReleaseVersion = "1.0.3"
$majorWithReleaseVersion = "1.0.4"
$version = GetVersion $majorWithReleaseVersion
$signAssemblies = $false
$signKeyPath = "C:\Development\Releases\newtonsoft.snk"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ namespace Newtonsoft.Json.Schema.Infrastructure.Licensing
[JsonConverter(typeof(StringEnumConverter))]
internal enum LicenseType
{
Test
Test,
JsonSchemaIndie,
JsonSchemaBusiness
}
}

0 comments on commit 075aa3b

Please sign in to comment.