Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. help with version control

help with version control

Scheduled Pinned Locked Moved C#
csharpcollaborationbeta-testinghelpquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tom_dx
    wrote on last edited by
    #1

    Is there a way to enable auto-increment version on build? I'm talking about the visual c# 2005 express edition beta 2 IM PROUD TO BE A GMAIL;

    C N 2 Replies Last reply
    0
    • T tom_dx

      Is there a way to enable auto-increment version on build? I'm talking about the visual c# 2005 express edition beta 2 IM PROUD TO BE A GMAIL;

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      I don't believe so, I store the version number in the app settings and run a post build step to increment it for my app. Christian Graus - Microsoft MVP - C++

      1 Reply Last reply
      0
      • T tom_dx

        Is there a way to enable auto-increment version on build? I'm talking about the visual c# 2005 express edition beta 2 IM PROUD TO BE A GMAIL;

        N Offline
        N Offline
        Nick Parker
        wrote on last edited by
        #3

        Yes, in your AssemblyInfo.cs file, include the following:

        [assembly: AssemblyVersion("1.0.*")]

        - Nick Parker Microsoft MVP - Visual C#
        My Blog | My Articles

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups