Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit efee109

Browse files
committed
Forgot to update assembly file versions
1 parent faa8285 commit efee109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MetaWear.Win10.DotNet/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
3434
[assembly: AssemblyVersion("1.0.0.0")]
35-
[assembly: AssemblyFileVersion("0.4.0")]
35+
[assembly: AssemblyFileVersion("1.0.0")]

MetaWear.Win10.Uwp/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
// by using the '*' as shown below:
2525
// [assembly: AssemblyVersion("1.0.*")]
2626
[assembly: AssemblyVersion("1.0.0.0")]
27-
[assembly: AssemblyFileVersion("0.4.0")]
27+
[assembly: AssemblyFileVersion("1.0.0")]
2828
[assembly: ComVisible(false)]

0 commit comments

Comments
 (0)