zoukankan      html  css  js  c++  java
  • MonoDevelop 3.0.4 发布啦!

    What's new in MonoDevelop 3.0.4

    MonoMac / MonoTouch improvements

    • New Archive support for MonoTouch/Mac projects. The Build / Archive command archives the current build configuration. The View / Archives command shows a list of all archived builds. It allows users to use Xcode’s Archive Organizer to submit archived builds to the App Store.
    • New “Resources” folder. There is no need to clutter root project directory w/ icons or other bundled resources anymore. With the BundledResource build action, you can also override the Bundle Id (so it doesn’t have to match the file name, which means you can use msbuild conditions)

    Improved Version Control support

    • MonoDevelop detects changes to files which happen in the background and refreshes their version control status.
    • Support for untrusted Https certificates has been improved. MonoDevelop will now prompt to ask if they should be accepted or rejected instead of silently rejecting them. This resolves the issue where some people could not check out repositories on Github.com using Https.
    • Support for the Git Http protocol has been made more robust against servers which have invalid Http headers. This resolves the issues some people may have experienced with repositories hosted on AppHarbor.
    • If publishing a git repository fails, MonoDevelop will now properly roll back all intermediate changes.
    • Fixed many issues with Git support on Windows.

    Android deployment

    • The Android deployment system has been completely rewritten
    • Shows a progress bar for file uploads
    • Much faster, since it detects and skips unchanged files
    • More robust, with better error reporting
    • Improved support for Jellybean (4.1) devices

    Projects

    • The checks to decide if a resx file needs rebuilding have been improved. The result is that projects with a large number of resx files should notice that builds and rebuilds are faster.
    • Improved support for .NET 4.5
    • Added support for VB.NET 4.0 projects

    ASP.NET

    • Improved ASP.NET MVC2 and MVC3 support, including Razor templates (requires Mono 2.11)

    Other improvements and bug fixes

    • Fixed rendering on MacBook with retina display
    • Fixed several editor issues with code completion and refactoring
    • Fixed assembly browser loading issues
    • Fixed evaluation of DebuggerDisplay expressions
    • Optimized source code analysis
    • Optimized code generation in the gtk# designer
    Viewing 1 of 1 comments: view all
     
    I have some problems then building MD 3.0.4.6 from source - ./configure says he could not found /test/UnitTests/Makefile
    Posted 09:51, 10 Sep 2012
     
    Viewing 1 of 1 comments: view all
    You must login to post a comment.
    Page last modified 06:25, 5 Sep 2012 by Lluis
  • 相关阅读:
    Java编码思想之什么是高内聚低耦合?
    hadoop中block副本的放置策略
    服务器组网的过程
    服务器的类型
    hadoop学习笔记(一):NameNade持久化和DataNode概念
    js中的局部函数和全局函数的调用
    对于javaScript中的alert和document.write()的执行顺序的记录
    常用工具api等链接
    js函数声明外面使用小括号括起来再接一个小括号的写法
    LVS的概念和重要性
  • 原文地址:https://www.cnblogs.com/ArRan/p/2739101.html
Copyright © 2011-2022 走看看