Skip to content

Commit 30301d7

Browse files
committed
Removing comment for assembly version in AssemblyInfo.cs files, to avoid unnecessary changes when bumping versions with script.
1 parent c564654 commit 30301d7

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Src/UnitsNet/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
// Build Number
4444
// Revision
4545
//
46-
// You can specify all the values or you can default the Build and Revision Numbers
47-
// by using the '*' as shown below:
48-
// [assembly: AssemblyVersion("1.0.*")]
4946

5047
[assembly: AssemblyVersion("1.5.0")]
5148
[assembly: AssemblyFileVersion("1.5.0")]

Tests/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
// Build Number
3030
// Revision
3131
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
32+
3533
[assembly: AssemblyVersion("1.0.0.0")]
3634
[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)