Skip to content

Commit 0faf048

Browse files
committed
Updated with missing release information
Happened to notice that the ReleaseNotes.md didn't have all the information about the various releases, so thought I would add them in. The information was taken from here: https://github.com/Particular/GitVersion/releases
1 parent 9b1eafb commit 0faf048

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

ReleaseNotes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
# v1.1.0
215

316
- [#222](https://github.com/Particular/GitVersion/pull/222) - Log is printed to console on error
@@ -17,3 +30,6 @@
1730
- [#87](https://github.com/Particular/GitVersion/issues/87) - only perform PerformPreProcessingSteps once per solution instance
1831

1932
Commits: [493a204e81...232ef26ca3](https://github.com/Particular/GitVersion/compare/493a204e81...232ef26ca3)
33+
34+
# v1.0.0
35+
Initial Release

0 commit comments

Comments
 (0)