Resource version incrementation

  1. #1

    Resource version incrementation

    Hello,
    my problem is, that resource version is not incremets automatically in Ext.Net 1.5.
    For example: extjs/ext-all-js/ext.axd?v=0

    In Ext.Net 2.0 this works well: ext-all-js/ext.axd?v=6723

    Is it an configuration issue, or Ext.Net 1.5 bug?
    How can I fix this, so it will autoincrement resource versions?

    Thanks!
  2. #2
    Fixed in SVN
    To fix it locally, please replase AssemblyVersion in AssemblyInfo.cs by the following code
    [assembly: AssemblyVersion("1.5.0.*")]
    Last edited by geoffrey.mcgill; Nov 21, 2012 at 3:46 PM.
  3. #3
    This fix will be included with the v1.6.0 release, which should happen today.
    Geoffrey McGill
    Founder

Similar Threads

  1. ext.asd resource not found
    By rkchak in forum 1.x Help
    Replies: 2
    Last Post: Mar 26, 2012, 6:19 PM
  2. Replies: 1
    Last Post: Mar 12, 2012, 9:31 PM
  3. How do you add a resource item
    By craig2005 in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Feb 09, 2011, 6:44 PM
  4. Icon resource
    By Yannis in forum 1.x Help
    Replies: 1
    Last Post: Jun 22, 2010, 4:02 AM
  5. Replies: 2
    Last Post: Jan 26, 2010, 12:54 PM

Tags for this Thread

Posting Permissions