Skip to content

Commit

Permalink
Version 0.6, updated to CoffeeScript 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Jun 8, 2015
1 parent f9492ba commit eba1af2
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/Coffee/Program.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[<assembly: System.Reflection.AssemblyVersion("0.5.0.0")>]
[<assembly: System.Reflection.AssemblyVersion("0.6.0.0")>]
do ()

let toNull (o : 'T option) =
Expand Down Expand Up @@ -27,7 +27,7 @@ open System.Reflection

let showVersion () =
printfn "CoffeeSharp version %s" (Assembly.GetExecutingAssembly().GetName().Version.ToString())
printfn "CoffeeScript version %s" "1.3.1"
printfn "CoffeeScript version %s" "1.9.3"

let showHelp () =
printfn "Usage: Coffee.exe [options] path\\to\\script.coffee"
Expand Down
4 changes: 2 additions & 2 deletions src/CoffeeScriptHttpHandler/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]
2 changes: 1 addition & 1 deletion src/CoffeeSharp.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>CoffeeSharp</id>
<version>0.5</version>
<version>0.6</version>
<authors>Tom Lokhorst</authors>
<description>
CoffeeScript compiler for Windows.
Expand Down
4 changes: 2 additions & 2 deletions src/CoffeeSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]
6 changes: 3 additions & 3 deletions src/CoffeeSharp/Resources.Designer.cs

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

8 changes: 6 additions & 2 deletions src/CoffeeSharp/Resources.resx

Large diffs are not rendered by default.

0 comments on commit eba1af2

Please sign in to comment.