Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6349567
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:38:32+00:00 2026-05-24T21:38:32+00:00

I have a solution that represents a releasable product, and it contains both product

  • 0

I have a solution that represents a releasable product, and it contains both product specific projects, and other projects that are shared across the entire organisation. What’s the best way of stamping a version number for the released project? My current ideas are:

  • Set the assembly version on the service project (this is the project that contains the actual executable, which is a windows service). But this feels a bit odd, as it’s basically only a front end to the logic in the core project
  • Version the core project assembly. Once again a bit odd as this could end up being broken up in future versions. Which makes finding a version number inconsistent
  • Set the version number in the Wix installer project. Good, but can it be automated?

I’d quite like a way to apply the same version number in all of these places, or is there a better way of doing this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T21:38:33+00:00Added an answer on May 24, 2026 at 9:38 pm

    The idea is to create shared GlobalAssemblyInfo.cs file and include it as external link in each project which should be versioned, in this way you can change version in a single place and all projects pick it up whilst Complie

    GlobalAssemblyInfo.cs:
    
    [assembly: AssemblyVersion("0.0.0.1")]
    [assembly: AssemblyFileVersion("0.0.0.1")]
    

    Update csproj files once to include shared assembly info:

    <Compile Include="$(SolutionPath)\GlobalAssemblyInfo.cs">
          <Link>Properties\GlobalAssemblyInfo.cs</Link>
    </Compile>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a solution that contains a good deal of projects, I would like
I have a solution that contains two projects. One project is an ASP.NET Web
I have a solution that contains both a Windows Forms application and a Console
I have created a new solution with a minimal amount of code that represents
I have a solution that is deployed using ClickOnce. It consists of an application,
I have a solution that is missing a lot of code coverage. I need
I have a solution that is source controlled with Subversion and AnkhSVN in Visual
I have a solution that is being referenced by a MSBuild project. In the
I have a solution that I am trying to build in Visual Studio which
I have a solution that I work on with another person and the solution

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.