Skip to content

Commit

Permalink
adjust version
Browse files Browse the repository at this point in the history
  • Loading branch information
brettski committed Oct 1, 2018
1 parent 796ee9a commit 2335d10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EntLibCryptoCli/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ static int Main(string[] args)
.MapResult(
(Options.RestoreKey opts) => Service.RestoreKeyService.RunRestore(opts),
(Options.ExportKey opts) => Service.RestoreKeyService.RunRestore(new Options.RestoreKey()),
errs => 1);
errs => 1000);

/*
var result = Parser.Default.ParseArguments<Options.Import, Options.Export>(args);
Expand Down
4 changes: 2 additions & 2 deletions EntLibCryptoCli/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// 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.*")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyVersion("1.1.0.*")]
[assembly: AssemblyFileVersion("1.1.0")]
[assembly: NeutralResourcesLanguage("en-US")]

0 comments on commit 2335d10

Please sign in to comment.