---
title: "Which attribute do you use to specify the version number of an assembly?"  
description: "Which attribute do you use to specify the version number of an assembly?"  
author: "Chris Anderson"  
published: 2011-09-17  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/1255/which-attribute-do-you-use-to-specify-the-version-number-of-an-assembly  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# Which attribute do you use to specify the version number of an assembly?

You use the AssemblyVersion() attribute to specify the version of an assembly.

## Answers

### Answer by Chris Anderson

You use the AssemblyVersion() attribute to specify the version of an assembly.


---

Original Source: https://www.mindstick.com/interview/1255/which-attribute-do-you-use-to-specify-the-version-number-of-an-assembly

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
