Some Thoughts on Versioning (And v0.7.3.0)

I have just updated the assembly and code layout schema versions to v0.7.3.0 (which will be the next major release), so if you are using the nightly build, make sure you update your custom code layouts to point to v0.7.3.0. I have made this version change since the v0.7.3.0 schema includes the ability to choose between tabs and spaces.

This means that if you choose to install the nightly build now, the installation will be titled “Regionerate Public Beta 2 (v0.7.3.0)”.

This seems a bit messy, in my opinion, as users might get confused and think that the nightly build is actually v0.7.3.0.

Do you have any suggestions on how to make this process more organized?

 

This entry was posted on Saturday, March 14th, 2009at 4:44 pm and is filed under Code Layout Schema, Public Beta, What do you think?, v0.7, v0.7.3.0. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response or trackback from your own site.

 

2 Responses to “Some Thoughts on Versioning (And v0.7.3.0)”

  1. I have made some changes about the Tabs&Spaces. Now the code layout looks better now.
    But I have another question about the PutEvents, there is an event statement,like this :” private event WinForm.MouseEventHandler m_RenderViewMouseOver = delegate { };”, I defined this type in my codelayout.xml, like this:

    .
    However, it turned out that the event statement hasn’t been placed into the Private events region.

    what’s more interestring is that when i delete the event default value, like this:”private event WinForm.MouseEventHandler m_RenderViewMouseOver;”, then It can be placed into the specific region now.

    I don’t know why

    Posted by Sally on April 17th, 2009 4:48 am

  2. Sally,

    I’m guessing that it is bug.
    Can you please open a ticket for it in the project’s Trac?

    Thanks for letting me know about this. However, next time please use the forums to report bugs.

    Thanks,
    – rauchy

    Posted by rauchy on April 17th, 2009 8:34 am

 

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>