Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Commit 42c1605

Browse files
committed
Update AssemblyInfo.cs
1 parent f834747 commit 42c1605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

XmlNavigator/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany( "" )]
1212
[assembly: AssemblyProduct( "XML Navigator" )]
13-
[assembly: AssemblyCopyright( "Copyright © Pavel Kotrč 2016" )]
13+
[assembly: AssemblyCopyright( "Copyright © Pavel Kotrč 2019" )]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion( "1.0.0" )]
35+
[assembly: AssemblyVersion( "1.2.0" )]
3636
[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)