Skip to content

Commit

Permalink
Released version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Castro committed May 13, 2016
1 parent 821554e commit c5cc837
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RestorePackages()
let buildDir = "./build/"
let testResultsDir = "./testresults/"
let nugetDir = buildDir @@ "nuget"
let version = "0.8.2.0"
let version = "0.8.3.0"

// Targets
Target "Clean" (fun _ ->
Expand Down
4 changes: 2 additions & 2 deletions src/JSend.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*'.
[assembly: AssemblyVersion("0.8.2.0")]
[assembly: AssemblyFileVersion("0.8.2.0")]
[assembly: AssemblyVersion("0.8.3.0")]
[assembly: AssemblyFileVersion("0.8.3.0")]

[assembly: InternalsVisibleTo("JSend.Client.Tests, PublicKey=002400000480000094000000060200000024000052534131000400000100010051ff0f8e6c74ce39b65a4c4b758cb36c1a0efba83a57140c367ee100516c42f5fc52eea91e2ca0611c071bb237638f6bd7860a8a5860ef5ee8fc8e8162b05dc5992c5223b64492f02d77460fb8ee1354304bc6a3c55cb9323c77c1933c4a0809d54a10f5b6b32456022c8dabe67185028210845c3cd09fc07380bb54279a3fbc")]
[assembly: CLSCompliant(false)]
4 changes: 2 additions & 2 deletions src/JSend.WebApi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*'.
[assembly: AssemblyVersion("0.8.2.0")]
[assembly: AssemblyFileVersion("0.8.2.0")]
[assembly: AssemblyVersion("0.8.3.0")]
[assembly: AssemblyFileVersion("0.8.3.0")]

[assembly: NeutralResourcesLanguage("en-US")]
[assembly: CLSCompliant(true)]
Expand Down
4 changes: 2 additions & 2 deletions tests/JSend.Client.FunctionalTests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*'.
[assembly: AssemblyVersion("0.8.2.0")]
[assembly: AssemblyFileVersion("0.8.2.0")]
[assembly: AssemblyVersion("0.8.3.0")]
[assembly: AssemblyFileVersion("0.8.3.0")]
4 changes: 2 additions & 2 deletions tests/JSend.Client.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*'.
[assembly: AssemblyVersion("0.8.2.0")]
[assembly: AssemblyFileVersion("0.8.2.0")]
[assembly: AssemblyVersion("0.8.3.0")]
[assembly: AssemblyFileVersion("0.8.3.0")]
4 changes: 2 additions & 2 deletions tests/JSend.WebApi.FunctionalTests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*'.
[assembly: AssemblyVersion("0.8.2.0")]
[assembly: AssemblyFileVersion("0.8.2.0")]
[assembly: AssemblyVersion("0.8.3.0")]
[assembly: AssemblyFileVersion("0.8.3.0")]
4 changes: 2 additions & 2 deletions tests/JSend.WebApi.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*'.
[assembly: AssemblyVersion("0.8.2.0")]
[assembly: AssemblyFileVersion("0.8.2.0")]
[assembly: AssemblyVersion("0.8.3.0")]
[assembly: AssemblyFileVersion("0.8.3.0")]

0 comments on commit c5cc837

Please sign in to comment.