Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Update dependencies and version
Browse files Browse the repository at this point in the history
Signed-off-by: Grégory Maitrallain <[email protected]>
  • Loading branch information
Karreg committed Jan 2, 2019
1 parent b5d4ad3 commit cb5b377
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion KeepassPluginVersion.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:
VaultSyncPlugin:1.0.2
VaultSyncPlugin:1.0.3
:
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# License

Developped at Orange Applications for Business under LGPL-2.1. See [LICENSE](LICENSE).
Developped at Orange Business Services under LGPL-2.1. See [LICENSE](LICENSE).

# How to use

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Keepass Vault Sync Plugin
// Copyright (C) 2018 Orange Applications for Business
// Copyright (C) 2018 Orange Business Services
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion VaultSyncPlugin.IntegrationTests/TestSettings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Keepass Vault Sync Plugin
// Copyright (C) 2018 Orange Applications for Business
// Copyright (C) 2018 Orange Business Services
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
extensions: designer.cs generated.cs
extensions: .cs .cpp .h
// Keepass Vault Sync Plugin
// Copyright (C) 2018 Orange Applications for Business
// Copyright (C) 2018 Orange Business Services
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
Expand Down
6 changes: 3 additions & 3 deletions VaultSyncPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Orange Application for Business")]
[assembly: AssemblyProduct("KeePass Plugin")]
[assembly: AssemblyCopyright("Copyright © Orange Application for Business 2018")]
[assembly: AssemblyCopyright("Copyright © Orange Business Services 2019")]
[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.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]
2 changes: 1 addition & 1 deletion VaultSyncPlugin/Secret.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Keepass Vault Sync Plugin
// Copyright (C) 2018 Orange Applications for Business
// Copyright (C) 2018 Orange Business Services
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion VaultSyncPlugin/SecretFolder.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Keepass Vault Sync Plugin
// Copyright (C) 2018 Orange Applications for Business
// Copyright (C) 2018 Orange Business Services
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion VaultSyncPlugin/SynchronousVaultClient.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Keepass Vault Sync Plugin
// Copyright (C) 2018 Orange Applications for Business
// Copyright (C) 2018 Orange Business Services
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion VaultSyncPlugin/VaultSyncPlugin.licenseheader
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
extensions: designer.cs generated.cs
extensions: .cs .cpp .h
// Keepass Vault Sync Plugin
// Copyright (C) 2018 Orange Applications for Business
// Copyright (C) 2018 Orange Business Services
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion VaultSyncPlugin/VaultSyncPluginExt.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Keepass Vault Sync Plugin
// Copyright (C) 2018 Orange Applications for Business
// Copyright (C) 2018 Orange Business Services
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
Expand Down

0 comments on commit cb5b377

Please sign in to comment.