Skip to content

Commit

Permalink
New builds, Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeee committed Jul 27, 2014
1 parent 6134300 commit d89d58b
Show file tree
Hide file tree
Showing 8 changed files with 283 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/NTH.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NTH</id>
<version>1.1.2</version>
<version>1.2.0</version>
<authors>Niklas Mollenhauer</authors>
<licenseUrl>https://raw.github.com/nikeee/nth/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/nikeee/nth</projectUrl>
Expand Down
Binary file modified dist/lib/net40-client/NTH.dll
Binary file not shown.
139 changes: 139 additions & 0 deletions dist/lib/net40-client/NTH.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/lib/net40/NTH.dll
Binary file not shown.
139 changes: 139 additions & 0 deletions dist/lib/net40/NTH.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/NTH/NTH/NTH-40-client.csproj
Expand Up @@ -43,7 +43,7 @@
<DocumentationFile>bin\Distribution40-client\NTH.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>NTH-Key.pfx</AssemblyOriginatorKeyFile>
Expand Down
2 changes: 1 addition & 1 deletion src/NTH/NTH/NTH.csproj
Expand Up @@ -44,7 +44,7 @@
<DocumentationFile>bin\Distribution40\NTH.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>NTH-Key.pfx</AssemblyOriginatorKeyFile>
Expand Down
4 changes: 2 additions & 2 deletions src/NTH/NTH/Properties/AssemblyInfo.cs
Expand Up @@ -14,7 +14,7 @@

[assembly: Guid("b9124fce-ec06-4c00-bd70-3c3d3b978698")]

[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: NeutralResourcesLanguage("en")]

0 comments on commit d89d58b

Please sign in to comment.