Skip to content

Commit

Permalink
Update copyright and default assembly file version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric L. Charlier committed Dec 14, 2021
1 parent 0a645aa commit 88e1348
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// associated with an assembly.
[assembly: AssemblyCompany("NBi Team - Cédric L. Charlier")]
[assembly: AssemblyProduct("NBi")]
[assembly: AssemblyCopyright("Copyright © Cédric L. Charlier 2012-2017")]
[assembly: AssemblyCopyright("Copyright © Cédric L. Charlier 2012-2021")]
[assembly: AssemblyDescription("NBi is a testing framework (add-on to NUnit) for Microsoft Business Intelligence platform and Data Access. The main goal of this framework is to let users create tests with a declarative approach based on an Xml syntax. By the means of NBi, you don't need to develop C# code to specify your tests! Either, you don't need Visual Studio to compile your test suite. Just create an Xml file and let the framework interpret it and play your tests. The framework is designed as an add-on of NUnit but with the possibility to port it easily to other testing frameworks.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand All @@ -27,6 +27,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.19")]
[assembly: AssemblyFileVersion("1.19")]
[assembly: AssemblyInformationalVersion("1.19")]
[assembly: AssemblyVersion("1.23")]
[assembly: AssemblyFileVersion("1.23")]
[assembly: AssemblyInformationalVersion("1.23")]

0 comments on commit 88e1348

Please sign in to comment.