Skip to content

Commit

Permalink
Bump to version 1.1, update assembly info
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed Mar 11, 2020
1 parent c88e83a commit ccb5d41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PfxCreator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
[assembly: AssemblyTitle("PfxCreator")]
[assembly: AssemblyDescription("Creates PKCS #12 files (.pfx, .p12) from PEM representations of certificate and private key.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Georg Jung")]
[assembly: AssemblyProduct("PfxCreator")]
[assembly: AssemblyCopyright("Copyright © Georg Jung 2019")]
[assembly: AssemblyCopyright("Copyright © Georg Jung 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: Visual Studio 2019
version: 1.0.0.{build}
version: 1.1.0.{build}
configuration: Release
platform: Any CPU
shallow_clone: true
Expand Down

0 comments on commit ccb5d41

Please sign in to comment.