File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ # v1.2.0
2
+ Support updating a single common AssemblyInfo.cs [ #227 ] ( https://github.com/Particular/GitVersion/pull/227 ) thanks @hmemcpy
3
+ Note we do not have the assembly info switches in the command line help at the moment, see [ #237 ] ( https://github.com/Particular/GitVersion/issues/237 )
4
+
5
+ Usage for updating assembly info is /updateAssemblyInfo if you want to specify the file it is
6
+
7
+ ```
8
+ /updateassemblyinfo ..\src\CommonAssemblyInfo.cs or /updateassemblyinfo "C:\src\CommonAssemblyInfo.cs"
9
+ ```
10
+
11
+ # v1.1.0
12
+ Bug fix with release branches in GitHubFlow
13
+
1
14
# v1.1.0
2
15
3
16
- [ #222 ] ( https://github.com/Particular/GitVersion/pull/222 ) - Log is printed to console on error
17
30
- [ #87 ] ( https://github.com/Particular/GitVersion/issues/87 ) - only perform PerformPreProcessingSteps once per solution instance
18
31
19
32
Commits: [ 493a204e81...232ef26ca3] ( https://github.com/Particular/GitVersion/compare/493a204e81...232ef26ca3 )
33
+
34
+ # v1.0.0
35
+ Initial Release
You can’t perform that action at this time.
0 commit comments