Skip to content

Commit 1f80972

Browse files
committed
Prep for release v1.2
1 parent b31805f commit 1f80972

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

ClassLibrary/DataWarehouseAutomation/DataWarehouseAutomation/DataWarehouseAutomation.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<Version>1.2.0</Version>
6+
<Authors>Roelant Vos</Authors>
57
</PropertyGroup>
68

79
<ItemGroup>

ClassLibrary/DataWarehouseAutomation/DataWarehouseAutomation/obj/Debug/netstandard2.0/DataWarehouseAutomation.AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
using System;
1212
using System.Reflection;
1313

14-
[assembly: System.Reflection.AssemblyCompanyAttribute("DataWarehouseAutomation")]
14+
[assembly: System.Reflection.AssemblyCompanyAttribute("Roelant Vos")]
1515
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
16-
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
16+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.2.0.0")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.2.0")]
1818
[assembly: System.Reflection.AssemblyProductAttribute("DataWarehouseAutomation")]
1919
[assembly: System.Reflection.AssemblyTitleAttribute("DataWarehouseAutomation")]
20-
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
20+
[assembly: System.Reflection.AssemblyVersionAttribute("1.2.0.0")]
2121

2222
// Generated by the MSBuild WriteCodeFragment class.
2323

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ed0ffa825101c487b9cae75d1d5d2088cf52fee0
1+
5220b0bfd4a33682ce9c386e7aae815c460912d9

0 commit comments

Comments
 (0)