Skip to content

Commit

Permalink
Update AssemblyInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mlveggo committed Nov 16, 2020
1 parent d9dbfb0 commit 7000b1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
[assembly: AssemblyTitle("QtmVideoGridRender")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Qualisys / Morgan Larsson")]
[assembly: AssemblyCompany("github.com/mlveggo")]
[assembly: AssemblyProduct("QtmVideoGridRender")]
[assembly: AssemblyCopyright("Copyright © Qualisys 2020")]
[assembly: AssemblyCopyright("Copyright © github.com/mlveggo 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]

0 comments on commit 7000b1d

Please sign in to comment.