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
  • 相关阅读:
    浏览器缓存之灾
    js控制页面带参跳转
    解决 iOS7 通过tag 找不到 UITableViewCell 的子控件(转)
    Xcode工程添加第三方文件的详细分析 Create folder references for any added folders(转)
    iOS开发 frame 与 bounds 的区别与关系 转自隔叶黄莺
    关于UIGestureRecognizerState
    iOS 开发,工程中混合使用 ARC 和非ARC(转)
    iOS使用NSURLConnection发送同步和异步HTTP Request
    关于error:Cannot assign to 'self' outside of a method in the init family
    ios学习之UIWebView网页视图调整
  • 原文地址:https://www.cnblogs.com/ArRan/p/2739101.html
Copyright © 2011-2022 走看看