FubuCore just flipped to 1.0

24 views
Skip to first unread message

Jeremy D. Miller

unread,
Nov 16, 2012, 1:40:38 PM11/16/12
to fubumv...@googlegroups.com
Folks,

I flipped FubuCore to 1.0 today in the TeamCity build.  The only change was that I finally changed the CLI help to a simple FI like so:

    [CommandDescription("Adds assemblies to a given manifest")]
    public class AssembliesCommand : FubuCommand<AssembliesInput>
    {
        public AssembliesCommand()
        {
            Usage("Remove or adds all assemblies to the manifest file").Arguments(x => x.Mode, x => x.Directory);
            Usage("Removes or adds a single assembly name to the manifest file").Arguments(x => x.Mode, x => x.Directory,
                                                                                           x => x.AssemblyName);


        }


In my mind the CLI help and ConvertProblem were the two big remaining things, and I'm making the executive decision that ConvertProblem is fine the way that it is (Jaime, I think we can make FubuMVC.Validation work just fine the way it is now), so, FubuCore goes to 1.0 with the implicit promise that we try very, very hard to hold the line on the public API from this moment forward.

Thanks,

Jeremy

 

Jaime Jhon

unread,
Nov 16, 2012, 1:48:40 PM11/16/12
to fubumv...@googlegroups.com
Hi Jeremy,
I read your feedback for the issued pull request, it seems fair to me.
Anyway, looking forward to see how FubuMVC.Validation shapes up to play with it.
At the moment, we are enclosed to use only the binaries from the default nuget feed.
Furthermore, is nice to see how everything gets closer to 1.0, that gives a great level of confidence regarding Fubu and their tools.

Keep up the good,
Regards,
Jaime.


--
You received this message because you are subscribed to the Google Groups "FubuMVC Development Group" group.
To post to this group, send email to fubumv...@googlegroups.com.
To unsubscribe from this group, send email to fubumvc-deve...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fubumvc-devel?hl=en.



--
Jaime Febres Velez
Reply all
Reply to author
Forward
0 new messages